This is the mail archive of the gcc-patches@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: [PATCH] cpp token pasting fix


On Mon, Jul 31, 2000 at 06:59:04PM +0200, Jakub Jelinek wrote:
> Hi!
> 
> The attached patch fixes the included testcase (originally from soft-fp).
> There are no testsuite regressions with this, I'm now going to compile some
> gigs of sourcecodes to see whether it really does not break anything.

I am not hugely happy with this patch, but we need to make progress
here.  I'm going to apply it with an expanded comment explaining why
we have to do the old_token != token bit instead of just checking
token->flags & PASTED.

zw

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