public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* c++/7176
@ 2002-10-14  0:56 mmitchel
  0 siblings, 0 replies; 4+ messages in thread
From: mmitchel @ 2002-10-14  0:56 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

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

From: mmitchel@gcc.gnu.org
To: gcc-gnats@gcc.gnu.org
Cc:  
Subject: c++/7176
Date: 14 Oct 2002 07:46:30 -0000

 CVSROOT:	/cvs/gcc
 Module name:	gcc
 Branch: 	gcc-3_2-branch
 Changes by:	mmitchel@gcc.gnu.org	2002-10-14 00:46:30
 
 Modified files:
 	gcc/cp         : ChangeLog lex.c parse.y 
 	gcc/testsuite  : ChangeLog 
 	gcc/testsuite/g++.old-deja/g++.pt: memtemp64.C 
 Added files:
 	gcc/testsuite/g++.dg/parse: friend1.C 
 
 Log message:
 	PR c++/7176
 	* lex.c (do_identifier): Add another option for the parsing
 	parameter.
 	* parse.y (do_id): Use it.
 	
 	PR c++/7176
 	* g++.dg/parse/friend1.C: New test.
 	* g++.old-deja/g++.pt/memtemp64.C: Adjust.
 
 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.19&r2=1.2685.2.114.2.20
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/lex.c.diff?cvsroot=gcc&only_with_tag=gcc-3_2-branch&r1=1.265.2.2&r2=1.265.2.2.2.1
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/parse.y.diff?cvsroot=gcc&only_with_tag=gcc-3_2-branch&r1=1.248.2.5.4.1&r2=1.248.2.5.4.2
 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.23&r2=1.1672.2.166.2.24
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.dg/parse/friend1.C.diff?cvsroot=gcc&only_with_tag=gcc-3_2-branch&r1=NONE&r2=1.1.2.1
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.old-deja/g++.pt/memtemp64.C.diff?cvsroot=gcc&only_with_tag=gcc-3_2-branch&r1=1.3&r2=1.3.36.1
 


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

* c++/7176
@ 2002-10-14 14:16 mmitchel
  0 siblings, 0 replies; 4+ messages in thread
From: mmitchel @ 2002-10-14 14:16 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

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

From: mmitchel@gcc.gnu.org
To: gcc-gnats@gcc.gnu.org
Cc:  
Subject: c++/7176
Date: 14 Oct 2002 21:09:27 -0000

 CVSROOT:	/cvs/gcc
 Module name:	gcc
 Changes by:	mmitchel@gcc.gnu.org	2002-10-14 14:09:26
 
 Modified files:
 	gcc/testsuite  : ChangeLog 
 	gcc/testsuite/g++.old-deja/g++.pt: memtemp64.C 
 	gcc/cp         : ChangeLog lex.c parse.y 
 Added files:
 	gcc/testsuite/g++.dg/parse: friend1.C 
 
 Log message:
 	PR c++/7176
 	* g++.dg/parse/friend1.C: New test.
 	* g++.old-deja/g++.pt/memtemp64.C: Adjust.
 	
 	PR c++/7176
 	* lex.c (do_identifier): Add another option for the parsing
 	parameter.
 	* parse.y (do_id): Use it.
 
 Patches:
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/ChangeLog.diff?cvsroot=gcc&r1=1.2136&r2=1.2137
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.dg/parse/friend1.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++.pt/memtemp64.C.diff?cvsroot=gcc&r1=1.3&r2=1.4
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/ChangeLog.diff?cvsroot=gcc&r1=1.2995&r2=1.2996
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/lex.c.diff?cvsroot=gcc&r1=1.291&r2=1.292
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/parse.y.diff?cvsroot=gcc&r1=1.282&r2=1.283
 


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

* c++/7176
@ 2002-10-14 14:16 mmitchel
  0 siblings, 0 replies; 4+ messages in thread
