r121532 - in /branches/fixed-point/gcc: ChangeL...

chaoyingfu@gcc.gnu.org chaoyingfu@gcc.gnu.org
Sat Feb 3 01:12:00 GMT 2007


Author: chaoyingfu
Date: Sat Feb  3 01:12:09 2007
New Revision: 121532

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=121532
Log:
* fixed-value.c (do_fixed_divide): Check the left shift amount to
just copy data directly when it is the same as the width.
This hits a corner case for the 128-bit unsigned fract type.
(do_fixed_shift): Likewise.
(fixed_convert_from_int): Likewise.

Modified:
    branches/fixed-point/gcc/ChangeLog
    branches/fixed-point/gcc/fixed-value.c



More information about the Gcc-cvs mailing list