[LLVMbugs] [Bug 3543] Certain ({ }) (?) expressions crash clang / ccc
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Wed Feb 11 22:38:59 PST 2009
http://llvm.org/bugs/show_bug.cgi?id=3543
Chris Lattner <clattner at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |DUPLICATE
--- Comment #2 from Chris Lattner <clattner at apple.com> 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.
More information about the llvm-bugs
mailing list