[Bug target/55277] [4.8 regression] ICE in assign_by_spills, at lra-assigns.c:1217
- To: debian-gcc@lists.debian.org
- Subject: [Bug target/55277] [4.8 regression] ICE in assign_by_spills, at lra-assigns.c:1217
- From: "antoine.balestrat at gmail dot com" <gcc-bugzilla@gcc.gnu.org>
- Date: Sat, 24 Nov 2012 22:20:46 +0000
- Message-id: <bug-55277-5724-TMU8dj6ikh@http.gcc.gnu.org/bugzilla/>
- In-reply-to: <bug-55277-5724@http.gcc.gnu.org/bugzilla/>
- References: <bug-55277-5724@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55277
Antoine Balestrat <antoine.balestrat at gmail dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |antoine.balestrat at gmail
| |dot com
--- Comment #1 from Antoine Balestrat <antoine.balestrat at gmail dot com> 2012-11-24 22:20:46 UTC ---
I've got a simpler testcase that seems to trigger the same ICE, if this is of
any help.
$ cat lra.c
int a, c;
void f(long long p)
{
long long b;
if(b)
b = p ? : 0;
for (; p; p++)
p *= a & (c = p *= !a < 2);
a = b += !(b & 3740917449);
}
$ xgcc -O1 -m32 -w lra.c
lra.c: In function ‘f’:
lra.c:14:1: internal compiler error: in assign_by_spills, at lra-assigns.c:1217
}
^
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.
--
Configure bugmail: http://gcc.gnu.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
Reply to: