public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* c++/47
@ 2003-01-28  3:26 oldham
  0 siblings, 0 replies; 5+ messages in thread
From: oldham @ 2003-01-28  3:26 UTC (permalink / raw)
  To: oldham; +Cc: gcc-prs

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

From: oldham@gcc.gnu.org
To: gcc-gnats@gcc.gnu.org
Cc:  
Subject: c++/47
Date: 28 Jan 2003 03:24:45 -0000

 CVSROOT:	/cvs/gcc
 Module name:	gcc
 Branch: 	gcc-3_3-branch
 Changes by:	oldham@gcc.gnu.org	2003-01-28 03:24:45
 
 Modified files:
 	gcc/cp         : ChangeLog cp-tree.h decl.c search.c 
 
 Log message:
 	2003-01-27  Jeffrey D. Oldham  <oldham@codesourcery.com>
 	
 	PR c++/47
 	* cp-tree.h (lookup_nested_field): Add declaration.
 	* decl.c (lookup_name_real): Call lookup_nested_field.
 	* search.c (lookup_nested_field): Add function.
 
 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.24&r2=1.3076.2.25
 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.4&r2=1.776.2.5
 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.6&r2=1.965.2.7
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/search.c.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.243&r2=1.243.2.1
 


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

* c++/47
@ 2003-01-28  3:36 oldham
  0 siblings, 0 replies; 5+ messages in thread
From: oldham @ 2003-01-28  3:36 UTC (permalink / raw)
  To: oldham; +Cc: gcc-prs

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

From: oldham@gcc.gnu.org
To: gcc-gnats@gcc.gnu.org
Cc:  
Subject: c++/47
Date: 28 Jan 2003 03:26:00 -0000

 CVSROOT:	/cvs/gcc
 Module name:	gcc
 Changes by:	oldham@gcc.gnu.org	2003-01-28 03:26:00
 
 Modified files:
 	gcc/testsuite  : ChangeLog 
 Added files:
 	gcc/testsuite/g++.old-deja/g++.other: lookup24.C 
 
 Log message:
 	2003-01-27  Jeffrey D. Oldham  <oldham@codesourcery.com>
 	
 	PR c++/47
 	* g++.old-deja/g++.other/lookup24.C: New test.
 
 Patches:
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/ChangeLog.diff?cvsroot=gcc&r1=1.2373&r2=1.2374
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.old-deja/g++.other/lookup24.C.diff?cvsroot=gcc&r1=1.1&r2=1.2
 


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

* c++/47
@ 2003-01-28  3:26 oldham
  0 siblings, 0 replies; 5+ messages in thread
From: oldham @ 2003-01-28  3:26 UTC (permalink / raw)
  To: oldham; +Cc: gcc-prs

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

From: oldham@gcc.gnu.org
To: gcc-gnats@gcc.gnu.org
Cc:  
Subject: c++/47
Date: 28 Jan 2003 03:21:09 -0000

 CVSROOT:	/cvs/gcc
 Module name:	gcc
 Branch: 	gcc-3_2-branch
 Changes by:	oldham@gcc.gnu.org	2003-01-28 03:21:09
 
 Modified files:
 	gcc/testsuite  : ChangeLog 
 Added files:
 	gcc/testsuite/g++.old-deja/g++.other: lookup24.C 
 
 Log message:
 	2003-01-27  Jeffrey D. Oldham  <oldham@codesourcery.com>
 	
 	PR c++/47
 	* g++.old-deja/g++.other/lookup24.C: New test.
 
 Patches:
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_2-branch&r1=1.1672.2.166.2.84&r2=1.1672.2.166.2.85
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.old-deja/g++.other/lookup24.C.diff?cvsroot=gcc&only_with_tag=gcc-3_2-branch&r1=NONE&r2=1.1.2.1
 


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

* c++/47
@ 2003-01-28  3:26 oldham
  0 siblings, 0 replies; 5+ messages in thread
From: oldham @ 2003-01-28  3:26 UTC (permalink / raw)
  To: oldham; +Cc: gcc-prs

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

From: oldham@gcc.gnu.org
To: gcc-gnats@gcc.gnu.org
Cc:  
Subject: c++/47
Date: 28 Jan 2003 03:22:27 -0000

 CVSROOT:	/cvs/gcc
 Module name:	gcc
 Branch: 	gcc-3_3-branch
 Changes by:	oldham@gcc.gnu.org	2003-01-28 03:22:27
 
 Modified files:
 	gcc/testsuite  : ChangeLog 
 Added files:
 	gcc/testsuite/g++.old-deja/g++.other: lookup24.C 
 
 Log message:
 	2003-01-27  Jeffrey D. Oldham  <oldham@codesourcery.com>
 	
 	PR c++/47
 	* g++.old-deja/g++.other/lookup24.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.27&r2=1.2261.2.28
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.old-deja/g++.other/lookup24.C.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=NONE&r2=1.1.4.1
 


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

* c++/47
@ 2003-01-21 19:06 oldham
  0 siblings, 0 replies; 5+ messages in thread
From: oldham @ 2003-01-21 19:06 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

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

From: oldham@gcc.gnu.org
To: gcc-gnats@gcc.gnu.org
Cc:  
Subject: c++/47
Date: 21 Jan 2003 19:00:30 -0000

 CVSROOT:	/cvs/gcc
 Module name:	gcc
 Branch: 	gcc-3_2-branch
 Changes by:	oldham@gcc.gnu.org	2003-01-21 19:00:30
 
 Modified files:
 	gcc/cp         : ChangeLog cp-tree.h decl.c search.c 
 
 Log message:
 	2003-01-21  Jeffrey D. Oldham  <oldham@codesourcery.com>
 	
 	PR c++/47
 	* cp-tree.h (lookup_nested_field): Add declaration.
 	* decl.c (lookup_name_real): Call lookup_nested_field.
 	* search.c (lookup_nested_field): Add function.
 
 Patches:
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_2-branch&r1=1.2685.2.114.2.57&r2=1.2685.2.114.2.58
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/cp-tree.h.diff?cvsroot=gcc&only_with_tag=gcc-3_2-branch&r1=1.681.2.12.2.10&r2=1.681.2.12.2.11
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/decl.c.diff?cvsroot=gcc&only_with_tag=gcc-3_2-branch&r1=1.866.2.36.2.14&r2=1.866.2.36.2.15
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/search.c.diff?cvsroot=gcc&only_with_tag=gcc-3_2-branch&r1=1.223.2.3.4.1&r2=1.223.2.3.4.2
 


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

end of thread, other threads:[~2003-01-28  3:36 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-01-28  3:26 c++/47 oldham
  -- strict thread matches above, loose matches on Subject: below --
2003-01-28  3:36 c++/47 oldham
2003-01-28  3:26 c++/47 oldham
2003-01-28  3:26 c++/47 oldham
2003-01-21 19:06 c++/47 oldham

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