c++/4095
Craig Rodrigues
rodrigc@mediaone.net
Fri Sep 14 18:12:00 GMT 2001
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
More information about the Gcc-bugs
mailing list