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

            Bug ID: 120099
           Summary: [16 regression] gfortran.dg/specifics_1.f90 FAILs
                    since r16-372-g064cac730f88dc
           Product: gcc
           Version: 16.0
            Status: UNCONFIRMED
          Keywords: testsuite-fail, wrong-code
          Severity: normal
          Priority: P3
         Component: ipa
          Assignee: unassigned at gcc dot gnu.org
          Reporter: sjames at gcc dot gnu.org
                CC: hubicka at gcc dot gnu.org
  Target Milestone: ---

Since r16-372-g064cac730f88dc, I see:

+FAIL: gfortran.dg/specifics_1.f90 -O2  execution test
+FAIL: gfortran.dg/specifics_1.f90 -O3 -fomit-frame-pointer -funroll-loops
-fpeel-loops -ftracer -finline-functions  execution test
+FAIL: gfortran.dg/specifics_1.f90 -O3 -g  execution test

$ gfortran gfortran.dg/specifics_1.f90 -o a -ff2c && ./a ; echo $?
0

$ gfortran gfortran.dg/specifics_1.f90 -o a -ff2c -O2 && ./a ; echo $?
STOP 1
1

It appears at
https://inbox.sourceware.org/gcc-regression/20250504112136.b5b5114a4...@shgcc06.sh.intel.com/T/#u
too.

Reply via email to