Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
29258 ディスカッション

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

Quintin_Hill
初心者
335件の閲覧回数

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 件の賞賛
1 返信
pbkenned1
従業員
335件の閲覧回数

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

Patrick

返信