[LLVMbugs] [Bug 9664] New: -fplugin-arg-dragonegg-enable-gcc-optzns fails to compile fatigue.f90 at -O2

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Sat Apr 9 10:27:58 PDT 2011


http://llvm.org/bugs/show_bug.cgi?id=9664

           Summary: -fplugin-arg-dragonegg-enable-gcc-optzns fails to
                    compile fatigue.f90 at -O2
           Product: dragonegg
           Version: 2.9
          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


Created an attachment (id=6427)
 --> (http://llvm.org/bugs/attachment.cgi?id=6427)
partially reduced test case for -O2 -fplugin-arg-dragonegg-enable-gcc-optzns
bug

The -O2 -fplugin-arg-dragonegg-enable-gcc-optzns fails to compile the
fatigue.f90 benchmark on x86_64-apple-darwin10. The reduced testcase of just
the main program from the fatigue.f90 benchmark also exhibits this problem...

[MacPro:~/de_bug2] howarth% /sw/lib/gcc4.5/bin/gfortran
-fplugin=/sw/lib/gcc4.5/lib/dragonegg.so
-fplugin-arg-dragonegg-enable-gcc-optzns -O2 -c iztaccihuatl.f90
Assertion failed: ((LV.isBitfield() || VOID_TYPE_P(TREE_TYPE(exp)) ||
LV.Ptr->getType() == ConvertType(TREE_TYPE(exp))->getPointerTo()) && "LValue
has wrong type!"), function EmitLV, file
/sw/src/fink.build/dragonegg-gcc45-2.9-1/dragonegg-2.9/Convert.cpp, line 1316.
*** 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
iztaccihuatl.f90: In function ‘MAIN__’:
iztaccihuatl.f90:1: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.

-- 
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