[Bug target/23482] [ColdFire] ICE in in final_scan_insn
pbrook at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Mon Dec 19 18:53:00 GMT 2005
------- Comment #1 from pbrook at gcc dot gnu dot org 2005-12-19 18:53 -------
This also occurs in a couple of places in the gcc testsuite, eg.
gcc.c-torture/compile/20050303-1.c
Reduced C testcase below.
int crc(int nleft)
{
int toread;
unsigned char buf[(128 * 1024)];
toread = nleft ? nleft: 1;
return toread;
}
--
pbrook at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|unassigned at gcc dot gnu |pbrook at gcc dot gnu dot
|dot org |org
Status|UNCONFIRMED |ASSIGNED
Ever Confirmed|0 |1
Last reconfirmed|0000-00-00 00:00:00 |2005-12-19 18:53:25
date| |
Summary|g++ crash building for m5307|[ColdFire] ICE in in
|arch |final_scan_insn
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23482
More information about the Gcc-bugs
mailing list