[Bug c++/49102] [C++0x] Use of deleted copy constructor not diagnosed

2011-05-25 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49102 Paolo Carlini changed: What|Removed |Added Target Milestone|4.6.1 |4.7.0 --- Comment #5 from Paolo Carlini

[Bug c++/49102] [C++0x] Use of deleted copy constructor not diagnosed

2011-05-24 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49102 --- Comment #4 from Paolo Carlini 2011-05-25 01:41:00 UTC --- Are you sure it's fixed in the branch too?

[Bug c++/49102] [C++0x] Use of deleted copy constructor not diagnosed

2011-05-24 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49102 Jason Merrill changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug c++/49102] [C++0x] Use of deleted copy constructor not diagnosed

2011-05-23 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49102 --- Comment #2 from Jason Merrill 2011-05-24 03:49:07 UTC --- Author: jason Date: Tue May 24 03:49:03 2011 New Revision: 174101 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=174101 Log: PR c++/49102 * call.c (convert_arg_to_ellip

[Bug c++/49102] [C++0x] Use of deleted copy constructor not diagnosed

2011-05-23 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49102 Jason Merrill changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug c++/49102] [C++0x] Use of deleted copy constructor not diagnosed

2011-05-21 Thread schaub.johannes at googlemail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49102 --- Comment #1 from Johannes Schaub 2011-05-21 20:04:16 UTC --- (In reply to comment #0) > The following program should be diagnosed at the call to "f" for using a > deleted copy constructor in an lvalue to rvalue conversion > I'm sorry. I mean