[PATCH] Fix undefined behaviour in msp430 port
authorJeff Law <law@redhat.com>
Tue, 29 Sep 2015 16:25:21 +0000 (10:25 -0600)
committerJeff Law <law@gcc.gnu.org>
Tue, 29 Sep 2015 16:25:21 +0000 (10:25 -0600)
commit3ea7f8e52498b9db9a16fe61ea4c37619acb088b
tree62228c6518a05a0eaa8e3cfad34c29528a591265
parent6d601106549923b90769b0bbf6bad9052a9667ac
[PATCH] Fix undefined behaviour in msp430 port

       * config/msp430/msp430.c (msp430_legitimate_constant): Fix undefined
        left shift behaviour.
        * config/msp430/constraints.md ('L' constraint): Similarly.
        ('Ys' constraint): Similarly.

From-SVN: r228251
gcc/ChangeLog
gcc/config/msp430/constraints.md
gcc/config/msp430/msp430.c