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

            Bug ID: 78746
           Summary: charlen_15.f90, charlen_03, charlen_10 ICE
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: fortran
          Assignee: unassigned at gcc dot gnu.org
          Reporter: clyon at gcc dot gnu.org
  Target Milestone: ---

Hello,

The new gfortran tests (charlen_15.f90, charlen_03, charlen_10) added at
r243463
are failing on aarch64 and arm, as follows:
on arm-none-linux-gnueabihf:
  gfortran.dg/charlen_03.f90   -O  (internal compiler error)
  gfortran.dg/charlen_10.f90   -O  (internal compiler error)

on aarch64-none-linux-gnu and arm-none-linux-gnueabi:
  gfortran.dg/charlen_15.f90   -O0  (internal compiler error)
  gfortran.dg/charlen_15.f90   -O0  (test for excess errors)
  gfortran.dg/charlen_15.f90   -O1  (internal compiler error)
  gfortran.dg/charlen_15.f90   -O1  (test for excess errors)
  gfortran.dg/charlen_15.f90   -O2  (internal compiler error)
  gfortran.dg/charlen_15.f90   -O2  (test for excess errors)
  gfortran.dg/charlen_15.f90   -O3 -fomit-frame-pointer -funroll-loops
-fpeel-loops -ftracer -finline-functions  (internal compiler error)
  gfortran.dg/charlen_15.f90   -O3 -fomit-frame-pointer -funroll-loops
-fpeel-loops -ftracer -finline-functions  (test for excess errors)
  gfortran.dg/charlen_15.f90   -O3 -g  (internal compiler error)
  gfortran.dg/charlen_15.f90   -O3 -g  (test for excess errors)
  gfortran.dg/charlen_15.f90   -Os  (internal compiler error)
  gfortran.dg/charlen_15.f90   -Os  (test for excess errors)

You can have more details by clicking on the related "log" link in the gfortran
column at:

http://people.linaro.org/~christophe.lyon/cross-validation/gcc/trunk/243473/report-build-info.html

Reply via email to