Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

fortran 11.1 spr - bug report

John_David
Beginner
525 Views
Theattached code fails to compile correctly under 11.1 but does compile correctly under 8.2
0 Kudos
1 Reply
Steven_L_Intel1
Employee
525 Views
This program is not legal Fortran. The computed GOTO branches into the middle of IF-THEN blocks, which is prohibited and can lead to unexpected results. The compiler does warn you about this.
0 Kudos
Reply