public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/5296] [3.3/3.4 Regression] [DR115] Pointers to functions and template functions behave different in deduction
       [not found] <20020107021601.5296.wolfgang.bangerth@iwr.uni-heidelberg.de>
@ 2003-08-03 15:19 ` pinskia at physics dot uc dot edu
  2003-09-08  7:25 ` mmitchel at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 7+ messages in thread
From: pinskia at physics dot uc dot edu @ 2003-08-03 15:19 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=5296


pinskia at physics dot uc dot edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |critical
           Keywords|                            |wrong-code
           Priority|P3                          |P1
   Last reconfirmed|2003-04-30 00:00:00         |2003-08-03 15:19:03
               date|                            |
            Summary|[DR115] Pointers to         |[3.3/3.4 Regression] [DR115]
                   |functions and template      |Pointers to functions and
                   |functions behave different  |template functions behave
                   |in deduction                |different in deduction
   Target Milestone|---                         |3.3.2


------- Additional Comments From pinskia at physics dot uc dot edu  2003-08-03 15:19 -------
This is 3.3/3.4 regression as 2.95.2 accepted this code (but it produced wrong code).


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

* [Bug c++/5296] [3.3/3.4 Regression] [DR115] Pointers to functions and template functions behave different in deduction
       [not found] <20020107021601.5296.wolfgang.bangerth@iwr.uni-heidelberg.de>
  2003-08-03 15:19 ` [Bug c++/5296] [3.3/3.4 Regression] [DR115] Pointers to functions and template functions behave different in deduction pinskia at physics dot uc dot edu
@ 2003-09-08  7:25 ` mmitchel at gcc dot gnu dot org
  2003-09-08  7:28 ` mmitchel at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 7+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2003-09-08  7:25 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=5296


mmitchel at gcc dot gnu dot org changed:

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


------- Additional Comments From mmitchel at gcc dot gnu dot org  2003-09-08 07:25 -------
This code is invalid.  A template argument cannot be deduced from a set of
overloaded functions if the set includes a template.


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

* [Bug c++/5296] [3.3/3.4 Regression] [DR115] Pointers to functions and template functions behave different in deduction
       [not found] <20020107021601.5296.wolfgang.bangerth@iwr.uni-heidelberg.de>
  2003-08-03 15:19 ` [Bug c++/5296] [3.3/3.4 Regression] [DR115] Pointers to functions and template functions behave different in deduction pinskia at physics dot uc dot edu
  2003-09-08  7:25 ` mmitchel at gcc dot gnu dot org
@ 2003-09-08  7:28 ` mmitchel at gcc dot gnu dot org
  2003-09-08 16:53 ` cvs-commit at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 7+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2003-09-08  7:28 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=5296


mmitchel at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|INVALID                     |


------- Additional Comments From mmitchel at gcc dot gnu dot org  2003-09-08 07:28 -------
I take it back; obviously, that's why DR 115 was in the headline.


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

* [Bug c++/5296] [3.3/3.4 Regression] [DR115] Pointers to functions and template functions behave different in deduction
       [not found] <20020107021601.5296.wolfgang.bangerth@iwr.uni-heidelberg.de>
                   ` (2 preceding siblings ...)
  2003-09-08  7:28 ` mmitchel at gcc dot gnu dot org
@ 2003-09-08 16:53 ` cvs-commit at gcc dot gnu dot org
  2003-09-08 16:59 ` cvs-commit at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 7+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2003-09-08 16:53 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=5296



------- Additional Comments From cvs-commit at gcc dot gnu dot org  2003-09-08 16:53 -------
Subject: Bug 5296

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	mmitchel@gcc.gnu.org	2003-09-08 16:53:05

Modified files:
	gcc/cp         : ChangeLog pt.c 
	gcc/testsuite  : ChangeLog 
Added files:
	gcc/testsuite/g++.dg/rtti: typeid2.C 

Log message:
	PR c++/5296
	* pt.c (try_one_overload): Add addr_p parameter.
	(resolve_overloaded_unification): Pass it.
	
	PR c++/5296
	* g++.dg/rtti/typeid2.C: New test.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/ChangeLog.diff?cvsroot=gcc&r1=1.3659&r2=1.3660
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/pt.c.diff?cvsroot=gcc&r1=1.776&r2=1.777
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/ChangeLog.diff?cvsroot=gcc&r1=1.3040&r2=1.3041
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.dg/rtti/typeid2.C.diff?cvsroot=gcc&r1=NONE&r2=1.1


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

* [Bug c++/5296] [3.3/3.4 Regression] [DR115] Pointers to functions and template functions behave different in deduction
       [not found] <20020107021601.5296.wolfgang.bangerth@iwr.uni-heidelberg.de>
                   ` (3 preceding siblings ...)
  2003-09-08 16:53 ` cvs-commit at gcc dot gnu dot org
@ 2003-09-08 16:59 ` cvs-commit at gcc dot gnu dot org
  2003-09-08 16:59 ` cvs-commit at gcc dot gnu dot org
  2003-09-08 17:02 ` mmitchel at gcc dot gnu dot org
  6 siblings, 0 replies; 7+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2003-09-08 16:59 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=5296



