[LLVMbugs] [Bug 610] NEW: [llvmgcc] Global variable incorrectly marked weak

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Wed Jul 27 22:57:58 PDT 2005


http://llvm.cs.uiuc.edu/bugs/show_bug.cgi?id=610

           Summary: [llvmgcc] Global variable incorrectly marked weak
           Product: tools
           Version: 1.0
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: llvm-gcc
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: sabre at nondot.org


In this testcase, Y should not be marked weak, but llvm-gcc does mark it as such:

----
extern int Y;
int foo() { return Y; }
int Y = 1;
----

This is distilled from python.

-Chris



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.




More information about the llvm-bugs mailing list