llvm-g++ crash compiling MySQL 5.2.27 #1399
Labels
bugzilla
Issues migrated from bugzilla
compile-fail
Use [accepts-invalid] and [rejects-valid] instead
llvm-tools
All llvm tools that do not have corresponding tag
Extended Description
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
The text was updated successfully, but these errors were encountered: