public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/4672] [3.3/3.4 Regression] [DR 214] Template parameter deduction fails for overloaded template functions.
       [not found] <20011025162612.4672.sven@programmingresearch.ie>
@ 2003-06-02 16:40 ` pinskia@physics.uc.edu
  2003-06-02 16:42 ` pinskia@physics.uc.edu
                   ` (13 subsequent siblings)
  14 siblings, 0 replies; 15+ messages in thread
From: pinskia@physics.uc.edu @ 2003-06-02 16:40 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


pinskia@physics.uc.edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|[DR 214] Template parameter |[3.3/3.4 Regression] [DR
                   |deduction fails for         |214] Template parameter
                   |overloaded template         |deduction fails for
                   |functions.                  |overloaded template
                   |                            |functions.


------- Additional Comments From pinskia@physics.uc.edu  2003-06-02 16:40 -------
still exists on the mainline (20030529) and 3.3.1 (20030526):

pr4672.cc: In member function `void A::foo() const':
pr4672.cc:8: error: call of overloaded `Foo(const A* const)' is ambiguous
pr4672.cc:1: note: candidates are: void Foo(U&) [with T = int, U = const A* 
   const]
pr4672.cc:2: note:                 void Foo(U*) [with T = int, U = const A]



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug c++/4672] [3.3/3.4 Regression] [DR 214] Template parameter deduction fails for overloaded template functions.
       [not found] <20011025162612.4672.sven@programmingresearch.ie>
  2003-06-02 16:40 ` [Bug c++/4672] [3.3/3.4 Regression] [DR 214] Template parameter deduction fails for overloaded template functions pinskia@physics.uc.edu
@ 2003-06-02 16:42 ` pinskia@physics.uc.edu
  2003-06-08 18:44 ` pinskia@physics.uc.edu
                   ` (12 subsequent siblings)
  14 siblings, 0 replies; 15+ messages in thread
From: pinskia@physics.uc.edu @ 2003-06-02 16:42 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


pinskia@physics.uc.edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|enhancement                 |major
           Priority|P3                          |P2





------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug c++/4672] [3.3/3.4 Regression] [DR 214] Template parameter deduction fails for overloaded template functions.
       [not found] <20011025162612.4672.sven@programmingresearch.ie>
  2003-06-02 16:40 ` [Bug c++/4672] [3.3/3.4 Regression] [DR 214] Template parameter deduction fails for overloaded template functions pinskia@physics.uc.edu
  2003-06-02 16:42 ` pinskia@physics.uc.edu
@ 2003-06-08 18:44 ` pinskia@physics.uc.edu
  2003-06-26 22:06 ` bangerth at dealii dot org
                   ` (11 subsequent siblings)
  14 siblings, 0 replies; 15+ messages in thread
From: pinskia@physics.uc.edu @ 2003-06-08 18:44 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


pinskia@physics.uc.edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |3.3.1


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

* [Bug c++/4672] [3.3/3.4 Regression] [DR 214] Template parameter deduction fails for overloaded template functions.
       [not found] <20011025162612.4672.sven@programmingresearch.ie>
                   ` (2 preceding siblings ...)
  2003-06-08 18:44 ` pinskia@physics.uc.edu
@ 2003-06-26 22:06 ` bangerth at dealii dot org
  2003-07-07  9:18 ` nathan at gcc dot gnu dot org
                   ` (10 subsequent siblings)
  14 siblings, 0 replies; 15+ messages in thread
From: bangerth at dealii dot org @ 2003-06-26 22:06 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


bangerth at dealii dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mstaley at lanl dot gov


------- Additional Comments From bangerth at dealii dot org  2003-06-26 22:06 -------
*** Bug 11338 has been marked as a duplicate of this bug. ***


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

* [Bug c++/4672] [3.3/3.4 Regression] [DR 214] Template parameter deduction fails for overloaded template functions.
       [not found] <20011025162612.4672.sven@programmingresearch.ie>
                   ` (3 preceding siblings ...)
  2003-06-26 22:06 ` bangerth at dealii dot org
@ 2003-07-07  9:18 ` nathan at gcc dot gnu dot org
  2003-07-07  9:40 ` giovannibajo at libero dot it
                   ` (9 subsequent siblings)
  14 siblings, 0 replies; 15+ messages in thread
From: nathan at gcc dot gnu dot org @ 2003-07-07  9:18 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


nathan at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P2                          |P3
   Target Milestone|3.3.1                       |3.4


------- Additional Comments From nathan at gcc dot gnu dot org  2003-07-07 09:18 -------
This will not be fixed in 3.3.
3.3 is doing what the std says. DR 214 is in ready status -- not
yet accepted as a DR.


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

* [Bug c++/4672] [3.3/3.4 Regression] [DR 214] Template parameter deduction fails for overloaded template functions.
       [not found] <20011025162612.4672.sven@programmingresearch.ie>
                   ` (4 preceding siblings ...)
  2003-07-07  9:18 ` nathan at gcc dot gnu dot org
