[LLVMbugs] [Bug 14224] New: Clang asserts in SROA pass with ARM
    bugzilla-daemon at llvm.org 
    bugzilla-daemon at llvm.org
       
    Wed Oct 31 04:23:52 PDT 2012
    
    
  
http://llvm.org/bugs/show_bug.cgi?id=14224
             Bug #: 14224
           Summary: Clang asserts in SROA pass with ARM
           Product: clang
           Version: trunk
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: -New Bugs
        AssignedTo: unassignedclangbugs at nondot.org
        ReportedBy: kalle.raiskila at nokia.com
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified
Created attachment 9471
  --> http://llvm.org/bugs/attachment.cgi?id=9471
sample input
Clang asserts with the attached sample. Clang must be run with
"-ccc-host-triple arm" to produce the assert, e.g. x86, mips or cellspu don't
catch this. Similar to bug 14212.
"/opt/llvm/latest/bin/clang -emit-llvm -ccc-host-triple arm -c -o minimized.o
minimized.cl"
clang version 3.2 (http://llvm.org/git/clang.git
986af6fe3842dd08ce6d6e2a2e3dbec1d58cc15d) (http://llvm.org/git/llvm.git
9441125d636dee246acf9cb6c8f264edda92c335)
-- 
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