[LLVMbugs] [Bug 374] NEW: [llvmgcc] Crash taking address of variable length array element

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Fri Jun 18 17:43:09 PDT 2004


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

           Summary: [llvmgcc] Crash taking address of variable length array
                    element
           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
                CC: wanderer at rsu.ru


This reduced testcase crashes llvmgcc.

struct S { };

int xxxx(int a) {
  struct S comps[a];
  &comps[0];
}

-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