This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/54892] [4.7 Regression], ICE in extract_insn, at recog.c:2123
- From: "mikpe at it dot uu.se" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Sat, 13 Oct 2012 16:03:37 +0000
- Subject: [Bug target/54892] [4.7 Regression], ICE in extract_insn, at recog.c:2123
- Auto-submitted: auto-generated
- References: <bug-54892-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54892
Mikael Pettersson <mikpe at it dot uu.se> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |mikpe at it dot uu.se
--- Comment #1 from Mikael Pettersson <mikpe at it dot uu.se> 2012-10-13 16:03:37 UTC ---
I can reproduce the ICE with g++ 4.8-20121007 and 4.7-20121006, on
arm-linux-gnueabi with -march=armv7-a; with -march=armv6 or armv5te it doesn't
ICE. The preprocessed source doesn't compile with g++ 4.6 so I can't check
there.