Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs have moved to the Altera Community. Existing Intel Community members can sign in with their current credentials.
29302 Discussions

Messages in IVF10 are remarks in IVF11

onkelhotte
New Contributor II
581 Views
Hi there,

I just installed the IVF11.0.072, before that I used the IVF10.1.025.

In the compiler settings I want warnings for unused variables for example. In IVF10, theseunusedvariables weremessages in the error list window. In IVF11, these unused variables are only shown as remarks in the output window and are not shown in the error window. Is there a way to change this behaviour?

Other warnings like undeclared symbols are still shown as warnings.

Markus
0 Kudos
1 Solution
Steven_L_Intel1
Employee
581 Views
This was an unanticipated side-effect of changing the way the compiler does diagnostics in version 11 - the "tag" for such diagnostics changed from "Info" to "remark". The Visual Studio integration for Fortran does not look for this and misses these messages. I have reported the problem as issue DPD200117945. Sorry, but I can't think of a way to work around this.

View solution in original post

0 Kudos
2 Replies
Steven_L_Intel1
Employee
582 Views
This was an unanticipated side-effect of changing the way the compiler does diagnostics in version 11 - the "tag" for such diagnostics changed from "Info" to "remark". The Visual Studio integration for Fortran does not look for this and misses these messages. I have reported the problem as issue DPD200117945. Sorry, but I can't think of a way to work around this.
0 Kudos
Steven_L_Intel1
Employee
581 Views
This was fixed in 11.1.
0 Kudos
Reply