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

           Summary: regression with r93752
           Product: clang
           Version: trunk
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Semantic Analyzer
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]


Created an attachment (id=4077)
 --> (http://llvm.org/bugs/attachment.cgi?id=4077)
testcase (c source)

the test source is from gcc regression suite (pr22098-1.c)
the code generated is incorrect.

files bug.c, bug-r93752.ll and bug-r93751.ll are in attachment

$clang bug.c -O0 -o bug && ./bug
Aborted

$clang bug.c -O1 -o bug && ./bug
Segmentation fault


-- 
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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to