[LLVMbugs] [Bug 10778] New: typeinfo problem compiling gcc test g++.dg/cpp0x/auto10.C
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Fri Aug 26 13:42:36 PDT 2011
http://llvm.org/bugs/show_bug.cgi?id=10778
Summary: typeinfo problem compiling gcc test
g++.dg/cpp0x/auto10.C
Product: clang
Version: 2.9
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P
Component: Frontend
AssignedTo: unassignedclangbugs at nondot.org
ReportedBy: rkotler at mips.com
CC: llvmbugs at cs.uiuc.edu
Created an attachment (id=7153)
--> (http://llvm.org/bugs/attachment.cgi?id=7153)
gcc/testsuite/g++.dg/cpp0x/auto10.C -std=c++0x
/build_llvm/install/bin/clang
/home/rkotler/gcc-4.4.6/gcc/testsuite/g++.dg/cpp0x/auto10.C -std=c++0x
In file included from
/home/rkotler/gcc-4.4.6/gcc/testsuite/g++.dg/cpp0x/auto10.C:5:
In file included from /usr/include/c++/4.4/typeinfo:34:
In file included from /usr/include/c++/4.4/exception:148:
/usr/include/c++/4.4/exception_ptr.h:143:13: error: unknown type name
'type_info'
const type_info*
^
1 error generated.
rkotler at ubuntu-rkotler:~/test$ icpc
/home/rkotler/gcc-4.4.6/gcc/testsuite/g++.dg/cpp0x/auto10.C -std=c++0x
rkotler at ubuntu-rkotler:~/test$ g++
/home/rkotler/gcc-4.4.6/gcc/testsuite/g++.dg/cpp0x/auto10.C -std=c++0x
rkotler at ubuntu-rkotler:~/test$
--
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