OSDN Git Service

* c-common.c (c_common_signed_or_unsigned_type): Delay the check for
authorespindola <espindola@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 24 May 2007 04:38:27 +0000 (04:38 +0000)
committerespindola <espindola@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 24 May 2007 04:38:27 +0000 (04:38 +0000)
commitac265864e9519ec494b62731f97ba738ca7bf835
treee16321ac90dcddb5bd7344617b086ff07f74195a
parent13804e826171001da9094ef2ca00842a5adfe8d2
   * c-common.c (c_common_signed_or_unsigned_type): Delay the check for
       INTEGRAL_TYPE_P and TYPE_UNSIGNED.
       * langhooks.c (get_signed_or_unsigned_type): Don't check for
       INTEGRAL_TYPE_P or TYPE_UNSIGNED.
       (lhd_signed_or_unsigned_type): Check for INTEGRAL_TYPE_P and
       TYPE_UNSIGNED.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@125012 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/c-common.c
gcc/langhooks.c