http://llvm.org/bugs/show_bug.cgi?id=3543
Chris Lattner <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |DUPLICATE --- Comment #2 from Chris Lattner <[email protected]> 2009-02-12 00:38:58 --- I see this: $ clang clang_crash_oeh8Rx.mi /Users/bkr/vc/jumper/tmp/ClangCrash/test.m:6:13: error: expected expression int x = ({ __label__ lplabel; static LOGPOINT lplog .... ^ This is because we don't support __label__ yet. If this is not the problem you are seeing, please reopen. *** This bug has been marked as a duplicate of bug 3429 *** -- 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
