aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Myers <jsm28@cam.ac.uk>2000-11-11 23:44:24 +0000
committerJoseph Myers <jsm28@gcc.gnu.org>2000-11-11 23:44:24 +0000
commit8ee322c99319bb283d6bd298a469482d9eed7004 (patch)
tree9a3fa9bb7ab583aa2afb152928cd5c29db708917
parentb72bd9c21a532dffe286c9ee179ffefcb422aa50 (diff)
downloadgcc-8ee322c99319bb283d6bd298a469482d9eed7004.zip
gcc-8ee322c99319bb283d6bd298a469482d9eed7004.tar.gz
gcc-8ee322c99319bb283d6bd298a469482d9eed7004.tar.bz2
* gcc.texi: Adjust wording.
From-SVN: r37393
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/gcc.texi2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 5c34f1a..7dc20bb 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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.
diff --git a/gcc/gcc.texi b/gcc/gcc.texi
index b466cbb..c319731 100644
--- a/gcc/gcc.texi
+++ b/gcc/gcc.texi
@@ -340,7 +340,7 @@ give you comprehensive C++ source-level editing capabilities
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.