This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/23482] [ColdFire] ICE in in final_scan_insn
- From: "pbrook at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 19 Dec 2005 18:53:25 -0000
- Subject: [Bug target/23482] [ColdFire] ICE in in final_scan_insn
- References: <bug-23482-11201@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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