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

2001-08-31  Eric Christopher  <echristo@redhat.com>

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

From-SVN: r45340
This commit is contained in:
Eric Christopher 2001-09-01 00:23:53 +00:00 committed by Eric Christopher
parent 8950361603
commit 4049df424c
2 changed files with 5 additions and 1 deletions

View 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:

View File

@ -5092,7 +5092,7 @@ next_member:
else if (*q == '}')
count--;
else if (*q == 0)
abort ();
fatal ("Mismatched braces in specs");
q++;
}
endbody = q;