re PR tree-optimization/19484 (function pointer propagation fails for noreturn functions)
authorRichard Sandiford <rsandifo@redhat.com>
Sat, 22 Jan 2005 17:52:44 +0000 (17:52 +0000)
committerRichard Sandiford <rsandifo@gcc.gnu.org>
Sat, 22 Jan 2005 17:52:44 +0000 (17:52 +0000)
commitd7f3fc19903a41f07d22b0b7b38d06e16cff55b8
tree1772c197ad2c8da8b3c610884def31e0650ecfba
parent111e0c9f4b0027d393f46fb8a5805fa2ac68283a
re PR tree-optimization/19484 (function pointer propagation fails for noreturn functions)

PR tree-optimization/19484
* tree-cfg.c (remove_fallthru_edge): New function.
(cleanup_control_flow): Remove fallthru edges from calls that are
now known not to return.

From-SVN: r94070
gcc/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.c-torture/compile/20050122-1.c [new file with mode: 0644]
gcc/testsuite/gcc.c-torture/compile/20050122-2.c [new file with mode: 0644]
gcc/tree-cfg.c