[LLVMbugs] [Bug 9472] New: Missing support for __is_trivial
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Sat Mar 12 19:08:21 PST 2011
http://llvm.org/bugs/show_bug.cgi?id=9472
Summary: Missing support for __is_trivial
Product: clang
Version: trunk
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P
Component: C++0x
AssignedTo: unassignedclangbugs at nondot.org
ReportedBy: rafael.espindola at gmail.com
CC: llvmbugs at cs.uiuc.edu, dgregor at apple.com
I decided to try libstdc++ 4.6 with clang, the first thing that fails is:
void bar() {
typedef int foo;
__is_trivial(foo);
}
--
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