public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* preprocessor/6517
@ 2002-05-21 22:46 neil
  0 siblings, 0 replies; 2+ messages in thread
From: neil @ 2002-05-21 22:46 UTC (permalink / raw)
  To: neil; +Cc: gcc-prs

The following reply was made to PR preprocessor/6517; it has been noted by GNATS.

From: neil@gcc.gnu.org
To: gcc-gnats@gcc.gnu.org
Cc:  
Subject: preprocessor/6517
Date: 22 May 2002 05:40:22 -0000

 CVSROOT:	/cvs/gcc
 Module name:	gcc
 Changes by:	neil@gcc.gnu.org	2002-05-21 22:40:22
 
 Modified files:
 	gcc            : Makefile.in c-common.c c-lang.c hooks.c hooks.h 
 	                 langhooks-def.h langhooks.h toplev.c ChangeLog 
 	gcc/cp         : Make-lang.in cp-lang.c cp-tree.h lex.c 
 	                 ChangeLog 
 	gcc/objc       : Make-lang.in objc-lang.c 
 
 Log message:
 	PR preprocessor/6517
 	* Makefile.in: Update.
 	* c-common.c (c_common_post_options): Add preprocessor
 	errors to the error count.
 	* c-lang.c (c_post_options): Kill.
 	(LANG_HOOKS_POST_OPTIONS): Use c_common_post_options.
 	* hooks.h: Add header guards.
 	* langhooks-def.h: Include hooks.h.
 	(LANG_HOOKS_POST_OPTIONS): Update.
 	* langhooks.h (struct lang_hooks): Update post_options.
 	* toplev.c (parse_options_and_default_flags): Update.
 	cp:
 	* cp-lang.c (LANG_HOOKS_POST_OPTIONS): Use c_common_post_options.
 	* cp-tree.h (cxx_post_options): Kill.
 	* cp-lex.c (cxx_post_options): Kill.
 	objc:
 	* objc-lang.c (objc_post_options): Kill.
 	(LANG_HOOKS_POST_OPTIONS): Use c_common_post_options.
 
 Patches:
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/Makefile.in.diff?cvsroot=gcc&r1=1.877&r2=1.878
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/c-common.c.diff?cvsroot=gcc&r1=1.328&r2=1.329
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/c-lang.c.diff?cvsroot=gcc&r1=1.92&r2=1.93
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/hooks.c.diff?cvsroot=gcc&r1=1.3&r2=1.4
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/hooks.h.diff?cvsroot=gcc&r1=1.3&r2=1.4
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/langhooks-def.h.diff?cvsroot=gcc&r1=1.32&r2=1.33
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/langhooks.h.diff?cvsroot=gcc&r1=1.39&r2=1.40
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/toplev.c.diff?cvsroot=gcc&r1=1.629&r2=1.630
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&r1=1.14194&r2=1.14195
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/Make-lang.in.diff?cvsroot=gcc&r1=1.112&r2=1.113
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/cp-lang.c.diff?cvsroot=gcc&r1=1.34&r2=1.35
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/cp-tree.h.diff?cvsroot=gcc&r1=1.715&r2=1.716
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/lex.c.diff?cvsroot=gcc&r1=1.278&r2=1.279
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/ChangeLog.diff?cvsroot=gcc&r1=1.2827&r2=1.2828
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/objc/Make-lang.in.diff?cvsroot=gcc&r1=1.44&r2=1.45
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/objc/objc-lang.c.diff?cvsroot=gcc&r1=1.21&r2=1.22
 


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

* preprocessor/6517
@ 2002-05-23 11:06 neil
  0 siblings, 0 replies; 2+ messages in thread
From: neil @ 2002-05-23 11:06 UTC (permalink / raw)
  To: neil; +Cc: gcc-prs

The following reply was made to PR preprocessor/6517; it has been noted by GNATS.

