https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69013
Dominique d'Humieres <dominiq at lps dot ens.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Known to work| |4.9.3, 6.0 Keywords| |error-recovery, | |ice-on-valid-code Last reconfirmed| |2015-12-22 Component|fortran |middle-end CC| |rguenth at gcc dot gnu.org Ever confirmed|0 |1 Summary|gfortran-5.3.0 ICE in |[5 Regression] |prune_uninit_phi_opnds_in_u |gfortran-5.3.0 ICE in |nrealizable_paths, at |prune_uninit_phi_opnds_in_u |tree-ssa-uninit.c:1121 |nrealizable_paths, at | |tree-ssa-uninit.c:1121 Known to fail| |5.3.0 --- Comment #2 from Dominique d'Humieres <dominiq at lps dot ens.fr> --- Confirmed with gcc-5.3.0 and gcc-5.3.1. This has been fixed/hidden on trunk (6.0) between revisions r226476 (2015-08-02, ICE) and r227016 (2015-08-19, compiles). The minimal set of options on x86_64-apple-darwin14 is '-O -Wall' (-fPIC -m64 being the default). AFAICT this does not seems a gfortran problem.