public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/25950] [DR 391] Reference binding and explicit copy constructors
       [not found] <bug-25950-4@http.gcc.gnu.org/bugzilla/>
@ 2014-02-16 10:03 ` jackie.rosen at hushmail dot com
  0 siblings, 0 replies; 9+ messages in thread
From: jackie.rosen at hushmail dot com @ 2014-02-16 10:03 UTC (permalink / raw)
  To: gcc-bugs

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

Jackie Rosen <jackie.rosen at hushmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jackie.rosen at hushmail dot com

--- Comment #31 from Jackie Rosen <jackie.rosen at hushmail dot com> ---
*** Bug 260998 has been marked as a duplicate of this bug. ***
Seen from the domain http://volichat.com
Marked for reference. Resolved as fixed @bugzilla.


^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug c++/25950] [DR 391] Reference binding and explicit copy constructors
  2006-01-24 22:24 [Bug c++/25950] New: " hhinnant at apple dot com
                   ` (6 preceding siblings ...)
  2008-07-04 19:32 ` jsm28 at gcc dot gnu dot org
@ 2008-07-31  7:04 ` pinskia at gcc dot gnu dot org
  7 siblings, 0 replies; 9+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2008-07-31  7:04 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #30 from pinskia at gcc dot gnu dot org  2008-07-31 07:03 -------
*** Bug 36490 has been marked as a duplicate of this bug. ***


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dervih at interia dot pl


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


^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug c++/25950] [DR 391] Reference binding and explicit copy constructors
  2006-01-24 22:24 [Bug c++/25950] New: " hhinnant at apple dot com
                   ` (5 preceding siblings ...)
  2007-11-03 13:40 ` jason at gcc dot gnu dot org
@ 2008-07-04 19:32 ` jsm28 at gcc dot gnu dot org
  2008-07-31  7:04 ` pinskia at gcc dot gnu dot org
  7 siblings, 0 replies; 9+ messages in thread
From: jsm28 at gcc dot gnu dot org @ 2008-07-04 19:32 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #29 from jsm28 at gcc dot gnu dot org  2008-07-04 19:32 -------
Fixed in 4.3, no longer marked a regression; closing.


-- 

jsm28 at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|4.1.3                       |4.3.0


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


^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug c++/25950] [DR 391] Reference binding and explicit copy constructors
  2006-01-24 22:24 [Bug c++/25950] New: " hhinnant at apple dot com
                   ` (4 preceding siblings ...)
  2007-10-24  3:46 ` jason at gcc dot gnu dot org
