preprocessor/965

neil@gcc.gnu.org neil@gcc.gnu.org
Sun Dec 3 03:16:00 GMT 2000


The following reply was made to PR preprocessor/965; it has been noted by GNATS.

From: neil@gcc.gnu.org
To: gcc-gnats@gcc.gnu.org, gstreamer-devel@lists.sourceforge.net,
  nobody@gcc.gnu.org, omegahacker@users.sourceforge.net
Cc:  
Subject: Re: preprocessor/965
Date: 3 Dec 2000 11:06:46 -0000

 Synopsis: Preprocessor varargs fails in some casess
 
 State-Changed-From-To: open->closed
 State-Changed-By: neil
 State-Changed-When: Sun Dec  3 03:06:44 2000
 State-Changed-Why:
     You don't state what you thing it should expand to.
     
     Recent snapshots and current CVS expands to
     
     fprintf(stderr,"%s: " "no format chars",_debug_string);
     
     which is correct.
     
     If you read the docs in the egcs versions, you would see why
     you fail there - if you insert a space after debug_string I
     imagine it would work there too.  The space is no longer
     relevant in recent snapshots.
 
 http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view&pr=965&database=gcc


More information about the Gcc-prs mailing list