OSDN Git Service

2001-08-31 Eric Christopher <echristo@redhat.com>
authorechristo <echristo@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 1 Sep 2001 00:23:53 +0000 (00:23 +0000)
committerechristo <echristo@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 1 Sep 2001 00:23:53 +0000 (00:23 +0000)
* gcc.c (handle_braces): Add explaination for abort.

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

gcc/ChangeLog
gcc/gcc.c

index e03aa81..b68e849 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 fcb0d84..231d558 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;