From: mmitchel @ 2002-10-14 14:16 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

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

From: mmitchel@gcc.gnu.org
To: gcc-gnats@gcc.gnu.org
Cc:  
Subject: c++/7176
Date: 14 Oct 2002 21:09:27 -0000

 CVSROOT:	/cvs/gcc
 Module name:	gcc
 Changes by:	mmitchel@gcc.gnu.org	2002-10-14 14:09:26
 
 Modified files:
 	gcc/testsuite  : ChangeLog 
 	gcc/testsuite/g++.old-deja/g++.pt: memtemp64.C 
 	gcc/cp         : ChangeLog lex.c parse.y 
 Added files:
 	gcc/testsuite/g++.dg/parse: friend1.C 
 
 Log message:
 	PR c++/7176
 	* g++.dg/parse/friend1.C: New test.
 	* g++.old-deja/g++.pt/memtemp64.C: Adjust.
 	
 	PR c++/7176
 	* lex.c (do_identifier): Add another option for the parsing
 	parameter.
 	* parse.y (do_id): Use it.
 
 Patches:
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/ChangeLog.diff?cvsroot=gcc&r1=1.2136&r2=1.2137
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.dg/parse/friend1.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++.pt/memtemp64.C.diff?cvsroot=gcc&r1=1.3&r2=1.4
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/ChangeLog.diff?cvsroot=gcc&r1=1.2995&r2=1.2996
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/lex.c.diff?cvsroot=gcc&r1=1.291&r2=1.292
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/parse.y.diff?cvsroot=gcc&r1=1.282&r2=1.283
 


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

* c++/7176
@ 2002-10-14  0:56 mmitchel
  0 siblings, 0 replies; 4+ messages in thread
From: mmitchel @ 2002-10-14  0:56 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

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

From: mmitchel@gcc.gnu.org
To: gcc-gnats@gcc.gnu.org
Cc:  
Subject: c++/7176
Date: 14 Oct 2002 07:46:30 -0000

 CVSROOT:	/cvs/gcc
 Module name:	gcc
 Branch: 	gcc-3_2-branch
 Changes by:	mmitchel@gcc.gnu.org	2002-10-14 00:46:30
 
 Modified files:
 	gcc/cp         : ChangeLog lex.c parse.y 
 	gcc/testsuite  : ChangeLog 
 	gcc/testsuite/g++.old-deja/g++.pt: memtemp64.C 
 Added files:
 	gcc/testsuite/g++.dg/parse: friend1.C 
 
 Log message:
 	PR c++/7176
 	* lex.c (do_identifier): Add another option for the parsing
 	parameter.
 	* parse.y (do_id): Use it.
 	
 	PR c++/7176
 	* g++.dg/parse/friend1.C: New test.
 	* g++.old-deja/g++.pt/memtemp64.C: Adjust.
 
 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.19&r2=1.2685.2.114.2.20
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/lex.c.diff?cvsroot=gcc&only_with_tag=gcc-3_2-branch&r1=1.265.2.2&r2=1.265.2.2.2.1
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/parse.y.diff?cvsroot=gcc&only_with_tag=gcc-3_2-branch&r1=1.248.2.5.4.1&r2=1.248.2.5.4.2
 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.23&r2=1.1672.2.166.2.24
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.dg/parse/friend1.C.diff?cvsroot=gcc&only_with_tag=gcc-3_2-branch&r1=NONE&r2=1.1.2.1
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.old-deja/g++.pt/memtemp64.C.diff?cvsroot=gcc&only_with_tag=gcc-3_2-branch&r1=1.3&r2=1.3.36.1
 


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

end of thread, other threads:[~2002-10-14 21:16 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-10-14  0:56 c++/7176 mmitchel
2002-10-14  0:56 c++/7176 mmitchel
2002-10-14 14:16 c++/7176 mmitchel
2002-10-14 14:16 c++/7176 mmitchel

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