------- 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