-
Notifications
You must be signed in to change notification settings - Fork 14.9k
Closed
Labels
bugzillaIssues migrated from bugzillaIssues migrated from bugzilla
Description
Bugzilla Link | 3376 |
Resolution | FIXED |
Resolved on | Jan 28, 2009 11:58 |
Version | unspecified |
OS | MacOS X |
Reporter | LLVM Bugzilla Contributor |
CC | @asl,@lattner,@sunfishcode |
Extended Description
The gfortran compiler in current llvm/llvm-gcc-4.2 ICEs when compiling the xtarget.f sourcefile of xplor-nih with -O3 -ffast-math. The exact -ffast-math option causing the ICE appears to be -ffinite-math-only as -ffast-math -fno-finite-math-only compiles without ICEs. The subroutine causing the ICE with...
lvm-gfortran -c xtarget_reduced.f -O3 -ffast-math -ffixed-line-length-120 -fno-second-underscore
Cannot yet select: 0x411b508c: f64 = fneg 0x411b5950
xtarget_reduced.f:156: internal compiler error: Abort trap
Please submit a full bug report,
with preprocessed source if appropriate.
is attached a xtarget-reduced.f.
Metadata
Metadata
Assignees
Labels
bugzillaIssues migrated from bugzillaIssues migrated from bugzilla