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

Bogus warning about popcnt with /stand:f08 in VFC 2013

Quintin_Hill
Novice
220 Views

The trivial program below compiled with Intel Visual Fortran Composer 2013 gives a bogus warning when /stand:f08 is used (Fortran 2008 introduced the Popcnt intrinsic). 

Warning 1 warning #7416: Fortran 2008 does not allow this intrinsic procedure. [POPCNT] C:\Dev\POPCNT\PopCntTest.F90 3

Program PopCntTest

  Write (*,*) PopCnt(7)

End Program PopCntTest

Intel Visual Fortran Composer 2015 does not give this bogus warning. Could this be fixed in the next 2013 update too please (we are using 2013 instead of 2015 as the latter causes tiny numerical changes in the output.)

 
0 Kudos
1 Reply
pbkenned1
Employee
220 Views

Sorry, no further updates to Composer XE 2013 or Composer XE 2013 SP1 are planned.

Patrick

0 Kudos
Reply