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]
Other format: [Raw text]

Re: [PATCH] Add target hook in C front end


On Mon, Dec 17, 2001 at 09:33:08PM +0000, Neil Booth wrote:
> Would it not also leave unreplaced all __SIZE_TYPE__ "macros" if
> passed through cpp?

Of course.  Look, Eric's patch is equivalent to

#define __SIZE_TYPE__ __SIZE_TYPE__
typedef unsigned {int|long} __SIZE_TYPE__;

where the decision of int|long depends on an astonishing
number of command line options.

> Is that not considered important enough to preserve?

Huh?


r~


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