re PR libfortran/57496 (I/O: WRITE(*,*) HUGE(0._10) gives SIGFPE with -ffpe-trap...
authorTobias Burnus <burnus@gcc.gnu.org>
Mon, 3 Jun 2013 09:20:46 +0000 (11:20 +0200)
committerTobias Burnus <burnus@gcc.gnu.org>
Mon, 3 Jun 2013 09:20:46 +0000 (11:20 +0200)
commitc2b2130c71a0cb068077e5c6bc4260d04974b37b
tree195faefc99e8847a812dd7cc3682371323516aad
parent7ddffc7fb5d5335b1289995132eee6a756d53b4b
re PR libfortran/57496 (I/O: WRITE(*,*) HUGE(0._10) gives SIGFPE with -ffpe-trap=overflow)

2013-06-01  Tobias Burnus  <burnus@net-b.de>

        PR fortran/57496
        * io/write_float.def (ISFINITE2Q, ISFINITE2, ISFINITE2L,
        * ISFINITE,
        SIGNBIT2Q, SIGNBIT2, SIGNBIT2L, SIGNBIT, ISNAN2Q, ISNAN2,
        ISNAN2L, ISNAN): New macros.
        (output_float_FMT_G_,WRITE_FLOAT): Use them.

From-SVN: r199598
libgfortran/ChangeLog
libgfortran/io/write_float.def