This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/42949] ICE: reload_cse_simplify_operands, at postreload.c:396
- From: "ibolton at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 24 Mar 2011 14:24:28 -0000
- Subject: [Bug target/42949] ICE: reload_cse_simplify_operands, at postreload.c:396
- Auto-submitted: auto-generated
- References: <bug-42949-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42949
Ian Bolton <ibolton at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |WAITING
CC| |ibolton at gcc dot gnu.org
--- Comment #3 from Ian Bolton <ibolton at gcc dot gnu.org> 2011-03-24 14:24:23 UTC ---
For gcc 4.5 r171282, arm-none-linux-gnueabi, I can run this command without
error:
arm-none-linux-gnueabi-g++ ~/investigate/pr42949.i -B. -c -O1 -mfpu=vfp
It also works for trunk (r171212).
I therefore think this is fixed or has ceased to be, but it would be good to
get confirmation someone else.