This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]