http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57842
--- Comment #2 from Anthony Brown <groundup2360917182914017 at gmail dot com> --- I see the problem with my code. There is no bug. The second if should be else if. Sorry. On Sun, Jul 7, 2013 at 12:15 PM, pinskia at gcc dot gnu.org < gcc-bugzi...@gcc.gnu.org> wrote: > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57842 > > Andrew Pinski <pinskia at gcc dot gnu.org> changed: > > What |Removed |Added > > ---------------------------------------------------------------------------- > Status|UNCONFIRMED |RESOLVED > Resolution|--- |INVALID > > --- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> --- > The reason why it prints 11 is because the second if is true after the > first > loop. > > -- > You are receiving this mail because: > You reported the bug. >