[PATCH] bigger_int_type() fix
commit890cec88e59d441967da6f75a686781b32721c1f
authorAlexander Viro <viro@www.linux.org.uk>
Sat, 24 Jul 2004 05:35:34 +0000 (23 22:35 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Fri, 8 Apr 2005 04:02:16 +0000 (7 21:02 -0700)
treeea383973dfc5400c05bcb819202df379bbe865be
parentc1eacc13077dcf6b427eb5564c6ee43c165c1826
[PATCH] bigger_int_type() fix

bigger_int_type() did the wrong thing if it got T1 and unsigned T2 with
sizeof(T1) == sizeof(T2) and rank(T1) > rank(T2).  It used to give
unsigned T1 instead of correct unsigned T2.  Fixed.
evaluate.c