http://llvm.org/bugs/show_bug.cgi?id=4220
Chris Lattner <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED Status|NEW |RESOLVED Resolution| |FIXED --- Comment #4 from Chris Lattner <[email protected]> 2011-02-17 22:14:45 CST --- This now valgrinds clean with the recent label rework that I landed. It is still (correctly) rejected with: t2.c:1:36: error: expected '(' after 'do/while' int a() { goto L; do { L:; } while 0; } ^ --- Comment #5 from Chris Lattner <[email protected]> 2011-02-17 22:14:45 CST --- This now valgrinds clean with the recent label rework that I landed. It is still (correctly) rejected with: t2.c:1:36: error: expected '(' after 'do/while' int a() { goto L; do { L:; } while 0; } ^ -- Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ LLVMbugs mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs
