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

            Bug ID: 111263
           Summary: test case gfortran.dg/ieee/comparisons_3.F90 fails
           Product: gcc
           Version: 14.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: other
          Assignee: unassigned at gcc dot gnu.org
          Reporter: seurer at gcc dot gnu.org
  Target Milestone: ---

make  -k check-fortran RUNTESTFLAGS="--target_board=unix'{-m32,m64}'
ieee.exp=gfortran.dg/ieee/comparisons_3.F90"
FAIL: gfortran.dg/ieee/comparisons_3.F90   -O0  execution test
FAIL: gfortran.dg/ieee/comparisons_3.F90   -O1  execution test
FAIL: gfortran.dg/ieee/comparisons_3.F90   -O2  execution test
FAIL: gfortran.dg/ieee/comparisons_3.F90   -O3 -fomit-frame-pointer
-funroll-loops -fpeel-loops -ftracer -finline-functions  execution test
FAIL: gfortran.dg/ieee/comparisons_3.F90   -O3 -g  execution test
FAIL: gfortran.dg/ieee/comparisons_3.F90   -Os  execution test

I can't definitely trace it to a specific commit because of build errors but I
believe it has failed since its introduction here:

commit dca2874897ec58ea1c22a9c2161f112fff07cfb2 (HEAD)
Author: Francois-Xavier Coudert <fxcoud...@gcc.gnu.org>
Date:   Fri Sep 2 13:27:38 2022 +0200

    Fortran: add IEEE_QUIET_* and IEEE_SIGNALING_* comparisons

            * gfortran.dg/ieee/comparisons_3.F90: New test.

The failure is at line 46:

spawn [open ...]
 Check failed at           46
STOP 1
FAIL: gfortran.dg/ieee/comparisons_3.F90   -Os  execution test


  if (ieee_signaling_eq (0., rnan)) stop 13
  CHECK_INVALID(.true.)

Reply via email to