This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: Warning from cpp on macro argument stringification is missing
- To: "Kaveh R. Ghazi" <ghazi at caip dot rutgers dot edu>
- Subject: Re: Warning from cpp on macro argument stringification is missing
- From: Zack Weinberg <zack at wolery dot cumb dot org>
- Date: Wed, 6 Sep 2000 14:49:29 -0700
- Cc: gcc-bugs at gcc dot gnu dot org
- References: <200009061529.LAA06836@caip.rutgers.edu>
On Wed, Sep 06, 2000 at 11:29:01AM -0400, Kaveh R. Ghazi wrote:
> Zack,
>
> There used to be a -Wtraditional warning from cpp on stringification
> of macro arguments. It seems to have disappeared.
Right. It got lost in the shuffle during the macro expander rewrite.
I've been meaning to fix it for some time, but the way things are
right now I doubt I'll get to it in the next few months!
But if you would like to patch it back in, I'd be happy to review.
zw