- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
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.
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
What compiler options did you use on Linux? I see the diagnostic when I use -Wremarks or -w2.

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page