http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48720
kargl at gcc dot gnu.org changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kargl at gcc dot gnu.org --- Comment #3 from kargl at gcc dot gnu.org 2011-04-22 04:07:23 UTC --- (In reply to comment #2) > Try this: > > real(16) :: x > x = 1.1q0_16 > write(*,*) x > end > > I think we are not handling the 'q' as any more than an exponent marker. 'e' > works just as well. Oh my, is gfortran accepting 1.1q0. Let's stop that right now! Use 1.1e0_16.