* lang-options.h (-fmessage-length=): Add missing option.
authorRichard Kenner <kenner@vlsi1.ultra.nyu.edu>
Sun, 27 Feb 2000 00:57:13 +0000 (00:57 +0000)
committerRichard Kenner <kenner@gcc.gnu.org>
Sun, 27 Feb 2000 00:57:13 +0000 (19:57 -0500)
From-SVN: r32205

gcc/cp/ChangeLog
gcc/cp/lang-options.h

index 8f39df54f8167c33cf2ee1be09e09ce673a37ed4..ed727a9ea84ae7461696f568e069d91135088a9c 100644 (file)
@@ -1,5 +1,7 @@
 Sat Feb 26 19:50:23 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
 
+       * lang-options.h (-fmessage-length=): Add missing option.
+
        * Make-lang.in (CXX_SRCS): Add .h files and sort list.
 
 2000-02-26  Zack Weinberg  <zack@wolery.cumb.org>
index f333cb34a7bb32c518aa8acbc749e6955c57eee9..d6a65cd99754e3eb4c1ade01b6dcd46258657d06 100644 (file)
@@ -1,5 +1,6 @@
 /* Definitions for switches for C++.
-   Copyright (C) 1995, 1996, 1997, 1998, 1999 Free Software Foundation, Inc.
+   Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000
+   Free Software Foundation, Inc.
 
 This file is part of GNU CC.
 
@@ -71,6 +72,7 @@ DEFINE_LANG_NAME ("C++")
   { "-flabels-ok", "Labels can be used as first class objects" },
   { "-fno-labels-ok", "" },
   { "-fmemoize-lookups", "" },
+  { "-fmessage-length=", "" },
   { "-fno-memoize-lookups", "" },
   { "-fms-extensions", "Don't pedwarn about uses of Microsoft extensions" },
   { "-fno-ms-extensions", "" },