This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/16348] [3.5 Regression] Loop gets executed when it shouldnt
- From: "giovannibajo at libero dot it" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 4 Jul 2004 14:31:30 -0000
- Subject: [Bug c/16348] [3.5 Regression] Loop gets executed when it shouldnt
- References: <20040703145118.16348.anton@samba.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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