public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* Re: c++/4095
@ 2001-09-14 18:16 Craig Rodrigues
  0 siblings, 0 replies; only message in thread
From: Craig Rodrigues @ 2001-09-14 18:16 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

The following reply was made to PR c++/4095; it has been noted by GNATS.

From: Craig Rodrigues <rodrigc@mediaone.net>
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
 
 
 


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2001-09-14 18:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-09-14 18:16 c++/4095 Craig Rodrigues

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).