From: neil@gcc.gnu.org
To: gcc-gnats@gcc.gnu.org
Cc:  
Subject: preprocessor/6517
Date: 23 May 2002 17:57:46 -0000

 CVSROOT:	/cvs/gcc
 Module name:	gcc
 Branch: 	gcc-3_1-branch
 Changes by:	neil@gcc.gnu.org	2002-05-23 10:57:46
 
 Modified files:
 	gcc            : ChangeLog Makefile.in c-common.c c-lang.c 
 	                 hooks.c hooks.h langhooks-def.h langhooks.h 
 	                 toplev.c 
 	gcc/cp         : ChangeLog Make-lang.in cp-lang.c cp-tree.h 
 	                 lex.c 
 	gcc/objc       : Make-lang.in objc-lang.c 
 
 Log message:
 	PR preprocessor/6517
 	* Makefile.in: Update.
 	* c-common.c (c_common_post_options): Add preprocessor
 	errors to the error count.
 	* c-lang.c (c_post_options): Kill.
 	(LANG_HOOKS_POST_OPTIONS): Use c_common_post_options.
 	* hooks.h: Add header guards.
 	* langhooks-def.h: Include hooks.h.
 	(LANG_HOOKS_POST_OPTIONS): Update.
 	* langhooks.h (struct lang_hooks): Update post_options.
 	* toplev.c (parse_options_and_default_flags): Update.
 	cp:
 	* cp-lang.c (LANG_HOOKS_POST_OPTIONS): Use c_common_post_options.
 	* cp-tree.h (cxx_post_options): Kill.
 	* cp-lex.c (cxx_post_options): Kill.
 	objc:
 	* objc-lang.c (objc_post_options): Kill.
 	(LANG_HOOKS_POST_OPTIONS): Use c_common_post_options.
 
 Patches:
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_1-branch&r1=1.13152.2.551&r2=1.13152.2.552
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/Makefile.in.diff?cvsroot=gcc&only_with_tag=gcc-3_1-branch&r1=1.830.2.14&r2=1.830.2.15
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/c-common.c.diff?cvsroot=gcc&only_with_tag=gcc-3_1-branch&r1=1.294.2.7&r2=1.294.2.8
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/c-lang.c.diff?cvsroot=gcc&only_with_tag=gcc-3_1-branch&r1=1.74.6.1&r2=1.74.6.2
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/hooks.c.diff?cvsroot=gcc&only_with_tag=gcc-3_1-branch&r1=1.1&r2=1.1.10.1
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/hooks.h.diff?cvsroot=gcc&only_with_tag=gcc-3_1-branch&r1=1.1&r2=1.1.10.1
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/langhooks-def.h.diff?cvsroot=gcc&only_with_tag=gcc-3_1-branch&r1=1.8.10.1&r2=1.8.10.2
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/langhooks.h.diff?cvsroot=gcc&only_with_tag=gcc-3_1-branch&r1=1.15.8.1&r2=1.15.8.2
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/toplev.c.diff?cvsroot=gcc&only_with_tag=gcc-3_1-branch&r1=1.574.2.14&r2=1.574.2.15
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_1-branch&r1=1.2685.2.93&r2=1.2685.2.94
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/Make-lang.in.diff?cvsroot=gcc&only_with_tag=gcc-3_1-branch&r1=1.108.2.1&r2=1.108.2.2
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/cp-lang.c.diff?cvsroot=gcc&only_with_tag=gcc-3_1-branch&r1=1.9&r2=1.9.10.1
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/cp-tree.h.diff?cvsroot=gcc&only_with_tag=gcc-3_1-branch&r1=1.681.2.11&r2=1.681.2.12
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/lex.c.diff?cvsroot=gcc&only_with_tag=gcc-3_1-branch&r1=1.265.2.1&r2=1.265.2.2
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/objc/Make-lang.in.diff?cvsroot=gcc&only_with_tag=gcc-3_1-branch&r1=1.44&r2=1.44.2.1
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/objc/objc-lang.c.diff?cvsroot=gcc&only_with_tag=gcc-3_1-branch&r1=1.2.14.1&r2=1.2.14.2
 


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

end of thread, other threads:[~2002-05-23 18:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-05-21 22:46 preprocessor/6517 neil
2002-05-23 11:06 preprocessor/6517 neil

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