[Bug middle-end/61207] Win64 gcc 4.9.0: ICE at -Os compiling some C++ code
thomas.petazzoni@free-electrons.com
gcc-bugzilla@gcc.gnu.org
Thu Nov 20 11:15:00 GMT 2014
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61207
Thomas Petazzoni <thomas.petazzoni@free-electrons.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |thomas.petazzoni@free-elect
| |rons.com
--- Comment #2 from Thomas Petazzoni <thomas.petazzoni@free-electrons.com> ---
Interestingly, I have the exact same error while compiling some C++ code in Qt5
on an ARM platform:
svg/SVGPathElement.h: In member function 'virtual WebCore::FloatRect
WebCore::SVGPathElement::_ZTv0_n24_N7WebCore14SVGPathElement7getBBoxENS_12SVGLocatable19StyleUpdateStrategyE(WebCore::SVGLocatable::StyleUpdateStrategy)':
svg/SVGPathElement.h:95:23: internal compiler error: in
expand_expr_addr_expr_1, at expr.c:7669
virtual FloatRect getBBox(StyleUpdateStrategy = AllowStyleUpdate);
^
Please submit a full bug report,
with preprocessed source if appropriate.
The file is also built with -Os. This is with gcc 4.9.1.
More build output at
http://autobuild.buildroot.org/results/9fd/9fdbe9bb3bd32276f9793fa60d802756811c1abe/build-end.log.
More information about the Gcc-bugs
mailing list