OSDN Git Service

Tue Jun 16 17:36:35 1998 Dave Brolley <brolley@cygnus.com>
authorbrolley <brolley@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 16 Jun 1998 15:48:14 +0000 (15:48 +0000)
committerbrolley <brolley@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 16 Jun 1998 15:48:14 +0000 (15:48 +0000)
* toplev.c (lang_options): Add -trigraphs option for cpplib.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@20527 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/toplev.c

index e8f2472..8cdfc3e 100644 (file)
@@ -1,3 +1,7 @@
+Tue Jun 16 17:36:35 1998  Dave Brolley  <brolley@cygnus.com>
+
+       * toplev.c (lang_options): Add -trigraphs option for cpplib.
+
 Tue Jun 16 23:33:24 1998  J"orn Rennecke <amylaar@cygnus.co.uk>
 
        * reload1.c (reload_reg_free_before_p): RELOAD_FOR_OUTADDR_ADDRESS
index 7a9514c..dc2effd 100644 (file)
@@ -907,6 +907,7 @@ char *lang_options[] =
   "-lang-c++",
   "-nostdinc",
   "-nostdinc++",
+  "-trigraphs",
   "-undef",
   "-remap",