egcs/./gcc/cp ChangeLog cp-tree.h decl.c typeck.c
Jeffrey A. Law
law@cygnus.com
Thu Oct 8 05:05:00 GMT 1998
CVSROOT: /egcs/carton/cvsfiles
Module name: egcs
Changes by: law@egcs.cygnus.com 98/10/08 05:04:59
Modified files:
gcc/cp : ChangeLog cp-tree.h decl.c typeck.c
Log message:
* typeck.c (unsigned_type): Only return TItype nodes when
HOST_BITS_PER_WIDE_INT is >= 64 bits.
(signed_type): Similarly.
* decl.c (intTI_type_node, unsigned_intTI_type_node): Only declare
when HOST_BITS_PER_WIDE_INT is >= 64 bits.
(init_decl_processing): Only create TItype nodes when
HOST_BITS_PER_WIDE_INT is >= 64 bits.
* cp-tree.h (intTI_type_node, unsigned_intTI_type_node): Only declare
when HOST_BITS_PER_WIDE_INT is >= 64 bits.
More information about the Gcc-cvs
mailing list