diff options
author | Jason Merrill <jason@gcc.gnu.org> | 1999-09-09 21:13:10 -0400 |
---|---|---|
committer | Jason Merrill <jason@gcc.gnu.org> | 1999-09-09 21:13:10 -0400 |
commit | f74c0f9107a13996bec150566cca6ee96a34f365 (patch) | |
tree | c428a03f0c4da46f1850b50575a187ed112ef440 /gcc | |
parent | 1bbda436383a1162d78ce4c43f7992adb136b89b (diff) | |
download | gcc-f74c0f9107a13996bec150566cca6ee96a34f365.zip gcc-f74c0f9107a13996bec150566cca6ee96a34f365.tar.gz gcc-f74c0f9107a13996bec150566cca6ee96a34f365.tar.bz2 |
revert:
Thu Sep 9 12:20:34 1999 Nick Clifton <nickc@cygnus.com>
* toplev.c (documented_lang_options):
From-SVN: r29253
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/toplev.c | 1 |
2 files changed, 0 insertions, 5 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index be09d66..04a97a3 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -75,10 +75,6 @@ Thu Sep 9 12:32:57 BST 1999 Nathan Sidwell <nathan@acm.org> * extend.texi (Volatiles): New node. -Thu Sep 9 12:20:34 1999 Nick Clifton <nickc@cygnus.com> - - * toplev.c (documented_lang_options): - Thu Sep 9 03:37:31 1999 Richard Henderson <rth@cygnus.com> * ggc-simple.c (IS_MARKED, IGNORE_MARK): New. diff --git a/gcc/toplev.c b/gcc/toplev.c index 29c4a3c..ff4c878 100644 --- a/gcc/toplev.c +++ b/gcc/toplev.c @@ -1143,7 +1143,6 @@ documented_lang_options[] = { "-lang-c", "" }, { "-lang-c89", "" }, { "-lang-c++", "" }, - { "-pedantic", "" }, { "-remap", "" }, { "-nostdinc", "" }, { "-nostdinc++", "" }, |