------- Comment #1 from kloedej at knmi dot nl 2006-10-23 12:03 ------- Sorry, variable names should differ of course, the sample code should be: program testhexconstant
integer, parameter :: i4_ = Selected_Int_Kind( 9) ! works fine integer(i4_), parameter :: a = z"7F800001" ! triggers an error integer(i4_), parameter :: b = z"FF800001" end program testhexconstant -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29561