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

             Bug #: 14388
           Summary: Array exception type should be decayed to pointer
                    automatically
           Product: clang
           Version: trunk
          Platform: Other
        OS/Version: Linux
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: C++
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected], [email protected]
    Classification: Unclassified


Created attachment 9572
  --> http://llvm.org/bugs/attachment.cgi?id=9572
source code

Hi all,

By exception handling spec, Array or Function should be decayed to Pointer
automatically.
In x86, it works fine on both TypeInfo and TypeFilter.
However, in ARM, it works only on TypeInfo. Function exception specification
list doesn't encode correctly.

Here's my command: 
clang++ -target armv7-unknown-linux-gnueabi test.cpp -emit-llvm -S -o test.ll


Thanks!

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