[LLVMbugs] [Bug 12984] New: Clang crashing at tuple handling

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Tue May 29 11:53:48 PDT 2012


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

             Bug #: 12984
           Summary: Clang crashing at tuple handling
           Product: clang
           Version: trunk
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: C++11
        AssignedTo: unassignedclangbugs at nondot.org
        ReportedBy: daniel+llvm at trvx.org
                CC: dgregor at apple.com, llvmbugs at cs.uiuc.edu
    Classification: Unclassified


Created attachment 8656
  --> http://llvm.org/bugs/attachment.cgi?id=8656
Crash log, output, and the program's source code

Compiling the attached program with libstdc++ crashes clang++.

$ clang++ -std=c++11 tuple.cpp
$ No unexpanded parameter packs in type expansion.
$ UNREACHABLE ... 

Attached you find the diagnostic information and the short program's source (a
few lines).

Using libc++ works fine, though.

$ clang++ -std=c++11 -stdlib=libc++ -lc++abi tuple.cpp
$

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