This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/50046] Hexadecimal Constants


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50046

--- Comment #4 from Mikael Morin <mikael at gcc dot gnu.org> 2011-08-13 10:11:47 UTC ---
This is accepted by gfortran trunk (4.7):

      integer(8) :: i = 'FFFF0000'X
      end

Please provide a small self-contained test case demonstrating the problem.
Also precise the compiler version and the command line used. 
Otherwise, we will close this bug.

PS: see http://gcc.gnu.org/bugs/ for bug reporting tips.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]