]> git.ipfire.org Git - thirdparty/gcc.git/commit
c-common.c (signed_or_unsigned_type): Handle machine mode types which have no corresp...
authorRichard Henderson <rth@gcc.gnu.org>
Fri, 7 Sep 2001 22:14:43 +0000 (15:14 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Fri, 7 Sep 2001 22:14:43 +0000 (15:14 -0700)
commit4a063bec6e3b164cf467ee99e423f9271177be86
tree356b8d1f15ff4a7a73cc72dae36b54c788ad92b5
parent2fd7f0c1f8f3efcedf2a466b638a0d95a7398582
c-common.c (signed_or_unsigned_type): Handle machine mode types which have no corresponding C type.

        * c-common.c (signed_or_unsigned_type): Handle machine mode types
        which have no corresponding C type.
        * fold_const.c (target_isinf,target_isnan,target_negative): Update
        the representation of 64-bit doubles to work with 64-bit ints.

From-SVN: r45479
gcc/ChangeLog
gcc/c-common.c
gcc/fold-const.c