Pass -pedantic command line switch on to cpplib
authorNick Clifton <nickc@cygnus.com>
Thu, 9 Sep 1999 11:22:50 +0000 (11:22 +0000)
committerNick Clifton <nickc@gcc.gnu.org>
Thu, 9 Sep 1999 11:22:50 +0000 (11:22 +0000)
From-SVN: r29232

gcc/ChangeLog
gcc/toplev.c

index f08ad94..1f11bc7 100644 (file)
@@ -1,3 +1,7 @@
+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.
index ec3c013..483db33 100644 (file)
@@ -1143,6 +1143,7 @@ documented_lang_options[] =
   { "-lang-c", "" },
   { "-lang-c89", "" },
   { "-lang-c++", "" },
+  { "-pedantic", "" },
   { "-remap", "" },
   { "-nostdinc", "" },
   { "-nostdinc++", "" },