]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
gcc.c (handle_braces): Add explaination for abort.
authorEric Christopher <echristo@redhat.com>
Sat, 1 Sep 2001 00:23:53 +0000 (00:23 +0000)
committerEric Christopher <echristo@gcc.gnu.org>
Sat, 1 Sep 2001 00:23:53 +0000 (00:23 +0000)
2001-08-31  Eric Christopher  <echristo@redhat.com>

* gcc.c (handle_braces): Add explaination for abort.

From-SVN: r45340

gcc/ChangeLog
gcc/gcc.c

index e03aa816e481653a6da0e4dcc45961dbd1a6e984..b68e849dfbe921a97656715bdccd816408ab6883 100644 (file)
@@ -1,3 +1,7 @@
+2001-08-31  Eric Christopher  <echristo@redhat.com>
+
+       * gcc.c (handle_braces): Add explaination for abort.
+
 2001-08-30  Roman Zippel  <zippel@linux-m68k.org>
 
        * expmed.c (store_bit_field): Update to patch from 2001-08-27:
index fcb0d8483ce83587fa71ff507c423e39faabd99b..231d5581aa49b93dca2caa7ac4f3a8bda101a689 100644 (file)
--- a/gcc/gcc.c
+++ b/gcc/gcc.c
@@ -5092,7 +5092,7 @@ next_member:
              else if (*q == '}')
                count--;
              else if (*q == 0)
-               abort ();
+               fatal ("Mismatched braces in specs");
              q++;
            }
          endbody = q;