[LLVMbugs] [Bug 1968] New: clang codegen for static forward declaration broken

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Thu Jan 31 08:57:09 PST 2008


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

           Summary: clang codegen for static forward declaration broken
           Product: clang
           Version: unspecified
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: LLVM Codegen
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: sharparrow1 at yahoo.com
                CC: llvmbugs at cs.uiuc.edu


static int array[];
static int array[4];

produces

@array = internal global [0 x i32] zeroinitializer              ; <[0 x i32]*>
[#uses=0]
@array1 = internal global [4 x i32] zeroinitializer             ; <[4 x i32]*>
[#uses=0]

with clang -emit-llvm...


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