http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59959
Bug ID: 59959 Summary: [Regression 4.9] LRA ICEs on a fortran case(Suspected to be similar to pr59915) Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: fortran Assignee: unassigned at gcc dot gnu.org Reporter: belagod at gcc dot gnu.org Hi, On AArch64, I'm seeing a fortran regression that I get when I compile: .../aarch64-none-linux-gnu/obj/gcc4/gcc/testsuite/gfortran3/../../gfortran -B.../aarch64-none-linux-gnu/obj/gcc4/gcc/testsuite/gfortran3/../../ -B.../aarch64-none-linux-gnu/obj/gcc4/aarch64-none-linux-gnu/./libgfortran/ .../gcc/gcc/testsuite/gfortran.dg/namelist_70.f90 -fno-diagnostics-show-caret -fdiagnostics-color=never -O0 -pedantic-errors -B.../aarch64-none-linux-gnu/obj/gcc4/aarch64-none-linux-gnu/./libgfortran/.libs -L.../aarch64-none-linux-gnu/obj/gcc4/aarch64-none-linux-gnu/./libgfortran/.libs -L.../aarch64-none-linux-gnu/obj/gcc4/aarch64-none-linux-gnu/./libgfortran/.libs -lm -o ./namelist_70.exe This is similar to PR59915, but the same fix does not seem to fix the fortran regression. .../gcc/gcc/testsuite/gfortran.dg/namelist_70.f90: In function 'test3': .../gcc/gcc/testsuite/gfortran.dg/namelist_70.f90:338:0: internal compiler error: Maximum number of LRA constraint passes is achieved (30) 0x8b7e42 lra_constraints(bool) .../gcc/gcc/lra-constraints.c:3933 0x8a4f9a lra(_IO_FILE*) .../gcc/gcc/lra.c:2339 0x869af6 do_reload .../gcc/gcc/ira.c:5457 0x869af6 rest_of_handle_reload .../gcc/gcc/ira.c:5598 0x869af6 execute .../gcc/gcc/ira.c:5627 Please submit a full bug report, with preprocessed source if appropriate. Please include the complete backtrace with any bug report. See <http://gcc.gnu.org/bugs.html> for instructions. compiler exited with status 1