[LLVMbugs] [Bug 14319] ICE on const ref initialization
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Sun Nov 11 23:37:20 PST 2012
http://llvm.org/bugs/show_bug.cgi?id=14319
Leonid Volnitsky <leonid at volnitsky.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |INVALID
--- Comment #3 from Leonid Volnitsky <leonid at volnitsky.com> 2012-11-12 01:37:20 CST ---
I could not compile CLANG TOT yesterday, I was getting (on gentoo) this error:
------------------------------------------------------------------------
llvm[2]: Compiling llvm-nm.cpp for Release build
if x86_64-pc-linux-gnu-g++
-I/var/tmp/portage/sys-devel/llvm-9999/work/llvm-9999/include
-I/var/tmp/portage/sys-devel/llvm-9999/work/llvm-9999/tools/llvm-nm -DNDEBUG
-D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS
-D__STDC_LIMIT_MACROS -fvisibility-inlines-hidden -fno-exceptions -fPIC
-Woverloaded-virtual -Wcast-qual -O2 -march=native -pipe
-I/usr/lib64/libffi-3.0.11/include -pedantic -Wno-long-long -Wall -W
-Wno-unused-parameter -Wwrite-strings -c -MMD -MP -MF
"/var/tmp/portage/sys-devel/llvm-9999/work/llvm-9999/tools/llvm-nm/Release/llvm-nm.d.tmp"
-MT
"/var/tmp/portage/sys-devel/llvm-9999/work/llvm-9999/tools/llvm-nm/Release/llvm-nm.o"
-MT
"/var/tmp/portage/sys-devel/llvm-9999/work/llvm-9999/tools/llvm-nm/Release/llvm-nm.d"
llvm-nm.cpp -o
/var/tmp/portage/sys-devel/llvm-9999/work/llvm-9999/tools/llvm-nm/Release/llvm-nm.o
; \
then /bin/mv -f
"/var/tmp/portage/sys-devel/llvm-9999/work/llvm-9999/tools/llvm-nm/Release/llvm-nm.d.tmp"
"/var/tmp/portage/sys-devel/llvm-9999/work/llvm-9999/tools/llvm-nm/Release/llvm-nm.d";
else /bin/rm
"/var/tmp/portage/sys-devel/llvm-9999/work/llvm-9999/tools/llvm-nm/Release/llvm-nm.d.tmp";
exit 1; fi
In file included from
/usr/lib/gcc/x86_64-pc-linux-gnu/4.8.0-pre9999/include/g++-v4/algorithm:63:0,
from
/var/tmp/portage/sys-devel/llvm-9999/work/llvm-9999/include/llvm/ADT/StringRef.h:15,
from
/var/tmp/portage/sys-devel/llvm-9999/work/llvm-9999/include/llvm/Support/ErrorHandling.h:19,
from
/var/tmp/portage/sys-devel/llvm-9999/work/llvm-9999/include/llvm/User.h:22,
from
/var/tmp/portage/sys-devel/llvm-9999/work/llvm-9999/include/llvm/Constant.h:17,
from
/var/tmp/portage/sys-devel/llvm-9999/work/llvm-9999/include/llvm/GlobalValue.h:21,
from
/var/tmp/portage/sys-devel/llvm-9999/work/llvm-9999/include/llvm/Function.h:21,
from
/var/tmp/portage/sys-devel/llvm-9999/work/llvm-9999/include/llvm/Module.h:18,
from llvm-nm.cpp:20:
/usr/lib/gcc/x86_64-pc-linux-gnu/4.8.0-pre9999/include/g++-v4/bits/stl_algo.h:
In function ‘int main(int, char**)’:
/usr/lib/gcc/x86_64-pc-linux-gnu/4.8.0-pre9999/include/g++-v4/bits/stl_algo.h:4442:2:
internal compiler error: in remap_gimple_stmt, at tree-inline.c:1468
__f(*__first);
-------------------------------------------------------------------------
But I will trust you that it is was resolved in TOT, I am closing this bug.
--
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