]> gcc.gnu.org Git - gcc.git/commit - gcc/cp/decl.c
typeck.c (unsigned_type): Only return TItype nodes when HOST_BITS_PER_WIDE_INT is...
authorJeffrey A Law <law@cygnus.com>
Thu, 8 Oct 1998 05:04:57 +0000 (05:04 +0000)
committerJeff Law <law@gcc.gnu.org>
Thu, 8 Oct 1998 05:04:57 +0000 (23:04 -0600)
commit946dc1c8ad29de80d6971701ed879dd5ab36dd86
tree73c781f68f5ff392cabd8e5a61b988c6e1bc62e9
parente39b138b413a06ee880c3faffe15c592486ec943
typeck.c (unsigned_type): Only return TItype nodes when HOST_BITS_PER_WIDE_INT is >= 64 bits.

        * 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.

From-SVN: r22915
gcc/cp/ChangeLog
gcc/cp/cp-tree.h
gcc/cp/decl.c
gcc/cp/typeck.c
This page took 0.056994 seconds and 5 git commands to generate.