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

Thomas Schwinge <tschwinge at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tschwinge at gcc dot gnu.org
           Keywords|                            |testsuite-fail
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2025-03-19
     Ever confirmed|0                           |1

--- Comment #5 from Thomas Schwinge <tschwinge at gcc dot gnu.org> ---
Right, I'd also noticed this:

    @@ -6912,8 +6912,8 @@ PASS: libgomp.fortran/target1.f90   -O2  (test for
excess errors)
    PASS: libgomp.fortran/target1.f90   -O2  execution test
    PASS: libgomp.fortran/target1.f90   -O3 -fomit-frame-pointer -funroll-loops
-fpeel-loops -ftracer -finline-functions  (test for excess errors)
    PASS: libgomp.fortran/target1.f90   -O3 -fomit-frame-pointer -funroll-loops
-fpeel-loops -ftracer -finline-functions  execution test
    [-PASS:-]{+FAIL:+} libgomp.fortran/target1.f90   -O3 -g  (test for excess
errors)
    [-PASS:-]{+UNRESOLVED:+} libgomp.fortran/target1.f90   -O3 -g  [-execution
test-]{+compilation failed to produce executable+}
    PASS: libgomp.fortran/target1.f90   -Os  (test for excess errors)
    PASS: libgomp.fortran/target1.f90   -Os  execution test

    @@ -6973,8 +6973,8 @@ PASS: libgomp.fortran/target6.f90   -O2  (test for
excess errors)
    PASS: libgomp.fortran/target6.f90   -O2  execution test
    PASS: libgomp.fortran/target6.f90   -O3 -fomit-frame-pointer -funroll-loops
-fpeel-loops -ftracer -finline-functions  (test for excess errors)
    PASS: libgomp.fortran/target6.f90   -O3 -fomit-frame-pointer -funroll-loops
-fpeel-loops -ftracer -finline-functions  execution test
    [-PASS:-]{+FAIL:+} libgomp.fortran/target6.f90   -O3 -g  (test for excess
errors)
    [-PASS:-]{+UNRESOLVED:+} libgomp.fortran/target6.f90   -O3 -g  [-execution
test-]{+compilation failed to produce executable+}
    PASS: libgomp.fortran/target6.f90   -Os  (test for excess errors)
    PASS: libgomp.fortran/target6.f90   -Os  execution test

..., and for GCN target, we already earlier had regressed:

    @@ -6818,8 +6900,8 @@ PASS: gfortran.dg/associate_18.f08   -O2  (test for
excess errors)
    PASS: gfortran.dg/associate_18.f08   -O2  execution test
    PASS: gfortran.dg/associate_18.f08   -O3 -fomit-frame-pointer
-funroll-loops -fpeel-loops -ftracer -finline-functions  (test for excess
errors)
    PASS: gfortran.dg/associate_18.f08   -O3 -fomit-frame-pointer
-funroll-loops -fpeel-loops -ftracer -finline-functions  execution test
    [-PASS:-]{+FAIL:+} gfortran.dg/associate_18.f08   -O3 -g  (test for excess
errors)
    [-PASS:-]{+UNRESOLVED:+} gfortran.dg/associate_18.f08   -O3 -g  [-execution
test-]{+compilation failed to produce executable+}
    PASS: gfortran.dg/associate_18.f08   -Os  (test for excess errors)
    PASS: gfortran.dg/associate_18.f08   -Os  execution test

    @@ -16986,8 +17069,8 @@ PASS: gfortran.dg/class_allocate_22.f90   -O2 
(test for excess errors)
    PASS: gfortran.dg/class_allocate_22.f90   -O2  execution test
    PASS: gfortran.dg/class_allocate_22.f90   -O3 -fomit-frame-pointer
-funroll-loops -fpeel-loops -ftracer -finline-functions  (test for excess
errors)
    PASS: gfortran.dg/class_allocate_22.f90   -O3 -fomit-frame-pointer
-funroll-loops -fpeel-loops -ftracer -finline-functions  execution test
    [-PASS:-]{+FAIL:+} gfortran.dg/class_allocate_22.f90   -O3 -g  (test for
excess errors)
    [-PASS:-]{+UNRESOLVED:+} gfortran.dg/class_allocate_22.f90   -O3 -g 
[-execution test-]{+compilation failed to produce executable+}
    PASS: gfortran.dg/class_allocate_22.f90   -Os  (test for excess errors)
    PASS: gfortran.dg/class_allocate_22.f90   -Os  execution test

    @@ -31049,8 +31050,8 @@ PASS: gfortran.dg/inline_matmul_6.f90   -O3
-fomit-frame-pointer -funroll-loops
    PASS: gfortran.dg/inline_matmul_6.f90   -O3 -fomit-frame-pointer
-funroll-loops -fpeel-loops -ftracer -finline-functions  (test for excess
errors)
    PASS: gfortran.dg/inline_matmul_6.f90   -O3 -fomit-frame-pointer
-funroll-loops -fpeel-loops -ftracer -finline-functions  execution test
    PASS: gfortran.dg/inline_matmul_6.f90   -O3 -g   scan-tree-dump-times
original "_gfortran_matmul" 1
    [-PASS:-]{+FAIL:+} gfortran.dg/inline_matmul_6.f90   -O3 -g  (test for
excess errors)
    [-PASS:-]{+UNRESOLVED:+} gfortran.dg/inline_matmul_6.f90   -O3 -g 
[-execution test-]{+compilation failed to produce executable+}
    PASS: gfortran.dg/inline_matmul_6.f90   -Os   scan-tree-dump-times original
"_gfortran_matmul" 1
    PASS: gfortran.dg/inline_matmul_6.f90   -Os  (test for excess errors)
    PASS: gfortran.dg/inline_matmul_6.f90   -Os  execution test

(..., but not for '-march=gfx1100'?)

Reply via email to