This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/54892] [4.7/4.8 Regression], ICE in extract_insn, at recog.c:2123
- From: "xguo at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Fri, 19 Oct 2012 09:39:20 +0000
- Subject: [Bug target/54892] [4.7/4.8 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
--- Comment #4 from xuepeng guo <xguo at gcc dot gnu.org> 2012-10-19 09:39:20 UTC ---
Author: xguo
Date: Fri Oct 19 09:39:13 2012
New Revision: 192610
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=192610
Log:
gcc/ChangeLog
Backported from mainline
2012-10-19 Zhenqiang Chen <zhenqiang.chen@linaro.org>
PR target/54892
* config/arm/arm.c (arm_expand_compare_and_swap): Use SImode to make
sure the mode is correct when falling through from above cases.
gcc/testsuite/ChangeLog
Backported from mainline
2012-10-19 Zhenqiang Chen <zhenqiang.chen@linaro.org>
PR target/54892
* gcc.target/arm/pr54892.c: New.
Added:
branches/gcc-4_7-branch/gcc/testsuite/gcc.target/arm/pr54892.c
Modified:
branches/gcc-4_7-branch/gcc/ChangeLog
branches/gcc-4_7-branch/gcc/config/arm/arm.c
branches/gcc-4_7-branch/gcc/testsuite/ChangeLog