This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

gcc.texi wording tweak


I've installed the following patch to gcc.texi, suggested by Mark Mitchell
to avoid making GCC sound "limited".

Index: ChangeLog
===================================================================
RCS file: /cvs/gcc/gcc/gcc/ChangeLog,v
retrieving revision 1.8232
diff -u -r1.8232 ChangeLog
--- ChangeLog	2000/11/11 21:40:25	1.8232
+++ ChangeLog	2000/11/11 23:43:21
@@ -1,3 +1,7 @@
+2000-11-11  Joseph S. Myers  <jsm28@cam.ac.uk>
+
+	* gcc.texi: Adjust wording.
+
 2000-11-11  Mark Mitchell  <mark@codesourcery.com>

 	* fixinc/inclhack.def (avoid_wchar_t_type): New fix.
Index: gcc.texi
===================================================================
RCS file: /cvs/gcc/gcc/gcc/gcc.texi,v
retrieving revision 1.63
diff -u -r1.63 gcc.texi
--- gcc.texi	2000/11/11 10:06:22	1.63
+++ gcc.texi	2000/11/11 23:43:21
@@ -340,7 +340,7 @@

 For each language compiled by GCC for which there is a standard, GCC
 attempts to follow one or more versions of that standard, possibly
-with some limitations.
+with some exceptions, and possibly with some extensions.

 GCC supports three versions of the C standard, although support for
 the most recent version is not yet complete.

-- 
Joseph S. Myers
jsm28@cam.ac.uk


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]