https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93727

John David Anglin <danglin at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |danglin at gcc dot gnu.org

--- Comment #44 from John David Anglin <danglin at gcc dot gnu.org> ---
At r17-1532-ga514707ffd7, I see the following new fails:

FAIL: gfortran.dg/EXformat_4.F90   -O0  execution test
FAIL: gfortran.dg/EXformat_4.F90   -O1  execution test
FAIL: gfortran.dg/EXformat_4.F90   -O2  execution test
FAIL: gfortran.dg/EXformat_4.F90   -O3 -fomit-frame-pointer -funroll-loops
-fpeel-loops -ftracer -finline-functions  execution test
FAIL: gfortran.dg/EXformat_4.F90   -O3 -g  execution test
FAIL: gfortran.dg/EXformat_4.F90   -Os  execution test

Fails are at stop 1 in test04.

(gdb) p s
$4 = '-0XF.FFFFFP+124', ' ' <repeats 25 times>
(gdb) step
22        if (r4 /= -huge(1.0_4)) stop 1
(gdb) p r4
$6 = -0

Reply via email to