This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/49779] Wrong code generated for while loop with guard containing continue
- From: "joseph at codesourcery dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Thu, 21 Jul 2011 14:26:39 +0000
- Subject: [Bug c/49779] Wrong code generated for while loop with guard containing continue
- Auto-submitted: auto-generated
- References: <bug-49779-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49779
--- Comment #6 from joseph at codesourcery dot com <joseph at codesourcery dot com> 2011-07-21 14:26:05 UTC ---
See PR 44715 for previous discussion of issues with loop control
statements in statement expressions.