Hi,
After finding a stupid bug in my code (for(int j=0;j>3;j++)...) and reading
http://software.intel.com/en-us/articles/cdiag111/ I wondered why the compiler didn't warn me. I then tried to reproduce what's described in the cited page, but it doesn't work.
That page uses 11.0.061 on Windows. I use 12.0.0 on Linux. Is the feature unimplemented on Linux, or has it been removed from v 12?
Thanks in advance.