c-common.c (c_common_signed_or_unsigned_type): Delay the check for INTEGRAL_TYPE_P...
authorRafael Avila de Espindola <espindola@google.com>
Thu, 24 May 2007 04:38:27 +0000 (04:38 +0000)
committerRafael Espindola <espindola@gcc.gnu.org>
Thu, 24 May 2007 04:38:27 +0000 (04:38 +0000)
commit1e2041330fd0997c734a1a8d48ebaadb2037cb32
treee16321ac90dcddb5bd7344617b086ff07f74195a
parentb9061212faa98367a5a69d66074aeb0f6837d62c
c-common.c (c_common_signed_or_unsigned_type): Delay the check for INTEGRAL_TYPE_P and TYPE_UNSIGNED.

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

From-SVN: r125012
gcc/ChangeLog
gcc/c-common.c
gcc/langhooks.c