public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* c++/10119
@ 2003-03-24 19:47 nathan
  0 siblings, 0 replies; 4+ messages in thread
From: nathan @ 2003-03-24 19:47 UTC (permalink / raw)
  To: nathan; +Cc: gcc-prs

The following reply was made to PR c++/10119; it has been noted by GNATS.

From: nathan@gcc.gnu.org
To: gcc-gnats@gcc.gnu.org
Cc:  
Subject: c++/10119
Date: 24 Mar 2003 19:41:11 -0000

 CVSROOT:	/cvs/gcc
 Module name:	gcc
 Changes by:	nathan@gcc.gnu.org	2003-03-24 19:41:11
 
 Modified files:
 	gcc/cp         : ChangeLog 
 	gcc/testsuite  : ChangeLog 
 Added files:
 	gcc/testsuite/g++.dg/template: ptrmem5.C 
 
 Log message:
 	cp:
 	PR c++/10119
 	* error.c (dump_expr) [BASELINK]: Use dump_expr.
 	* pt.c (maybe_fold_nontype_args): New function.
 	(tsubst_copy) [SCOPE_REF]: Subst any template_id args.
 	[TEMPLATE_ID_EXPR]: Break out folding code, call it.
 	(tsubst_copy_and_build) [TEMPLATE_ID_EXPR]: Call
 	maybe_fold_nontype_args.
 	testsuite:
 	PR c++/10119
 	* g++.dg/template/ptrmem5.C: New test.
 
 Patches:
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/ChangeLog.diff?cvsroot=gcc&r1=1.3293&r2=1.3294
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/ChangeLog.diff?cvsroot=gcc&r1=1.2533&r2=1.2534
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.dg/template/ptrmem5.C.diff?cvsroot=gcc&r1=NONE&r2=1.1
 


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

* c++/10119
@ 2003-03-24 21:26 nathan
  0 siblings, 0 replies; 4+ messages in thread
From: nathan @ 2003-03-24 21:26 UTC (permalink / raw)
  To: nathan; +Cc: gcc-prs

The following reply was made to PR c++/10119; it has been noted by GNATS.

From: nathan@gcc.gnu.org
To: gcc-gnats@gcc.gnu.org
Cc:  
Subject: c++/10119
Date: 24 Mar 2003 20:40:26 -0000

 CVSROOT:	/cvs/gcc
 Module name:	gcc
 Changes by:	nathan@gcc.gnu.org	2003-03-24 20:40:26
 
 Modified files:
 	gcc/cp         : error.c pt.c 
 
 Log message:
 	Changelog commit escaped earlier
 	cp:
 	PR c++/10119
 	* error.c (dump_expr) [BASELINK]: Use dump_expr.
 	* pt.c (maybe_fold_nontype_args): New function.
 	(tsubst_copy) [SCOPE_REF]: Subst any template_id args.
 	[TEMPLATE_ID_EXPR]: Break out folding code, call it.
 	(tsubst_copy_and_build) [TEMPLATE_ID_EXPR]: Call
 	maybe_fold_nontype_args.
 	testsuite:
 	PR c++/10119
 	* g++.dg/template/ptrmem5.C: New test.
 
 Patches:
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/error.c.diff?cvsroot=gcc&r1=1.201&r2=1.202
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/pt.c.diff?cvsroot=gcc&r1=1.674&r2=1.675
 


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

* c++/10119
@ 2003-03-24 20:46 nathan
  0 siblings, 0 replies; 4+ messages in thread
From: nathan @ 2003-03-24 20:46 UTC (permalink / raw)
  To: nathan; +Cc: gcc-prs

The following reply was made to PR c++/10119; it has been noted by GNATS.

From: nathan@gcc.gnu.org
To: gcc-gnats@gcc.gnu.org
Cc:  
Subject: c++/10119
Date: 24 Mar 2003 20:40:26 -0000

 CVSROOT:	/cvs/gcc
 Module name:	gcc
 Changes by:	nathan@gcc.gnu.org	2003-03-24 20:40:26
 
 Modified files:
 	gcc/cp         : error.c pt.c 
 
 Log message:
 	Changelog commit escaped earlier
 	cp:
 	PR c++/10119
 	* error.c (dump_expr) [BASELINK]: Use dump_expr.
 	* pt.c (maybe_fold_nontype_args): New function.
 	(tsubst_copy) [SCOPE_REF]: Subst any template_id args.
 	[TEMPLATE_ID_EXPR]: Break out folding code, call it.
 	(tsubst_copy_and_build) [TEMPLATE_ID_EXPR]: Call
 	maybe_fold_nontype_args.
 	testsuite:
 	PR c++/10119
 	* g++.dg/template/ptrmem5.C: New test.
 
 Patches:
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/error.c.diff?cvsroot=gcc&r1=1.201&r2=1.202
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/pt.c.diff?cvsroot=gcc&r1=1.674&r2=1.675
 


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

* c++/10119
@ 2003-03-24 19:46 nathan
  0 siblings, 0 replies; 4+ messages in thread
From: nathan @ 2003-03-24 19:46 UTC (permalink / raw)
  To: nathan; +Cc: gcc-prs

The following reply was made to PR c++/10119; it has been noted by GNATS.

From: nathan@gcc.gnu.org
To: gcc-gnats@gcc.gnu.org
Cc:  
Subject: c++/10119
Date: 24 Mar 2003 19:41:11 -0000

 CVSROOT:	/cvs/gcc
 Module name:	gcc
 Changes by:	nathan@gcc.gnu.org	2003-03-24 19:41:11
 
 Modified files:
 	gcc/cp         : ChangeLog 
 	gcc/testsuite  : ChangeLog 
 Added files:
 	gcc/testsuite/g++.dg/template: ptrmem5.C 
 
 Log message:
 	cp:
 	PR c++/10119
 	* error.c (dump_expr) [BASELINK]: Use dump_expr.
 	* pt.c (maybe_fold_nontype_args): New function.
 	(tsubst_copy) [SCOPE_REF]: Subst any template_id args.
 	[TEMPLATE_ID_EXPR]: Break out folding code, call it.
 	(tsubst_copy_and_build) [TEMPLATE_ID_EXPR]: Call
 	maybe_fold_nontype_args.
 	testsuite:
 	PR c++/10119
 	* g++.dg/template/ptrmem5.C: New test.
 
 Patches:
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/ChangeLog.diff?cvsroot=gcc&r1=1.3293&r2=1.3294
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/ChangeLog.diff?cvsroot=gcc&r1=1.2533&r2=1.2534
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.dg/template/ptrmem5.C.diff?cvsroot=gcc&r1=NONE&r2=1.1
 


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

end of thread, other threads:[~2003-03-24 20:46 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-03-24 19:47 c++/10119 nathan
  -- strict thread matches above, loose matches on Subject: below --
2003-03-24 21:26 c++/10119 nathan
2003-03-24 20:46 c++/10119 nathan
2003-03-24 19:46 c++/10119 nathan

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