fixed-bit.c (SATFRACT): Only declare / set min_low, min_high if TO_MODE_UNSIGNED...
authorGeorg-Johann Lay <avr@gjlay.de>
Mon, 14 Jan 2013 10:19:00 +0000 (10:19 +0000)
committerGeorg-Johann Lay <gjl@gcc.gnu.org>
Mon, 14 Jan 2013 10:19:00 +0000 (10:19 +0000)
commit3ffc195810f00c4fe4552910c0c37c3572dfb918
tree60119c914860389aae7411b75615337d4973fcd8
parentd471dece67b58f2f3aa29633f85aaf6f8ae1fb78
fixed-bit.c (SATFRACT): Only declare / set min_low, min_high if TO_MODE_UNSIGNED == 0.

* fixed-bit.c (SATFRACT) <FROM_TYPE=1, TO_TYPE=4>: Only
declare / set min_low, min_high if TO_MODE_UNSIGNED == 0.
(SATFRACT) <FROM_TYPE=TO_TYPE=4>: Only declare / set min_low,
min_high if FROM_MODE_UNSIGNED == 0 and TO_MODE_UNSIGNED == 0.

From-SVN: r195141
libgcc/ChangeLog
libgcc/fixed-bit.c