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

           Summary: Duplicate debug symbol in recursively included file
           Product: clang
           Version: unspecified
          Platform: Macintosh
        OS/Version: MacOS X
            Status: NEW
          Severity: normal
          Priority: P2
         Component: LLVM Codegen
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]


Including a C file which includes itself confuses the debug generator.  The
attached test case compiles without -g but fails when compiled with -g:

clang -g -c inc_test.c
/var/folders/EQ/EQfWBPm-G2ODRK5-R1QU7E+++TI/-Tmp-/cc-rHhHSz.s:91:FATAL:Symbol
Linfo_begin1 already defined.


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

Reply via email to