[LLVMbugs] [Bug 11048] New: Crash when initializing array of typedef-ed arrays

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Sat Oct 1 02:42:45 PDT 2011


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

           Summary: Crash when initializing array of typedef-ed arrays
           Product: clang
           Version: trunk
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: -New Bugs
        AssignedTo: unassignedclangbugs at nondot.org
        ReportedBy: ori at avtalion.name
                CC: llvmbugs at cs.uiuc.edu


Using r140938.

Compiling the following code with "clang -c" causes a crash:

typedef char foo[10];
foo bar[] = { "hello" };

This used to work, so it's a regression.

I only have a release build, so I can't provide useful debug symbols.

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