------- Additional Comments From pinskia at gcc dot gnu dot org  2005-05-17 
20:00 -------
Confirmed, simple example:
struct f
{
  f(f&);
};
int g(void)
{
  f a = f();
}

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
           Keywords|                            |diagnostic
   Last reconfirmed|0000-00-00 00:00:00         |2005-05-17 20:00:40
               date|                            |
            Summary|Diagnostic for misdefined   |diagnostic for a non
                   |copy constructor is not     |constant reference when
                   |particularly clear          |passed a non lvalue (copy
                   |                            |constructor)


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21631

Reply via email to