--- Comment #4 from paolo dot carlini at oracle dot com 2008-07-21 16:20
---
Fixed for 4.4.0.
--
paolo dot carlini at oracle dot com changed:
What|Removed |Added
--- Comment #3 from paolo at gcc dot gnu dot org 2008-07-21 16:19 ---
Subject: Bug 36871
Author: paolo
Date: Mon Jul 21 16:18:38 2008
New Revision: 138034
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=138034
Log:
/cp
2008-07-21 Paolo Carlini <[EMAIL PROTECTED]>
PR c+
--- Comment #2 from paolo dot carlini at oracle dot com 2008-07-19 00:48
---
Yes, ok...
--
paolo dot carlini at oracle dot com changed:
What|Removed |Added
Assig
--- Comment #1 from sebor at roguewave dot com 2008-07-19 00:44 ---
This also fails. Seems that the combination of a copy ctor and template ctor
(even non-throwing) trips the compiler up.
$ cat u.cpp && g++ u.cpp -std=c++0x && ./a.out
#include
#include
struct F {
F (const F&) th