re PR target/66334 (cleanup block fails to initialize EBX)
authorVladimir Makarov <vmakarov@redhat.com>
Wed, 8 Jul 2015 15:04:54 +0000 (15:04 +0000)
committerVladimir Makarov <vmakarov@gcc.gnu.org>
Wed, 8 Jul 2015 15:04:54 +0000 (15:04 +0000)
commit1d6cc2e47f85b52bdfa6c4bec142b9d6ac1ca738
tree4f395a3ca90492ec25149e62c9b15f37dd24b130
parenta92defdab79a1268f4b9dcf42b937e4002a4cf15
re PR target/66334 (cleanup block fails to initialize EBX)

2015-07-08  Vladimir Makarov  <vmakarov@redhat.com>

PR middle-end/66334
* ira-lives.c (process_bb_node_lives): Make conflicts with PIC
hard regno live at the start of BB with incoming abnormal edges.
* lra-lives.c (process_bb_lives): Ditto.

2015-07-08  Vladimir Makarov  <vmakarov@redhat.com>

PR middle-end/66334
* gcc.target/i386/pr66334.c: New.

From-SVN: r225561
gcc/ChangeLog
gcc/ira-lives.c
gcc/lra-lives.c
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/i386/pr66334.c [new file with mode: 0644]