This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/49030] ICE in get_arm_condition_code, at config/arm/arm.c:17180
- From: "michael.hope at linaro dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Thu, 9 Jun 2011 01:35:01 +0000
- Subject: [Bug target/49030] ICE in get_arm_condition_code, at config/arm/arm.c:17180
- Auto-submitted: auto-generated
- References: <bug-49030-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49030
Michael Hope <michael.hope at linaro dot org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |michael.hope at linaro dot
| |org
--- Comment #5 from Michael Hope <michael.hope at linaro dot org> 2011-06-09 01:34:47 UTC ---
The same assert is seen in
https://bugs.launchpad.net/ubuntu/+source/gcc-4.5/+bug/689887 in Thumb-2 mode
on trunk r174795.
Chung-Lin posted a patch at
http://gcc.gnu.org/ml/gcc-patches/2011-03/msg00790.html but there are bootstrap
issues.
Adding -fno-if-conversion works around the problem.