c-common.c (c_common_type_for_mode): Pass the mode's precision to make_[un]signed_typ...
authorDJ Delorie <dj@redhat.com>
Tue, 22 Feb 2005 20:10:45 +0000 (15:10 -0500)
committerDJ Delorie <dj@gcc.gnu.org>
Tue, 22 Feb 2005 20:10:45 +0000 (15:10 -0500)
commit19b3ffbcaf816207be65b1ffb237810fe4ee0be0
tree42950f80393cc1ef4c33e7efb62c3520395a0efd
parent118ca7d014b362b4d3c4417650d8031cde97b508
c-common.c (c_common_type_for_mode): Pass the mode's precision to make_[un]signed_type, not the mode itself.

* c-common.c (c_common_type_for_mode): Pass the mode's precision
to make_[un]signed_type, not the mode itself.

From-SVN: r95412
gcc/ChangeLog
gcc/c-common.c