This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: c++/4095
- To: gcc-gnats at gcc dot gnu dot org, gcc-prs at gcc dot gnu dot org, gcc-bugs at gcc dot gnu dot org, nobody at gcc dot gnu dot org, rkl at connect dot org dot uk
- Subject: Re: c++/4095
- From: Craig Rodrigues <rodrigc at mediaone dot net>
- Date: Fri, 14 Sep 2001 21:12:28 -0400
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