re PR rtl-optimization/58662 (wrong code at -O2 for dumb condition)
authorEric Botcazou <ebotcazou@gcc.gnu.org>
Sun, 13 Oct 2013 13:29:28 +0000 (13:29 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Sun, 13 Oct 2013 13:29:28 +0000 (13:29 +0000)
commit3246afaa934e022637d71f5e2fc67a8feb7165f1
tree9e9e3d0b28e42649ff838117757c2528579112bc
parent6137391a4810dd1274acb8fb5bbd7ca081bd0e2b
re PR rtl-optimization/58662 (wrong code at -O2 for dumb condition)

PR rtl-optimization/58662
* combine.c (try_combine): Take into account death nodes on I2 when
splitting a PARALLEL of two independent SETs.  Fix dump message.

From-SVN: r203498
gcc/ChangeLog
gcc/combine.c
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.c-torture/execute/pr58662.c [new file with mode: 0644]