This is the mail archive of the gcc-bugs@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]

Re: c++/4095


http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view&pr=4095&database=gcc

I see Zack's fix for this PR on mainline, but not on branch.

How about this easy fix for branch:

--- rtti.c.orig Fri Sep 14 21:09:14 2001
+++ rtti.c      Fri Sep 14 21:09:23 2001
@@ -1290,7 +1290,7 @@
   VA_START (ap, ident);
 #ifndef ANSI_PROTOTYPES
   real_name = va_arg (ap, char const *);
-  ident = va_arg (app, int);
+  ident = va_arg (ap, int);
 #endif

   /* Generate the pseudo type name. */



--
Craig Rodrigues
http://www.gis.net/~craigr
rodrigc@mediaone.net




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