[Bug c++/38796] [c++0x] defaulted operator= with non-default return type accepted

2009-11-03 Thread jason at gcc dot gnu dot org
--- Comment #4 from jason at gcc dot gnu dot org 2009-11-03 16:09 --- Fixed for 4.5. -- jason at gcc dot gnu dot org changed: What|Removed |Added

[Bug c++/38796] [c++0x] defaulted operator= with non-default return type accepted

2009-10-29 Thread law at gcc dot gnu dot org
--- Comment #3 from law at gcc dot gnu dot org 2009-10-29 16:40 --- Subject: Bug 38796 Author: law Date: Thu Oct 29 16:39:42 2009 New Revision: 153712 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=153712 Log: Recorded merge of revisions 153564-153565,153572-153576 via svnmerge

[Bug c++/38796] [c++0x] defaulted operator= with non-default return type accepted

2009-10-26 Thread jason at gcc dot gnu dot org
--- Comment #2 from jason at gcc dot gnu dot org 2009-10-26 19:07 --- Subject: Bug 38796 Author: jason Date: Mon Oct 26 19:07:14 2009 New Revision: 153565 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=153565 Log: PR c++/38796, Core issue 906 gcc/cp * cp-tree.h

[Bug c++/38796] [c++0x] defaulted operator= with non-default return type accepted

2009-10-17 Thread jason at gcc dot gnu dot org
-- jason at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |jason at gcc dot gnu dot org |dot org

[Bug c++/38796] [c++0x] defaulted operator= with non-default return type accepted

2009-10-12 Thread jason at gcc dot gnu dot org
--- Comment #1 from jason at gcc dot gnu dot org 2009-10-12 21:53 --- This is http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#906 Probably we should reject the declaration; certainly we shouldn't silently change the return type. -- jason at gcc dot gnu dot org changed: