[Bug rtl-optimization/33961] [4.3 regression] gcc 4.3 causes crash valid code to crash

2007-10-31 Thread rguenth at gcc dot gnu dot org
--- Comment #4 from rguenth at gcc dot gnu dot org 2007-10-31 17:03 --- Reduced testcase: void decode(char *d, int len); void decode(char *d, int len) { int i = len - 1; while(i >= 0) { d[i]; if(d[i] == 0) d[i]=' '

[Bug rtl-optimization/33961] [4.3 regression] gcc 4.3 causes crash valid code to crash

2007-10-31 Thread bero at arklinux dot org
--- Comment #1 from bero at arklinux dot org 2007-10-31 16:44 --- Created an attachment (id=14450) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14450&action=view) Test case -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33961