public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/2094] unimplemented: use of `ptrmem_cst' in template type unification
       [not found] <20010225232601.2094.togawa@acm.org>
@ 2003-06-25 18:31 ` giovannibajo at libero dot it
  2003-11-10 11:19 ` giovannibajo at libero dot it
                   ` (8 subsequent siblings)
  9 siblings, 0 replies; 10+ messages in thread
From: giovannibajo at libero dot it @ 2003-06-25 18:31 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=2094



------- Additional Comments From giovannibajo at libero dot it  2003-06-25 17:35 -------
Patch submitted:
http://gcc.gnu.org/ml/gcc-patches/2003-06/msg02859.html


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

* [Bug c++/2094] unimplemented: use of `ptrmem_cst' in template type unification
       [not found] <20010225232601.2094.togawa@acm.org>
  2003-06-25 18:31 ` [Bug c++/2094] unimplemented: use of `ptrmem_cst' in template type unification giovannibajo at libero dot it
@ 2003-11-10 11:19 ` giovannibajo at libero dot it
  2003-11-14  4:31 ` cvs-commit at gcc dot gnu dot org
                   ` (7 subsequent siblings)
  9 siblings, 0 replies; 10+ messages in thread
From: giovannibajo at libero dot it @ 2003-11-10 11:19 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |giovannibajo at libero dot
                   |dot org                     |it
             Status|NEW                         |ASSIGNED


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


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

* [Bug c++/2094] unimplemented: use of `ptrmem_cst' in template type unification
       [not found] <20010225232601.2094.togawa@acm.org>
  2003-06-25 18:31 ` [Bug c++/2094] unimplemented: use of `ptrmem_cst' in template type unification giovannibajo at libero dot it
  2003-11-10 11:19 ` giovannibajo at libero dot it
@ 2003-11-14  4:31 ` cvs-commit at gcc dot gnu dot org
  2003-11-14  4:34 ` cvs-commit at gcc dot gnu dot org
                   ` (6 subsequent siblings)
  9 siblings, 0 replies; 10+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2003-11-14  4:31 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2003-11-14 04:31 -------
Subject: Bug 2094

CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	gcc-3_3-branch
Changes by:	bernie@gcc.gnu.org	2003-11-14 04:31:14

Modified files:
	gcc/cp         : pt.c ChangeLog 

Log message:
	Backport from 3.4-branch.
	
	2003-06-25  Giovanni Bajo  <giovannibajo@libero.it>
	
	PR c++/2094
	* pt.c (unify): Add support for PTRMEM_CST and
	FIELD_DECL unification.

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.37&r2=1.635.2.38
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.220&r2=1.3076.2.221



-- 


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


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

* [Bug c++/2094] unimplemented: use of `ptrmem_cst' in template type unification
       [not found] <20010225232601.2094.togawa@acm.org>
                   ` (2 preceding siblings ...)
  2003-11-14  4:31 ` cvs-commit at gcc dot gnu dot org
@ 2003-11-14  4:34 ` cvs-commit at gcc dot gnu dot org
  2003-11-14  4:47 ` pinskia at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  9 siblings, 0 replies; 10+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2003-11-14  4:34 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2003-11-14 04:34 -------
Subject: Bug 2094

CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	gcc-3_3-branch
Changes by:	bernie@gcc.gnu.org	2003-11-14 04:34:52

Modified files:
	gcc/testsuite  : ChangeLog 
Added files:
	gcc/testsuite/g++.dg/template: ptrmem6.C 

Log message:
	Backport from 3.4-branch
	
	2003-06-25  Giovanni Bajo  <giovannibajo@libero.it>
	
	PR c++/2094
	* g++.dg/template/ptrmem6.C: New test.

Patches:
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.317&r2=1.2261.2.318
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.dg/template/ptrmem6.C.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=NONE&r2=1.1.20.1



-- 


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


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

* [Bug c++/2094] unimplemented: use of `ptrmem_cst' in template type unification
       [not found] <20010225232601.2094.togawa@acm.org>
                   ` (3 preceding siblings ...)
  2003-11-14  4:34 ` cvs-commit at gcc dot gnu dot org
@ 2003-11-14  4:47 ` pinskia at gcc dot gnu dot org
  2003-11-14  4:51 ` cvs-commit at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  9 siblings, 0 replies; 10+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-11-14  4:47 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-11-14 04:47 -------
Bernardo, this was not applied on the mainline at all and it was not approved as far as I could see, 
could you make sure it was approved and then apply it to the mainline as of two weeks ago, this 
was not accepted on the mainline.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bernie at gcc dot gnu dot
                   |                            |org
   Target Milestone|---                         |3.3.3


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


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

* [Bug c++/2094] unimplemented: use of `ptrmem_cst' in template type unification
       [not found] <20010225232601.2094.togawa@acm.org>
                   ` (4 preceding siblings ...)
  2003-11-14  4:47 ` pinskia at gcc dot gnu dot org
@ 2003-11-14  4:51 ` cvs-commit at gcc dot gnu dot org
  2003-11-14  5:13 ` cvs-commit at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  9 siblings, 0 replies; 10+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2003-11-14  4:51 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2003-11-14 04:51 -------
