[Bug rtl-optimization/24683] [3.4/4.0/4.1 Regression] ICE in in extract_insn, at recog.c:2084

pinskia at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Sat Nov 5 17:47:00 GMT 2005



------- Comment #16 from pinskia at gcc dot gnu dot org  2005-11-05 17:47 -------
And here is one which also fails in 3.3.6:
int final(int j){
  unsigned int i = 0;
  do {
    if (j)
      j = (__SIZE_TYPE__)&""[4294967233];
    i = i + 1;
  } while (i != 8);
  return j;
}


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Known to fail|4.1.0 4.0.3 4.0.2 3.4.5     |4.1.0 4.0.3 4.0.2 3.4.5
                   |                            |3.3.6
      Known to work|3.3.6                       |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24683



More information about the Gcc-bugs mailing list