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] Remove 5 target macros that are documented but not used.


On Fri, 6 Feb 2004, Kazu Hirata wrote:

>  #  need_64bit_hwint	Set to yes if HOST_WIDE_INT must be 64 bits wide
> -#			for this target.  This is true iff
> -#			MAX_LONG_TYPE_SIZE is 64.  (The code which
> -#			determines the underlying integral type for
> -#			HOST_WIDE_INT cannot see the definition of
> -#			MAX_LONG_TYPE_SIZE.)
> +#			for this target.

You shouldn't remove the explanation of when HOST_WIDE_INT needs to be 64
bits wide.  I think an appropriate explanation is 'iff this target
supports "long" or "wchar_t" wider than 32 bits'.

-- 
Joseph S. Myers
jsm@polyomino.org.uk


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