[LLVMbugs] [Bug 1027] NEW: llvm+g++ compilation error when compiling MySQL 5.2.27

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Thu Nov 30 19:54:41 PST 2006


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

           Summary: llvm+g++ compilation error when compiling MySQL 5.2.27
           Product: tools
           Version: trunk
          Platform: Macintosh
        OS/Version: MacOS X
            Status: NEW
          Severity: normal
          Priority: P2
         Component: llvm-g++
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: kremenek at cs.stanford.edu


compiling set_var.cc in MySQL 5.2.27 triggers an internal compilation error:

make[4]: Nothing to be done for `all'.
if llvm-g++ -DMYSQL_SERVER -DDEFAULT_MYSQL_HOME="\"/usr/local\""
-DDATADIR="\"/usr/local/var\"" -DSHAREDIR="\"/usr/local/share/mysql\""
-DHAVE_CONFIG_H -I. -I. -I.. -I../innobase/include -I../include -I../include
-I../regex -I.     -O3 -DDBUG_OFF    -fno-implicit-templates -fno-exceptions
-fno-rtti -D_P1003_1B_VISIBLE -DSIGNAL_WITH_VIO_CLOSE -DSIGNALS_DONT_BREAK_READ
-DIGNORE_SIGHUP_SIGQUIT -MT set_var.o -MD -MP -MF ".deps/set_var.Tpo" -c -o
set_var.o set_var.cc; \
then mv -f ".deps/set_var.Tpo" ".deps/set_var.Po"; else rm -f
".deps/set_var.Tpo"; exit 1; fi
set_var.cc:3690: internal compiler error: in EmitLV_COMPONENT_REF, at
llvm-convert.cpp:4841
Please submit a full bug report,

Attached is the preprocessed .i file.  compile with:

llvm-g++  -fno-implicit-templates -fno-exceptions -fno-rtti  -c -o set_var.o
set_var.i



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.



More information about the llvm-bugs mailing list