@ 2003-07-07  9:40 ` giovannibajo at libero dot it
  2003-12-19  9:56 ` pinskia at gcc dot gnu dot org
                   ` (8 subsequent siblings)
  14 siblings, 0 replies; 15+ messages in thread
From: giovannibajo at libero dot it @ 2003-07-07  9:40 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


giovannibajo at libero dot it changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |SUSPENDED


------- Additional Comments From giovannibajo at libero dot it  2003-07-07 09:40 -------
Ok, I suspend the bug until the defect report is accepted.


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

* [Bug c++/4672] [3.3/3.4 Regression] [DR 214] Template parameter deduction fails for overloaded template functions.
       [not found] <20011025162612.4672.sven@programmingresearch.ie>
                   ` (5 preceding siblings ...)
  2003-07-07  9:40 ` giovannibajo at libero dot it
@ 2003-12-19  9:56 ` pinskia at gcc dot gnu dot org
  2004-02-03 13:31 ` [Bug c++/4672] [3.3/3.4/3.5 " giovannibajo at libero dot it
                   ` (7 subsequent siblings)
  14 siblings, 0 replies; 15+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-12-19  9:56 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|3.4.0                       |3.5.0


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


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

* [Bug c++/4672] [3.3/3.4/3.5 Regression] [DR 214] Template parameter deduction fails for overloaded template functions.
       [not found] <20011025162612.4672.sven@programmingresearch.ie>
                   ` (6 preceding siblings ...)
  2003-12-19  9:56 ` pinskia at gcc dot gnu dot org
@ 2004-02-03 13:31 ` giovannibajo at libero dot it
  2004-06-06  3:35 ` giovannibajo at libero dot it
                   ` (6 subsequent siblings)
  14 siblings, 0 replies; 15+ messages in thread
From: giovannibajo at libero dot it @ 2004-02-03 13:31 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From giovannibajo at libero dot it  2004-02-03 13:31 -------
The DR is now in WP status, and (as far as I can tell) it does say that GCC is 
wrong. 2.95 worked as expected so we have a regression. Nathan, do you confirm?

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|SUSPENDED                   |NEW
   Last reconfirmed|2003-11-03 04:13:37         |2004-02-03 13:31:16
               date|                            |


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


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

* [Bug c++/4672] [3.3/3.4/3.5 Regression] [DR 214] Template parameter deduction fails for overloaded template functions.
       [not found] <20011025162612.4672.sven@programmingresearch.ie>
                   ` (7 preceding siblings ...)
  2004-02-03 13:31 ` [Bug c++/4672] [3.3/3.4/3.5 " giovannibajo at libero dot it
@ 2004-06-06  3:35 ` giovannibajo at libero dot it
  2004-06-21 21:27 ` mmitchel at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  14 siblings, 0 replies; 15+ messages in thread
From: giovannibajo at libero dot it @ 2004-06-06  3:35 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From giovannibajo at libero dot it  2004-06-06 03:35 -------
Retargeting to 3.4.1, being a regression on that release branch.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|3.5.0                       |3.4.1


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


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

* [Bug c++/4672] [3.3/3.4/3.5 Regression] [DR 214] Template parameter deduction fails for overloaded template functions.
       [not found] <20011025162612.4672.sven@programmingresearch.ie>
                   ` (8 preceding siblings ...)
  2004-06-06  3:35 ` giovannibajo at libero dot it
@ 2004-06-21 21:27 ` mmitchel at gcc dot gnu dot org
  2004-08-29 18:43 ` mmitchel at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  14 siblings, 0 replies; 15+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2004-06-21 21:27 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From mmitchel at gcc dot gnu dot org  2004-06-21 21:27 -------
Postponed until GCC 3.4.2.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|3.4.1                       |3.4.2


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


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

* [Bug c++/4672] [3.3/3.4/3.5 Regression] [DR 214] Template parameter deduction fails for overloaded template functions.
       [not found] <20011025162612.4672.sven@programmingresearch.ie>
                   ` (9 preceding siblings ...)
  2004-06-21 21:27 ` mmitchel at gcc dot gnu dot org
@ 2004-08-29 18:43 ` mmitchel at gcc dot gnu dot org
  2004-10-07  0:34 ` [Bug c++/4672] " giovannibajo at libero dot it
                   ` (3 subsequent siblings)
  14 siblings, 0 replies; 15+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2004-08-29 18:43 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From mmitchel at gcc dot gnu dot org  2004-08-29 18:43 -------
Postponed until GCC 3.4.3.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|3.4.2                       |3.4.3


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


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

* [Bug c++/4672] [DR 214] Template parameter deduction fails for overloaded template functions.
       [not found] <20011025162612.4672.sven@programmingresearch.ie>
                   ` (10 preceding siblings ...)
  2004-08-29 18:43 ` mmitchel at gcc dot gnu dot org
@ 2004-10-07  0:34 ` giovannibajo at libero dot it
  2005-04-07  7:04 ` [Bug c++/4672] [4.0 only] " pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  14 siblings, 0 replies; 15+ messages in thread
