https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68005
kargl at gcc dot gnu.org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |WAITING Last reconfirmed| |2015-10-17 CC| |kargl at gcc dot gnu.org Ever confirmed|0 |1 --- Comment #1 from kargl at gcc dot gnu.org --- (In reply to Travis Askham from comment #0) > Created attachment 36535 [details] > reproduces the compiler error with flags listed above > > internal compiler error: output_operand: floating constant misused > > This is the reported error for the attached example when compiled using: > > gfortran -c -g -O3 -fopenmp mincode.f > > All 3 flags are required to produce the error (also occurs with -O2 or -O1 > but not -O0) > > Version details: GNU Fortran (GCC) 4.4.7 20120313 (Red Hat 4.4.7-16) Your code compile with 4.8.5, 4.9.4, 5.2.1, and 6.0.0 with the above options. Please update your compiler to a much newer version.