diff options
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/gcc.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index e03aa81..b68e849 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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: @@ -5092,7 +5092,7 @@ next_member: else if (*q == '}') count--; else if (*q == 0) - abort (); + fatal ("Mismatched braces in specs"); q++; } endbody = q; |