Fix ICE in bitmap routines with LRA and inline assembly language
authorRobert Suchanek <robert.suchanek@imgtec.com>
Wed, 10 Sep 2014 10:36:00 +0000 (10:36 +0000)
committerMatthew Fortune <mpf@gcc.gnu.org>
Wed, 10 Sep 2014 10:36:00 +0000 (10:36 +0000)
commit5625bd33a23929746596a22f3a8e7ac52b368435
tree9852a1c19ba4349734755040caa2e8a468f45f82
parent126edc3fe212555ff83e2949b22843ae13299e09
Fix ICE in bitmap routines with LRA and inline assembly language

gcc/

* lra-lives.c (process_bb_lives): Replace assignment with bitwise OR
assignment.

From-SVN: r215119
gcc/ChangeLog
gcc/lra-lives.c