[LLVMbugs] [Bug 9711] New: -O3 -fplugin-arg-dragonegg-enable-gcc-optzns fails to compile gas_dyn.f90
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Wed Apr 13 16:59:06 PDT 2011
http://llvm.org/bugs/show_bug.cgi?id=9711
Summary: -O3 -fplugin-arg-dragonegg-enable-gcc-optzns fails to
compile gas_dyn.f90
Product: dragonegg
Version: trunk
Platform: Macintosh
OS/Version: MacOS X
Status: NEW
Severity: normal
Priority: P
Component: New Bugs
AssignedTo: baldrick at free.fr
ReportedBy: howarth at nitro.med.uc.edu
CC: llvmbugs at cs.uiuc.edu
The gas_dyn.f90 Polyhedron 2005 benchmark fails to compile with -O3
-fplugin-arg-dragonegg-enable-gcc-optzns on x86_64-apple-darwin10 using
dragonegg trunk svn at r129460 with the error...
[MacPro:pb05/lin/source] howarth% /sw/lib/gcc4.5/bin/gfortran
-fplugin=/sw/lib/gcc4.5/lib/dragonegg.so -O3
-fplugin-arg-dragonegg-enable-gcc-optzns gas_dyn.f90 -o gas_dyn
Assertion failed: (isPowerOf2_32(A) && "Alignment not a power of 2!"), function
MemRef, file
/sw/src/fink.build/dragonegg-gcc45-2.9-1/include/dragonegg/Internals.h, line
329.
*** WARNING *** there are active plugins, do not report this as a bug unless
you can reproduce it without enabling any plugins.
Event | Plugins
PLUGIN_FINISH_UNIT | dragonegg
PLUGIN_FINISH | dragonegg
PLUGIN_START_UNIT | dragonegg
gas_dyn.f90: In function ‘MAIN__’:
gas_dyn.f90:1791:0: internal compiler error: Abort trap
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.
-O3 -fno-tree-vectorize fplugin-arg-dragonegg-enable-gcc-optzns doesn't show
this error.
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the llvm-bugs
mailing list