Skip to content

Commit

Permalink
2001-08-31 Eric Christopher <echristo@redhat.com>
Browse files Browse the repository at this point in the history
	* 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
  • Loading branch information
echristo committed Sep 1, 2001
1 parent b86a01a commit 212c093
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions gcc/ChangeLog
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion gcc/gcc.c
Original file line number Diff line number Diff line change
Expand Up @@ -5092,7 +5092,7 @@ handle_braces (p)
else if (*q == '}')
count--;
else if (*q == 0)
abort ();
fatal ("Mismatched braces in specs");
q++;
}
endbody = q;
Expand Down

0 comments on commit 212c093

Please sign in to comment.