From mboxrd@z Thu Jan 1 00:00:00 1970 From: Craig Rodrigues To: nobody@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org Subject: Re: c++/4095 Date: Fri, 14 Sep 2001 18:16:00 -0000 Message-id: <20010915011600.17433.qmail@sourceware.cygnus.com> X-SW-Source: 2001-09/msg00297.html List-Id: The following reply was made to PR c++/4095; it has been noted by GNATS. From: Craig Rodrigues To: gcc-gnats@gcc.gnu.org, gcc-prs@gcc.gnu.org, gcc-bugs@gcc.gnu.org, nobody@gcc.gnu.org, rkl@connect.org.uk Cc: Subject: Re: c++/4095 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