[LLVMbugs] [Bug 12433] New: PCH crash with exception specification list of 5 or more types

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Sun Apr 1 09:38:07 PDT 2012


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

             Bug #: 12433
           Summary: PCH crash with exception specification list of 5 or
                    more types
           Product: clang
           Version: trunk
          Platform: Other
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: -New Bugs
        AssignedTo: unassignedclangbugs at nondot.org
        ReportedBy: l.lunak at suse.cz
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified


$ cat a.cpp 
#include "a.h"
$ cat a.h 
void foo() throw( int, short, char, float, double );
$ clang++ -v
SUSE Linux clang version 3.1 (trunk 153245) (based on LLVM 3.1svn)
Target: x86_64-unknown-linux-gnu
Thread model: posix
$ clang++ -x c++-header a.h 
$ clang++ a.cpp -c -include a.h
[crash]

Removing any of the types from the exception specification avoids the crash.

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