[LLVMbugs] [Bug 5552] New: ObjC sema crash

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Wed Nov 18 10:22:32 PST 2009


http://llvm.org/bugs/show_bug.cgi?id=5552

           Summary: ObjC sema crash
           Product: clang
           Version: unspecified
          Platform: PC
        OS/Version: FreeBSD
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Semantic Analyzer
        AssignedTo: unassignedclangbugs at nondot.org
        ReportedBy: rdivacky at freebsd.org
                CC: llvmbugs at cs.uiuc.edu


pes delta$ cat tmp1/022.m
@interface Protocol : Object

pes delta$ clang -fsyntax-only tmp1/022.m
Assertion failed: (!D->getNextDeclInContext() && D != LastDecl && "Decl already
inserted into a DeclContext"), function addHiddenDecl, file DeclBase.cpp, line
645.
Stack dump:
0.      Program arguments: /usr/local/bin/../libexec/clang-cc -triple
x86_64-unknown-freebsd7.2 -fsyntax-only -disable-free -main-file-name 022.m
--relocation-model static --disable-fp-elim --unwind-tables=1 --mcpu x86-64
--fmath-errno=1 -fmessage-length 152 -fexceptions=0 -fgnu-runtime
-fdiagnostics-show-option -fcolor-diagnostics -x objective-c tmp1/022.m 
1.      <eof> parser at end of file
clang: error: compiler command failed due to signal 6 (use -v to see
invocation)


-- 
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