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

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

From: nathan@gcc.gnu.org
To: gcc-gnats@gcc.gnu.org
Cc:  
Subject: c++/10158
Date: 27 Mar 2003 12:19:13 -0000

 CVSROOT:	/cvs/gcc
 Module name:	gcc
 Changes by:	nathan@gcc.gnu.org	2003-03-27 12:19:13
 
 Modified files:
 	gcc/cp         : ChangeLog parser.c pt.c cp-tree.h 
 	gcc/testsuite  : ChangeLog 
 Added files:
 	gcc/testsuite/g++.dg/template: friend18.C 
 
 Log message:
 	cp:
 	PR c++/10158
 	* parser.c (cp_parser_function_definition): Set
 	DECL_INITIALIZED_IN_CLASS for members.
 	* pt.c (instantiate_decl): Only reduce the template args for
 	friends that are not defined in class.
 	testsuite:
 	PR c++/10158
 	* g++.dg/template/friend18.C: New test.
 
 Patches:
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/ChangeLog.diff?cvsroot=gcc&r1=1.3296&r2=1.3297
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/parser.c.diff?cvsroot=gcc&r1=1.53&r2=1.54
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/pt.c.diff?cvsroot=gcc&r1=1.675&r2=1.676
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/cp-tree.h.diff?cvsroot=gcc&r1=1.829&r2=1.830
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/ChangeLog.diff?cvsroot=gcc&r1=1.2544&r2=1.2545
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.dg/template/friend18.C.diff?cvsroot=gcc&r1=NONE&r2=1.1
 


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

* c++/10158
@ 2003-03-27 12:36 nathan
  0 siblings, 0 replies; 4+ messages in thread
From: nathan @ 2003-03-27 12:36 UTC (permalink / raw)
  To: nathan; +Cc: gcc-prs

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

From: nathan@gcc.gnu.org
To: gcc-gnats@gcc.gnu.org
Cc:  
Subject: c++/10158
Date: 27 Mar 2003 12:27:17 -0000

 CVSROOT:	/cvs/gcc
 Module name:	gcc
 Branch: 	gcc-3_3-branch
 Changes by:	nathan@gcc.gnu.org	2003-03-27 12:27:17
 
 Modified files:
 	gcc/cp         : ChangeLog cp-tree.h pt.c spew.c 
 	gcc/testsuite  : ChangeLog 
 Added files:
 	gcc/testsuite/g++.dg/template: friend18.C 
 
 Log message:
 	cp:
 	PR c++/10158
 	* spew.c (snarf_method):Set DECL_INITIALIZED_IN_CLASS for
 	members.
 	* pt.c (instantiate_decl): Only reduce the template args for
 	friends that are not defined in class.
 	testsuite:
 	PR c++/10158
 	* g++.dg/template/friend18.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.96&r2=1.3076.2.97
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/cp-tree.h.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.776.2.13&r2=1.776.2.14
 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.17&r2=1.635.2.18
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/spew.c.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.76&r2=1.76.2.1
 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.124&r2=1.2261.2.125
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.dg/template/friend18.C.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=NONE&r2=1.1.2.1
 


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

* c++/10158
@ 2003-03-27 12:36 nathan
  0 siblings, 0 replies; 4+ messages in thread
From: nathan @ 2003-03-27 12:36 UTC (permalink / raw)
  To: nathan; +Cc: gcc-prs

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

From: nathan@gcc.gnu.org
To: gcc-gnats@gcc.gnu.org
Cc:  
Subject: c++/10158
Date: 27 Mar 2003 12:27:17 -0000

 CVSROOT:	/cvs/gcc
 Module name:	gcc
 Branch: 	gcc-3_3-branch
 Changes by:	nathan@gcc.gnu.org	2003-03-27 12:27:17
 
 Modified files:
 	gcc/cp         : ChangeLog cp-tree.h pt.c spew.c 
 	gcc/testsuite  : ChangeLog 
 Added files:
 	gcc/testsuite/g++.dg/template: friend18.C 
 
 Log message:
 	cp:
 	PR c++/10158
 	* spew.c (snarf_method):Set DECL_INITIALIZED_IN_CLASS for
 	members.
 	* pt.c (instantiate_decl): Only reduce the template args for
 	friends that are not defined in class.
 	testsuite:
 	PR c++/10158
 	* g++.dg/template/friend18.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.96&r2=1.3076.2.97
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/cp-tree.h.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.776.2.13&r2=1.776.2.14
 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.17&r2=1.635.2.18
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/spew.c.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.76&r2=1.76.2.1
 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.124&r2=1.2261.2.125
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.dg/template/friend18.C.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=NONE&r2=1.1.2.1
 


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

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

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

From: nathan@gcc.gnu.org
To: gcc-gnats@gcc.gnu.org
Cc:  
Subject: c++/10158
Date: 27 Mar 2003 12:19:13 -0000

 CVSROOT:	/cvs/gcc
 Module name:	gcc
 Changes by:	nathan@gcc.gnu.org	2003-03-27 12:19:13
 
 Modified files:
 	gcc/cp         : ChangeLog parser.c pt.c cp-tree.h 
 	gcc/testsuite  : ChangeLog 
 Added files:
 	gcc/testsuite/g++.dg/template: friend18.C 
 
 Log message:
 	cp:
 	PR c++/10158
 	* parser.c (cp_parser_function_definition): Set
 	DECL_INITIALIZED_IN_CLASS for members.
 	* pt.c (instantiate_decl): Only reduce the template args for
 	friends that are not defined in class.
 	testsuite:
 	PR c++/10158
 	* g++.dg/template/friend18.C: New test.
 
 Patches:
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/ChangeLog.diff?cvsroot=gcc&r1=1.3296&r2=1.3297
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/parser.c.diff?cvsroot=gcc&r1=1.53&r2=1.54
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/pt.c.diff?cvsroot=gcc&r1=1.675&r2=1.676
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/cp-tree.h.diff?cvsroot=gcc&r1=1.829&r2=1.830
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/ChangeLog.diff?cvsroot=gcc&r1=1.2544&r2=1.2545
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.dg/template/friend18.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-27 12:36 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-03-27 12:30 c++/10158 nathan
  -- strict thread matches above, loose matches on Subject: below --
2003-03-27 12:36 c++/10158 nathan
2003-03-27 12:36 c++/10158 nathan
2003-03-27 12:26 c++/10158 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).