[Bug c/16348] [3.5 Regression] Loop gets executed when it shouldnt

giovannibajo at libero dot it gcc-bugzilla@gcc.gnu.org
Sun Jul 4 14:31:00 GMT 2004


------- Additional Comments From giovannibajo at libero dot it  2004-07-04 14:31 -------
the first generic dump is already borked:

main ()
{
  int i;

  printf ("%d\n", 0);
  i = 0;
  <D1105>:;
  printf ("can not happen\n");
  i = i + 1;
  goto <D1105>;
}

Could be up to the recent RTH work on genericization? It went in in the 
timeframe Pinksi isolated.


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rth at gcc dot gnu dot org


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



More information about the Gcc-bugs mailing list