This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/26099] support for type traits is not available
- From: "ghazi at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 27 Jan 2008 05:19:06 -0000
- Subject: [Bug c++/26099] support for type traits is not available
- References: <bug-26099-3238@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #11 from ghazi at gcc dot gnu dot org 2008-01-27 05:19 -------
>From the -fpic/-fPIC logfile:
has_nothrow_assign.exe: [...]/has_nothrow_assign.C:139: int main(): Assertion
`(__has_nothrow_assign(E) && f<E>() && My<E>().f() && My2<E>::trait &&
My3<E>().f())' failed.
FAIL: g++.dg/ext/has_nothrow_assign.C execution test
has_nothrow_constructor.exe: [...]/has_nothrow_constructor.C:100: int main():
Assertion `(__has_nothrow_constructor(E) && f<E>() && My<E>().f() &&
My2<E>::trait && My3<E>().f())' failed.
FAIL: g++.dg/ext/has_nothrow_constructor.C execution test
has_nothrow_copy.exe: [...]/has_nothrow_copy.C:129: int main(): Assertion
`(__has_nothrow_copy(E) && f<E>() && My<E>().f() && My2<E>::trait &&
My3<E>().f())' failed.
FAIL: g++.dg/ext/has_nothrow_copy.C execution test
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26099