From: giovannibajo at libero dot it @ 2004-10-07  0:34 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From giovannibajo at libero dot it  2004-10-07 00:34 -------
Notice that there is a general agreement that we should not implement WP 
defects within the default C++ dialect, especially when we are doing the 
correct thing wrt C++98. So we can keep this open, but will have to be 
implemented in the C++0x dialect. To the best of my understanding, we are 
strictly following C++98.

I'm thus removing the regression mark and the milestone from this bug.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
      Known to fail|3.4.1 4.0                   |3.4.1 4.0.0
            Summary|[3.3/3.4/4.0 Regression] [DR|[DR 214] Template parameter
                   |214] Template parameter     |deduction fails for
                   |deduction fails for         |overloaded template
                   |overloaded template         |functions.
                   |functions.                  |
   Target Milestone|3.4.3                       |---


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


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

* [Bug c++/4672] [4.0 only] [DR 214] Template parameter deduction fails for overloaded template functions.
       [not found] <20011025162612.4672.sven@programmingresearch.ie>
                   ` (11 preceding siblings ...)
  2004-10-07  0:34 ` [Bug c++/4672] " giovannibajo at libero dot it
@ 2005-04-07  7:04 ` pinskia at gcc dot gnu dot org
  2005-05-10 13:30 ` nathan at gcc dot gnu dot org
  2005-06-02  9:39 ` nathan at gcc dot gnu dot org
  14 siblings, 0 replies; 15+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-04-07  7:04 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-04-07 07:04 -------
This was fixed on the mainline by the patch for PR 19203.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
  BugsThisDependsOn|                            |19203
            Summary|[DR 214] Template parameter |[4.0 only] [DR 214] Template
                   |deduction fails for         |parameter deduction fails
                   |overloaded template         |for overloaded template
                   |functions.                  |functions.
   Target Milestone|---                         |4.0.1


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


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

* [Bug c++/4672] [4.0 only] [DR 214] Template parameter deduction fails for overloaded template functions.
       [not found] <20011025162612.4672.sven@programmingresearch.ie>
                   ` (12 preceding siblings ...)
  2005-04-07  7:04 ` [Bug c++/4672] [4.0 only] " pinskia at gcc dot gnu dot org
@ 2005-05-10 13:30 ` nathan at gcc dot gnu dot org
  2005-06-02  9:39 ` nathan at gcc dot gnu dot org
  14 siblings, 0 replies; 15+ messages in thread
From: nathan at gcc dot gnu dot org @ 2005-05-10 13:30 UTC (permalink / raw)
  To: gcc-bugs



-- 
Bug 4672 depends on bug 19203, which changed state.

Bug 19203 Summary: [3.4/4.0 Regression] [DR 214] Partial ordering failure between function reference and generic const reference
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19203

           What    |Old Value                   |New Value
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED

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


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

* [Bug c++/4672] [4.0 only] [DR 214] Template parameter deduction fails for overloaded template functions.
       [not found] <20011025162612.4672.sven@programmingresearch.ie>
                   ` (13 preceding siblings ...)
  2005-05-10 13:30 ` nathan at gcc dot gnu dot org
@ 2005-06-02  9:39 ` nathan at gcc dot gnu dot org
  14 siblings, 0 replies; 15+ messages in thread
From: nathan at gcc dot gnu dot org @ 2005-06-02  9:39 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From nathan at gcc dot gnu dot org  2005-06-02 09:39 -------
The test cases compile without error on 4_0 branch

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED


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


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

end of thread, other threads:[~2005-06-02  9:39 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20011025162612.4672.sven@programmingresearch.ie>
2003-06-02 16:40 ` [Bug c++/4672] [3.3/3.4 Regression] [DR 214] Template parameter deduction fails for overloaded template functions pinskia@physics.uc.edu
2003-06-02 16:42 ` pinskia@physics.uc.edu
2003-06-08 18:44 ` pinskia@physics.uc.edu
2003-06-26 22:06 ` bangerth at dealii dot org
2003-07-07  9:18 ` nathan at gcc dot gnu dot org
2003-07-07  9:40 ` giovannibajo at libero dot it
2003-12-19  9:56 ` pinskia at gcc dot gnu dot org
2004-02-03 13:31 ` [Bug c++/4672] [3.3/3.4/3.5 " giovannibajo at libero dot it
2004-06-06  3:35 ` giovannibajo at libero dot it
2004-06-21 21:27 ` mmitchel at gcc dot gnu dot org
2004-08-29 18:43 ` mmitchel at gcc dot gnu dot org
2004-10-07  0:34 ` [Bug c++/4672] " giovannibajo at libero dot it
2005-04-07  7:04 ` [Bug c++/4672] [4.0 only] " pinskia at gcc dot gnu dot org
2005-05-10 13:30 ` nathan at gcc dot gnu dot org
2005-06-02  9:39 ` nathan 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).