[Bug c++/65465] New: nternal compiler error: in build2_stat
raj.khem at gmail dot com
gcc-bugzilla@gcc.gnu.org
Thu Mar 19 00:40:00 GMT 2015
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65465
Bug ID: 65465
Summary: nternal compiler error: in build2_stat
Product: gcc
Version: 5.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: raj.khem at gmail dot com
The test case is here http://uclibc.org/~kraj/webkit.cpp.tar.bz2
sorry its not reduced.
When I compiled trunk for arm
./gcc/configure --target=arm-linux-gnueabi --enable-languages=c,c++
--disable-shared
and then compile the attached testcase
obj/gcc/cc1plus -O2 ~/webkit.cpp -I /path/to/sysroot
I get
webkit.cpp: In member function 'virtual WebCore::AffineTransform
WebCore::SVGStyledLocatableElement::_ZTv0_n36_NK7WebCore25SVGStyledLocatableElement29localCoordinateSpaceTransformENS_12SVGLocatable8CTMScopeE(WebCore::SVGLocatable::CTMScope)
const':
webkit.cpp:145819:1: internal compiler error: in build2_stat, at tree.c:4383
}
^
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.
More information about the Gcc-bugs
mailing list