This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
[NeilB@earthling.net: Re: macros with traditional cpp]
- To: gcc at gcc dot gnu dot org
- Subject: [NeilB@earthling.net: Re: macros with traditional cpp]
- From: Neil Booth <NeilB at earthling dot net>
- Date: Sun, 24 Sep 2000 22:11:47 +0100
Jamie Lokier wrote:-
> Ah yes, that is one form of a varargs bug I've been meaning to report.
> I've got macros which work fine with GCC 2.95, but don't work with _or_
> without -traditional now. (Sorry, I'll try to provide an example
> tomorrow).
You should have no problems with C99 syntax, or the GNU named varargs
extension, unless you're using it in some really perverse way. (You
are using the latest CVS, right?)
tradcpp certainly doesn't support C99, and may not support the GNU
extension. If you want that, you need to use non-traditional.
Neil.