This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: glibc 2.1.1pre2 breaks libstdc++-v3 build


Zack Weinberg wrote:-

> Careful.  I want named rest arguments to be completely orthogonal to
> all other extensions to varargs macros.  This is because named rest
> arguments have a good chance of being accepted for standardization,
> but the others don't.

Ah, yes, sorry I forgot.

> [Glibc should be doing
> 
> #define printf(args...) fprintf(stdout, args...)
> 
> which will DTRT with all versions of GCC that support varargs macros
> at all.]

Yes.

Neil.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]