------- Additional Comments From cvs-commit at gcc dot gnu dot org  2003-09-08 16:59 -------
Subject: Bug 5296

CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	gcc-3_3-branch
Changes by:	mmitchel@gcc.gnu.org	2003-09-08 16:59:00

Modified files:
	gcc/cp         : pt.c 
Added files:
	gcc/testsuite/g++.dg/rtti: typeid2.C 

Log message:
	PR c++/5296
	* pt.c (try_one_overload): Add addr_p parameter.
	(resolve_overloaded_unification): Pass it.
	
	PR c++/5296
	* g++.dg/rtti/typeid2.C: New test.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/pt.c.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.635.2.36&r2=1.635.2.37
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.dg/rtti/typeid2.C.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=NONE&r2=1.1.2.1


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

* [Bug c++/5296] [3.3/3.4 Regression] [DR115] Pointers to functions and template functions behave different in deduction
       [not found] <20020107021601.5296.wolfgang.bangerth@iwr.uni-heidelberg.de>
                   ` (4 preceding siblings ...)
  2003-09-08 16:59 ` cvs-commit at gcc dot gnu dot org
@ 2003-09-08 16:59 ` cvs-commit at gcc dot gnu dot org
  2003-09-08 17:02 ` mmitchel at gcc dot gnu dot org
  6 siblings, 0 replies; 7+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2003-09-08 16:59 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=5296



------- Additional Comments From cvs-commit at gcc dot gnu dot org  2003-09-08 16:59 -------
Subject: Bug 5296

CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	gcc-3_3-branch
Changes by:	mmitchel@gcc.gnu.org	2003-09-08 16:59:43

Modified files:
	gcc/cp         : ChangeLog 
	gcc/testsuite  : ChangeLog 

Log message:
	PR c++/5296
	* pt.c (try_one_overload): Add addr_p parameter.
	(resolve_overloaded_unification): Pass it.
	
	PR c++/5296
	* g++.dg/rtti/typeid2.C: New test.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.3076.2.202&r2=1.3076.2.203
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.2261.2.274&r2=1.2261.2.275


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

* [Bug c++/5296] [3.3/3.4 Regression] [DR115] Pointers to functions and template functions behave different in deduction
       [not found] <20020107021601.5296.wolfgang.bangerth@iwr.uni-heidelberg.de>
                   ` (5 preceding siblings ...)
  2003-09-08 16:59 ` cvs-commit at gcc dot gnu dot org
@ 2003-09-08 17:02 ` mmitchel at gcc dot gnu dot org
  6 siblings, 0 replies; 7+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2003-09-08 17:02 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=5296


mmitchel at gcc dot gnu dot org changed:

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


------- Additional Comments From mmitchel at gcc dot gnu dot org  2003-09-08 17:01 -------
Fixed in GCC 3.3.2, GCC 3.4.


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

end of thread, other threads:[~2003-09-08 17:02 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20020107021601.5296.wolfgang.bangerth@iwr.uni-heidelberg.de>
2003-08-03 15:19 ` [Bug c++/5296] [3.3/3.4 Regression] [DR115] Pointers to functions and template functions behave different in deduction pinskia at physics dot uc dot edu
2003-09-08  7:25 ` mmitchel at gcc dot gnu dot org
2003-09-08  7:28 ` mmitchel at gcc dot gnu dot org
2003-09-08 16:53 ` cvs-commit at gcc dot gnu dot org
2003-09-08 16:59 ` cvs-commit at gcc dot gnu dot org
2003-09-08 16:59 ` cvs-commit at gcc dot gnu dot org
2003-09-08 17:02 ` mmitchel 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).