re PR middle-end/19551 (pure (complex types) function call removed as dead (LAPACK...
authorJakub Jelinek <jakub@redhat.com>
Mon, 24 Jan 2005 08:54:25 +0000 (09:54 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Mon, 24 Jan 2005 08:54:25 +0000 (09:54 +0100)
commitb77302be88147ea826ab87d7d31e810fa68f4279
tree0acef8526681eeb1372d896c1eb2e4f5656de04d
parent11c56af5905097e03289cdf395db4fb0eb78d61c
re PR middle-end/19551 (pure (complex types) function call removed as dead (LAPACK routine claic1.f bug))

* flow.c (propagate_one_insn): Formatting.

PR middle-end/19551
* flow.c (libcall_dead_p): Be more conservative if unsure.
If there are any instructions between insn and call, see if they are
all dead before saying the libcall is dead.

* gcc.c-torture/execute/20050121-1.c: New test.
* gcc.dg/20050121-2.c: New test.

From-SVN: r94145
gcc/ChangeLog
gcc/flow.c
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.c-torture/execute/20050121-1.c [new file with mode: 0644]
gcc/testsuite/gcc.dg/20050121-2.c [new file with mode: 0644]