https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61207

Thomas Petazzoni <thomas.petazz...@free-electrons.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |thomas.petazzoni@free-elect
                   |                            |rons.com

--- Comment #2 from Thomas Petazzoni <thomas.petazz...@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.

Reply via email to