public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* c++/9030
@ 2003-01-07 14:16 lerdsuwa
  0 siblings, 0 replies; 3+ messages in thread
From: lerdsuwa @ 2003-01-07 14:16 UTC (permalink / raw)
  To: lerdsuwa; +Cc: gcc-prs

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

From: lerdsuwa@gcc.gnu.org
To: gcc-gnats@gcc.gnu.org
Cc:  
Subject: c++/9030
Date: 7 Jan 2003 14:10:47 -0000

 CVSROOT:	/cvs/gcc
 Module name:	gcc
 Branch: 	gcc-3_3-branch
 Changes by:	lerdsuwa@gcc.gnu.org	2003-01-07 06:10:47
 
 Modified files:
 	gcc/cp         : ChangeLog decl.c pt.c 
 	gcc/testsuite  : ChangeLog 
 	gcc/testsuite/g++.old-deja/g++.eh: spec6.C 
 	gcc/testsuite/g++.old-deja/g++.other: defarg1.C 
 Added files:
 	gcc/testsuite/g++.dg/template: friend12.C friend13.C 
 
 Log message:
 	PR c++/9030
 	* decl.c (make_typename_type): Check access only when tf_error.
 	(make_unbound_class_template): Likewise.
 	* pt.c (saved_access_scope): New variable.
 	(push_access_scope_real): New function.
 	(push_access_scope): Likewise.
 	(pop_access_scope): Likewise.
 	(tsubst_default_argument): Use them.
 	(instantiate_template): Likewise.
 	(regenerate_decl_from_template): Likewise.
 	(instantiate_decl): Likewise.
 	(get_mostly_instantiated_function_type): Likewise.
 	
 	PR c++/9030
 	* g++.dg/template/friend12.C: New test.
 	* g++.dg/template/friend13.C: Likewise.
 	* g++.old-deja/g++.eh/spec6.C: Add missing error message.
 	* g++.old-deja/g++.other/defarg1.C: Change expected error message.
 
 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.13&r2=1.3076.2.14
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/decl.c.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.965.2.2&r2=1.965.2.3
 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.3&r2=1.635.2.4
 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.14&r2=1.2261.2.15
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.dg/template/friend12.C.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=NONE&r2=1.1.2.1
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.dg/template/friend13.C.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=NONE&r2=1.1.2.1
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.old-deja/g++.eh/spec6.C.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.6&r2=1.6.54.1
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.old-deja/g++.other/defarg1.C.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.3&r2=1.3.20.1
 


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

* c++/9030
@ 2003-01-08 14:46 lerdsuwa
  0 siblings, 0 replies; 3+ messages in thread
From: lerdsuwa @ 2003-01-08 14:46 UTC (permalink / raw)
  To: lerdsuwa; +Cc: gcc-prs

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

From: lerdsuwa@gcc.gnu.org
To: gcc-gnats@gcc.gnu.org
Cc:  
Subject: c++/9030
Date: 8 Jan 2003 14:42:40 -0000

 CVSROOT:	/cvs/gcc
 Module name:	gcc
 Changes by:	lerdsuwa@gcc.gnu.org	2003-01-08 06:42:39
 
 Modified files:
 	gcc/cp         : ChangeLog decl.c pt.c 
 	gcc/testsuite  : ChangeLog 
 	gcc/testsuite/g++.old-deja/g++.eh: spec6.C 
 Added files:
 	gcc/testsuite/g++.dg/template: friend12.C friend13.C 
 
 Log message:
 	PR c++/9030
 	* decl.c (make_typename_type): Check access only when tf_error.
 	(make_unbound_class_template): Likewise.
 	* pt.c (saved_access_scope): New variable.
 	(push_access_scope_real): New function.
 	(push_access_scope): Likewise.
 	(pop_access_scope): Likewise.
 	(tsubst_default_argument): Use them.
 	(instantiate_template): Likewise.
 	(regenerate_decl_from_template): Likewise.
 	(instantiate_decl): Likewise.
 	(get_mostly_instantiated_function_type): Likewise.
 	
 	* g++.dg/template/friend12.C: New test.
 	* g++.dg/template/friend13.C: Likewise.
 	* g++.old-deja/g++.eh/spec6.C: Add missing error message.
 
 Patches:
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/ChangeLog.diff?cvsroot=gcc&r1=1.3137&r2=1.3138
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/decl.c.diff?cvsroot=gcc&r1=1.981&r2=1.982
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/pt.c.diff?cvsroot=gcc&r1=1.644&r2=1.645
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/ChangeLog.diff?cvsroot=gcc&r1=1.2326&r2=1.2327
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.dg/template/friend12.C.diff?cvsroot=gcc&r1=1.1&r2=1.2
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.dg/template/friend13.C.diff?cvsroot=gcc&r1=1.1&r2=1.2
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.old-deja/g++.eh/spec6.C.diff?cvsroot=gcc&r1=1.6&r2=1.7
 


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

* c++/9030
@ 2003-01-07 14:16 lerdsuwa
  0 siblings, 0 replies; 3+ messages in thread
From: lerdsuwa @ 2003-01-07 14:16 UTC (permalink / raw)
  To: lerdsuwa; +Cc: gcc-prs

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

From: lerdsuwa@gcc.gnu.org
To: gcc-gnats@gcc.gnu.org
Cc:  
Subject: c++/9030
Date: 7 Jan 2003 14:10:47 -0000

 CVSROOT:	/cvs/gcc
 Module name:	gcc
 Branch: 	gcc-3_3-branch
 Changes by:	lerdsuwa@gcc.gnu.org	2003-01-07 06:10:47
 
 Modified files:
 	gcc/cp         : ChangeLog decl.c pt.c 
 	gcc/testsuite  : ChangeLog 
 	gcc/testsuite/g++.old-deja/g++.eh: spec6.C 
 	gcc/testsuite/g++.old-deja/g++.other: defarg1.C 
 Added files:
 	gcc/testsuite/g++.dg/template: friend12.C friend13.C 
 
 Log message:
 	PR c++/9030
 	* decl.c (make_typename_type): Check access only when tf_error.
 	(make_unbound_class_template): Likewise.
 	* pt.c (saved_access_scope): New variable.
 	(push_access_scope_real): New function.
 	(push_access_scope): Likewise.
 	(pop_access_scope): Likewise.
 	(tsubst_default_argument): Use them.
 	(instantiate_template): Likewise.
 	(regenerate_decl_from_template): Likewise.
 	(instantiate_decl): Likewise.
 	(get_mostly_instantiated_function_type): Likewise.
 	
 	PR c++/9030
 	* g++.dg/template/friend12.C: New test.
 	* g++.dg/template/friend13.C: Likewise.
 	* g++.old-deja/g++.eh/spec6.C: Add missing error message.
 	* g++.old-deja/g++.other/defarg1.C: Change expected error message.
 
 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.13&r2=1.3076.2.14
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/decl.c.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.965.2.2&r2=1.965.2.3
 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.3&r2=1.635.2.4
 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.14&r2=1.2261.2.15
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.dg/template/friend12.C.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=NONE&r2=1.1.2.1
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.dg/template/friend13.C.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=NONE&r2=1.1.2.1
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.old-deja/g++.eh/spec6.C.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.6&r2=1.6.54.1
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.old-deja/g++.other/defarg1.C.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.3&r2=1.3.20.1
 


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

end of thread, other threads:[~2003-01-08 14:46 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-01-07 14:16 c++/9030 lerdsuwa
  -- strict thread matches above, loose matches on Subject: below --
2003-01-08 14:46 c++/9030 lerdsuwa
2003-01-07 14:16 c++/9030 lerdsuwa

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