This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/50946] ICE on armhf with webkitgtk+
- From: "mgretton at sourceware dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Wed, 18 Jan 2012 13:57:12 +0000
- Subject: [Bug target/50946] ICE on armhf with webkitgtk+
- Auto-submitted: auto-generated
- References: <bug-50946-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50946
Matthew Gretton-Dann <mgretton at sourceware dot org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |mgretton at sourceware dot
| |org
--- Comment #3 from Matthew Gretton-Dann <mgretton at sourceware dot org> 2012-01-18 13:57:12 UTC ---
I can reproduce this for GCC 4.6.2 (rev 183061) with an bare-metal target
(arm-none-eabi):c
arm-none-eabi-g++ -O2 -mfpu=vfpv3 -mfloat-abi=hard -march=armv7-a -mthumb
-fpermissive -w -c webkit_testcase-min.i
Current trunk does not ICE on the test case.