[Bug c++/52638] New: ice in build_vector_from_val
dcb314 at hotmail dot com
gcc-bugzilla@gcc.gnu.org
Tue Mar 20 18:07:00 GMT 2012
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52638
Bug #: 52638
Summary: ice in build_vector_from_val
Classification: Unclassified
Product: gcc
Version: 4.8.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
AssignedTo: unassigned@gcc.gnu.org
ReportedBy: dcb314@hotmail.com
Created attachment 26933
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=26933
C++ source code
I just tried to compile the package lpg-1.1.0
on gcc-4.8 trunk dated 20120319 on an AMD x86_64 box.
The compiler said
In file included from generator.h:4:0,
from generator.cpp:1:
tuple.h: In constructor 'Array<T>::Array(int, T) [with T = bool]':
tuple.h:28:5: internal compiler error: in build_vector_from_val, at tree.c:1386
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.
Preprocessed source code attached. Flag -O3 required.
More information about the Gcc-bugs
mailing list