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

Reply via email to