This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: __SIZE_TYPE__ and friends out of specs
- From: Neil Booth <neil at daikokuya dot demon dot co dot uk>
- To: Zack Weinberg <zack at codesourcery dot com>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Tue, 14 May 2002 07:16:39 +0100
- Subject: Re: __SIZE_TYPE__ and friends out of specs
- References: <20020514003326.GJ374@codesourcery.com>
Zack Weinberg wrote:-
> The patch depends on Neil's patch to pass -m switches to the C front
> end when -E is active.
I'm having minor issues here; I've had to change it a bit but I'm
still getting regressions. Hopefully I'll have something this evening.
> tradcpp doesn't define __SIZE_TYPE__ etc anymore. (1) This should not
> affect anything, since tradcpp is never used to preprocess C anymore;
> (2) I don't care.
I'm working on integrating tradcpp to avoid this mess. I should be
able to have it for 3.2. That's my goal, at least. It'll share most of
its code with existing cpplib; and just have some lexing code, #define
parsing, and macro expanding to itself.
That's the plan, at least.
Thanks for the patch; I had this on my to-do list.
Neil.