This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[janitor] Fix fallout from ISO C90 patch in varray.c


Somehow the bracket got lost - good that I started a build with all
checking enabled ;-)

Andreas

============================================================
Index: gcc/varray.c
--- gcc/varray.c	6 Jul 2003 16:53:23 -0000	1.19
+++ gcc/varray.c	6 Jul 2003 17:00:13 -0000
@@ -126,7 +126,7 @@ varray_check_failed (varray_type va, siz
 {
   internal_error ("virtual array %s[%lu]: element %lu out of bounds in %s, at %s:%d",
 		  va->name, (unsigned long) va->num_elements, (unsigned long) n,
-		  function, trim_filename (file), line;
+		  function, trim_filename (file), line);
 }
 
 #endif

-- 
 Andreas Jaeger, aj@suse.de, http://www.suse.de/~aj
  SuSE Linux AG, Deutschherrnstr. 15-19, 90429 Nürnberg, Germany
   GPG fingerprint = 93A3 365E CE47 B889 DF7F  FED1 389A 563C C272 A126


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]