This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: bug or illegal code???
- To: Scott Bambrough <scottb at netwinder dot org>
- Subject: Re: bug or illegal code???
- From: Richard Henderson <rth at redhat dot com>
- Date: Fri, 17 Nov 2000 15:23:32 -0800
- Cc: gcc bugs list <gcc-bugs at gcc dot gnu dot org>
- References: <3A15BBE4.BEA71136@netwinder.org>
On Fri, Nov 17, 2000 at 06:14:44PM -0500, Scott Bambrough wrote:
> scott.c:10:47: warning: pasting would not give a valid preprocessing token
[...]
> #define err_abort(fmt, args...) err_out(__FILE__, __LINE__, fmt, ##args)
[...]
> Is this a pre-processor bug or illegal C code?
Pre-processor bug, since fixed.
r~