[PATCH] Fix undefined behaviour in rx port
commita53378d25f1661271ce304c86be04a250c9fcdeb
authorJeff Law <law@redhat.com>
Tue, 29 Sep 2015 16:32:45 +0000 (29 10:32 -0600)
committerJeff Law <law@gcc.gnu.org>
Tue, 29 Sep 2015 16:32:45 +0000 (29 10:32 -0600)
treec84ca0a4b6a10583b9b48468b374748c3462593e
parent5c4b7f1c1c00b21f11842dc1f107da1441552bfd
[PATCH] Fix undefined behaviour in rx port

[PATCH] Fix undefined behaviour in rx port
        * config/rx/constraints.md (Int08): Fix undefined left shift
        behaviour.
        (Sint08, Sint16, Sint24): Likewise.
        * config/rx/rx.c (rx_get_stack_layout): Likewise.

From-SVN: r228254
gcc/ChangeLog
gcc/config/rx/constraints.md
gcc/config/rx/rx.c