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

            Bug ID: 100297
           Summary: FAIL: gfortran.dg/allocatable_function_1.f90
                    gfortran.dg/reshape_8.f90
           Product: gcc
           Version: 12.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: fortran
          Assignee: unassigned at gcc dot gnu.org
          Reporter: msebor at gcc dot gnu.org
  Target Milestone: ---

A build of today's trunk of GCC 12 shows the following test failures in the
Fortran test suite:

Running /test/src/gcc/master/gcc/testsuite/gfortran.dg/dg.exp ...
FAIL: gfortran.dg/allocatable_function_1.f90   -O0   scan-tree-dump-times
original "free" 10
FAIL: gfortran.dg/allocatable_function_1.f90   -O1   scan-tree-dump-times
original "free" 10
FAIL: gfortran.dg/allocatable_function_1.f90   -O2   scan-tree-dump-times
original "free" 10
FAIL: gfortran.dg/allocatable_function_1.f90   -O3 -fomit-frame-pointer
-funroll-loops -fpeel-loops -ftracer -finline-functions   scan-tree-dump-times
original "free" 10
FAIL: gfortran.dg/allocatable_function_1.f90   -O3 -g   scan-tree-dump-times
original "free" 10
FAIL: gfortran.dg/allocatable_function_1.f90   -Os   scan-tree-dump-times
original "free" 10
FAIL: gfortran.dg/reshape_8.f90   -O   scan-tree-dump-times original "data" 4

                === gfortran Summary ===

# of expected passes            13
# of unexpected failures        7

Reply via email to