]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Commit the change corresponding to the ChangeLog entry:
authorGabriel Dos Reis <gdr@gcc.gnu.org>
Fri, 14 Jan 2000 11:51:14 +0000 (11:51 +0000)
committerGabriel Dos Reis <gdr@gcc.gnu.org>
Fri, 14 Jan 2000 11:51:14 +0000 (11:51 +0000)
2000-01-12  Gabriel Dos Reis  <gdr@codesourcery.com>

From-SVN: r31412

gcc/cp/decl2.c

index cd2c80440c92eea45b43a63c741891581cc20638..e9823112b4ef58484c0967c86716de5c4c090a19 100644 (file)
@@ -634,6 +634,8 @@ lang_decode_option (argc, argv)
       else if (!strncmp (p, "name-mangling-version-", 22))
        name_mangling_version 
          = read_integral_parameter (p + 22, p - 2, name_mangling_version);
+      else if (!strncmp (p, "message-length=", 15))
+          set_message_length (read_integral_parameter (p + 15, p -2, 0));
       else if (!strncmp (p, "dump-translation-unit-", 22))
        {
          if (p[22] == '\0')