]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/explow.c
Fix misuses of MAX_MACHINE_MODE that can result in an infinite loop.
authorJim Wilson <wilson@cygnus.com>
Sun, 15 Aug 1999 20:08:12 +0000 (20:08 +0000)
committerJim Wilson <wilson@gcc.gnu.org>
Sun, 15 Aug 1999 20:08:12 +0000 (13:08 -0700)
commit0c61f5414d8f8df2d10e7d7898b715796fad5684
tree628dc0d63ba7285efc78eb5dc42dd3491930fe05
parentd3ca5cdd6c49d1d8e1d384db19f82c35c73db194
Fix misuses of MAX_MACHINE_MODE that can result in an infinite loop.

* explow.c (hard_function_value): Use VOIDmode instead of
MAX_MACHINE_MODE.
* stmt.c (expand_return): Likewise.
* stor-layout.c (get_best_mode): Likewise.

From-SVN: r28717
gcc/ChangeLog
gcc/explow.c
gcc/stmt.c
gcc/stor-layout.c