patch to gcc.c

Eric Christopher echristo@redhat.com
Fri Aug 31 17:23:00 GMT 2001


Approved by geoffk.

-eric

-- 
Look out behind you!


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

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

Index: devo/gcc/gcc.c
===================================================================
RCS file: /cvs/cvsfiles/devo/gcc/gcc.c,v
retrieving revision 1.297
diff -u -p -w -r1.297 gcc.c
--- gcc.c	2001/08/06 15:20:50	1.297
+++ gcc.c	2001/09/01 00:17:41
@@ -5334,7 +5334,7 @@ next_member:
 	      else if (*q == '}')
 		count--;
 	      else if (*q == 0)
-		abort ();
+		fatal ("Mismatched braces in specs");
 	      q++;
 	    }
 	  endbody = q;



More information about the Gcc-patches mailing list