[LLVMbugs] [Bug 4228] New: Duplicate debug symbol in recursively included file

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Mon May 18 13:02:29 PDT 2009


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: unassignedclangbugs at nondot.org
        ReportedBy: jason.haslam at gmail.com
                CC: llvmbugs at cs.uiuc.edu


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.



More information about the llvm-bugs mailing list