@ 2007-11-03 13:40 ` jason at gcc dot gnu dot org
  2008-07-04 19:32 ` jsm28 at gcc dot gnu dot org
  2008-07-31  7:04 ` pinskia at gcc dot gnu dot org
  7 siblings, 0 replies; 9+ messages in thread
From: jason at gcc dot gnu dot org @ 2007-11-03 13:40 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #28 from jason at gcc dot gnu dot org  2007-11-03 13:40 -------
Fixed for 4.3.0.


-- 

jason at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Known to work|3.3.3 3.2.3 2.95.3 3.0.4    |3.3.3 3.2.3 2.95.3 3.0.4
                   |                            |4.3.0


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


^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug c++/25950] [DR 391] Reference binding and explicit copy constructors
  2006-01-24 22:24 [Bug c++/25950] New: " hhinnant at apple dot com
                   ` (3 preceding siblings ...)
  2007-10-22 19:14 ` jason at gcc dot gnu dot org
@ 2007-10-24  3:46 ` jason at gcc dot gnu dot org
  2007-11-03 13:40 ` jason at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: jason at gcc dot gnu dot org @ 2007-10-24  3:46 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #27 from jason at gcc dot gnu dot org  2007-10-24 03:45 -------
Subject: Bug 25950

Author: jason
Date: Wed Oct 24 03:45:37 2007
New Revision: 129596

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=129596
Log:
        PR c++/25950 (DR 391)
        * call.c (struct conversion): Remove check_copy_constructor_p.
        (reference_binding): Always bind a reference directly to a
        compatible class rvalue.  Pass down LOOKUP_NO_TEMP_BIND during
        temporary creation.
        (check_constructor_callable): Remove.
        (convert_like_real): Don't call it.
        (initialize_reference): Don't call check_constructor_callable.
        (standard_conversion): Check LOOKUP_NO_CONVERSION instead of
        LOOKUP_CONSTRUCTOR_CALLABLE.  Don't require a temporary for base
        conversions if LOOKUP_NO_TEMP_BIND.
        (implicit_conversion): Pass through LOOKUP_NO_TEMP_BIND.
        (build_user_type_conversion_1): Pass through LOOKUP_NO_TEMP_BIND for
        second conversion.
        * cp-tree.h (LOOKUP_CONSTRUCTOR_CALLABLE): Remove.

Added:
    trunk/gcc/testsuite/g++.dg/overload/reftemp1.C
    trunk/gcc/testsuite/g++.dg/overload/reftemp2.C
Removed:
    trunk/gcc/testsuite/g++.dg/init/copy7.C
Modified:
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/call.c
    trunk/gcc/cp/cp-tree.h


-- 


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


^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug c++/25950] [DR 391] Reference binding and explicit copy constructors
  2006-01-24 22:24 [Bug c++/25950] New: " hhinnant at apple dot com
                   ` (2 preceding siblings ...)
  2007-03-12 22:00 ` pinskia at gcc dot gnu dot org
@ 2007-10-22 19:14 ` jason at gcc dot gnu dot org
  2007-10-24  3:46 ` jason at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: jason at gcc dot gnu dot org @ 2007-10-22 19:14 UTC (permalink / raw)
  To: gcc-bugs



-- 

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                     |
             Status|NEW                         |ASSIGNED
   Last reconfirmed|2006-01-25 03:20:53         |2007-10-22 19:14:21
               date|                            |


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


^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug c++/25950] [DR 391] Reference binding and explicit copy constructors
  2006-01-24 22:24 [Bug c++/25950] New: " hhinnant at apple dot com
  2006-01-24 22:38 ` [Bug c++/25950] [DR 391] " pinskia at gcc dot gnu dot org
  2007-02-25 16:50 ` pinskia at gcc dot gnu dot org
@ 2007-03-12 22:00 ` pinskia at gcc dot gnu dot org
  2007-10-22 19:14 ` jason at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2007-03-12 22:00 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #26 from pinskia at gcc dot gnu dot org  2007-03-12 21:59 -------
*** Bug 31156 has been marked as a duplicate of this bug. ***


-- 


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


^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug c++/25950] [DR 391] Reference binding and explicit copy constructors
  2006-01-24 22:24 [Bug c++/25950] New: " hhinnant at apple dot com
  2006-01-24 22:38 ` [Bug c++/25950] [DR 391] " pinskia at gcc dot gnu dot org
@ 2007-02-25 16:50 ` pinskia at gcc dot gnu dot org
  2007-03-12 22:00 ` pinskia at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2007-02-25 16:50 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #25 from pinskia at gcc dot gnu dot org  2007-02-25 16:49 -------
*** Bug 30959 has been marked as a duplicate of this bug. ***


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |sl at datamyway dot de


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


^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug c++/25950] [DR 391] Reference binding and explicit copy constructors
  2006-01-24 22:24 [Bug c++/25950] New: " hhinnant at apple dot com
@ 2006-01-24 22:38 ` pinskia at gcc dot gnu dot org
  2007-02-25 16:50 ` pinskia at gcc dot gnu dot org
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-01-24 22:38 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from pinskia at gcc dot gnu dot org  2006-01-24 22:38 -------
I am going to mark this depending on PR 12226 for a second since that is the PR
12226 which made promoted this change.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  BugsThisDependsOn|                            |12226
      Known to fail|                            |3.4.0 4.0.0 4.1.0
      Known to work|                            |3.3.3 3.2.3


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


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2014-02-16 10:03 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-25950-4@http.gcc.gnu.org/bugzilla/>
2014-02-16 10:03 ` [Bug c++/25950] [DR 391] Reference binding and explicit copy constructors jackie.rosen at hushmail dot com
2006-01-24 22:24 [Bug c++/25950] New: " hhinnant at apple dot com
2006-01-24 22:38 ` [Bug c++/25950] [DR 391] " pinskia at gcc dot gnu dot org
2007-02-25 16:50 ` pinskia at gcc dot gnu dot org
2007-03-12 22:00 ` pinskia at gcc dot gnu dot org
2007-10-22 19:14 ` jason at gcc dot gnu dot org
2007-10-24  3:46 ` jason at gcc dot gnu dot org
2007-11-03 13:40 ` jason at gcc dot gnu dot org
2008-07-04 19:32 ` jsm28 at gcc dot gnu dot org
2008-07-31  7:04 ` pinskia at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).