This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: [RFH] Getting rid of WCHAR_TYPE_SIZE
- From: David Edelsohn <dje at watson dot ibm dot com>
- To: Zack Weinberg <zack at codesourcery dot com>
- Cc: Neil Booth <neil at daikokuya dot demon dot co dot uk>, gcc at gcc dot gnu dot org, Richard Kenner <kenner at vlsi1 dot ultra dot nyu dot edu>, Robert Dewar <dewar at gnat dot com>
- Date: Wed, 08 May 2002 16:36:49 -0400
- Subject: Re: [RFH] Getting rid of WCHAR_TYPE_SIZE
>>>>> Zack Weinberg writes:
Zack> MODE_BITSIZE (TYPE_MODE (wchar_type_node)) ? Only works if targtyps.c
Zack> is linked into the compiler proper, not one of the myriad Ada helper
Zack> utilities.
It is not linked into the compiler proper. We already went
through this problem with
#define WIDEST_HARDWARE_FP_SIZE LONG_DOUBLE_TYPE_SIZE
requiring target_flags.
David