Subject: Bug 2094

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	bernie@gcc.gnu.org	2003-11-14 04:51:22

Modified files:
	gcc/cp         : ChangeLog pt.c 

Log message:
	PR c++/2094
	* pt.c (unify): Add support for PTRMEM_CST and
	FIELD_DECL unification.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/ChangeLog.diff?cvsroot=gcc&r1=1.3759&r2=1.3760
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/pt.c.diff?cvsroot=gcc&r1=1.793&r2=1.794



-- 


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


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

* [Bug c++/2094] unimplemented: use of `ptrmem_cst' in template type unification
       [not found] <20010225232601.2094.togawa@acm.org>
                   ` (5 preceding siblings ...)
  2003-11-14  4:51 ` cvs-commit at gcc dot gnu dot org
@ 2003-11-14  5:13 ` cvs-commit at gcc dot gnu dot org
  2003-11-14  5:19 ` pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  9 siblings, 0 replies; 10+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2003-11-14  5:13 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2003-11-14 05:13 -------
Subject: Bug 2094

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	bernie@gcc.gnu.org	2003-11-14 05:13:45

Modified files:
	gcc/testsuite  : ChangeLog 
Added files:
	gcc/testsuite/g++.dg/template: ptrmem7.C 

Log message:
	PR c++/2094
	* g++.dg/template/ptrmem7.C: New test.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/ChangeLog.diff?cvsroot=gcc&r1=1.3191&r2=1.3192
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.dg/template/ptrmem7.C.diff?cvsroot=gcc&r1=NONE&r2=1.1



-- 


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


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

* [Bug c++/2094] unimplemented: use of `ptrmem_cst' in template type unification
       [not found] <20010225232601.2094.togawa@acm.org>
                   ` (6 preceding siblings ...)
  2003-11-14  5:13 ` cvs-commit at gcc dot gnu dot org
@ 2003-11-14  5:19 ` pinskia at gcc dot gnu dot org
  2003-11-14  5:52 ` bernie at develer dot com
  2003-11-14  8:39 ` giovannibajo at libero dot it
  9 siblings, 0 replies; 10+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-11-14  5:19 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-11-14 05:19 -------
Fixed for 3.3.3.

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


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


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

* [Bug c++/2094] unimplemented: use of `ptrmem_cst' in template type unification
       [not found] <20010225232601.2094.togawa@acm.org>
                   ` (7 preceding siblings ...)
  2003-11-14  5:19 ` pinskia at gcc dot gnu dot org
@ 2003-11-14  5:52 ` bernie at develer dot com
  2003-11-14  8:39 ` giovannibajo at libero dot it
  9 siblings, 0 replies; 10+ messages in thread
From: bernie at develer dot com @ 2003-11-14  5:52 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From bernie at develer dot com  2003-11-14 05:52 -------
(In reply to comment #15)
> Bernardo, this was not applied on the mainline at all and it was not approved
as far as I could see, 
> could you make sure it was approved and then apply it to the mainline as of
two weeks ago, this 
> was not accepted on the mainline.

The patch was approved for mainline here:

  http://gcc.gnu.org/ml/gcc-patches/2003-11/msg00667.html

And for 3.3-branch here:

  http://gcc.gnu.org/ml/gcc-patches/2003-11/msg00652.html

I had the patch applied to mainline in my local tree.
Shortly after committing on 3.3, I realized the mainline
version wasn't yet in CVS. Now it's in both branches.


-- 


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


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

* [Bug c++/2094] unimplemented: use of `ptrmem_cst' in template type unification
       [not found] <20010225232601.2094.togawa@acm.org>
                   ` (8 preceding siblings ...)
  2003-11-14  5:52 ` bernie at develer dot com
@ 2003-11-14  8:39 ` giovannibajo at libero dot it
  9 siblings, 0 replies; 10+ messages in thread
From: giovannibajo at libero dot it @ 2003-11-14  8:39 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From giovannibajo at libero dot it  2003-11-14 08:39 -------
Yes, it's approved for both mainline and 3.3 branch. This bug has now been 
fixed for any future version of GCC starting from 3.3.3.

Thank you Bernardo for taking care of the commit!

-- 


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


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

end of thread, other threads:[~2003-11-14  8:39 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20010225232601.2094.togawa@acm.org>
2003-06-25 18:31 ` [Bug c++/2094] unimplemented: use of `ptrmem_cst' in template type unification giovannibajo at libero dot it
2003-11-10 11:19 ` giovannibajo at libero dot it
2003-11-14  4:31 ` cvs-commit at gcc dot gnu dot org
2003-11-14  4:34 ` cvs-commit at gcc dot gnu dot org
2003-11-14  4:47 ` pinskia at gcc dot gnu dot org
2003-11-14  4:51 ` cvs-commit at gcc dot gnu dot org
2003-11-14  5:13 ` cvs-commit at gcc dot gnu dot org
2003-11-14  5:19 ` pinskia at gcc dot gnu dot org
2003-11-14  5:52 ` bernie at develer dot com
2003-11-14  8:39 ` giovannibajo at libero dot it

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).