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, 17 Dec 2001, Eric Christopher wrote:

> So, where are we with this? We appear to have some argument about the
> usefulness of save-temps on cross platform. Is there anything else in the
> way here?

(a) There is nothing MIPS-specific about the issue, a fix must be
architecture-independent, arranging that on all architectures that
__SIZE_TYPE__ agrees with the internal size_t without the fragility of
specs.

(b) It is well-established that __SIZE_TYPE__ is a macro, not a typedef,
expanding to the normal C name of the relevant type.  This is, for
example, relied on in the format checking tests to determine the
corresponding signed type.  Did your patch pass c99-scanf-1.c?

-- 
Joseph S. Myers
jsm28@cam.ac.uk


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