(convert_to_integer): If TYPE is a enumeral type or if its precision is not the same...
authorRichard Kenner <kenner@gcc.gnu.org>
Mon, 17 Jul 1995 16:54:50 +0000 (12:54 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Mon, 17 Jul 1995 16:54:50 +0000 (12:54 -0400)
commit1c013b45fd7b60e956c9e8bb1f1c6733e12c5907
treea8cd1f18cfbdc7fa335dc96d2fbd361c959f438a
parentb83b72a6fa53139ea1e2a39186c108925d66be6c
(convert_to_integer): If TYPE is a enumeral type or if its precision is not the same as the size of its mode...

(convert_to_integer): If TYPE is a enumeral type or if its precision
is not the same as the size of its mode, convert in two steps.

From-SVN: r10140
gcc/convert.c