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

Reply via email to