]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR rtl-optimization/13394 (noreturn attribute ignored on recursive invokation)
authorEric Botcazou <ebotcazou@libertysurf.fr>
Tue, 23 Dec 2003 05:32:02 +0000 (06:32 +0100)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Tue, 23 Dec 2003 05:32:02 +0000 (05:32 +0000)
commitcbf6e52aa53df8528eb21cff83631a0523cae79c
tree88603b729da510442c9773f6f802871336123067
parentb30063377737ba34e9ace3ce285d3bc2eb14d1a3
re PR rtl-optimization/13394 (noreturn attribute ignored on recursive invokation)

PR optimization/13394
* toplev.c (rest_of_compilation): Move call to
check_function_return_warnings right after the sibcall
optimization pass.

From-SVN: r74961
gcc/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/noreturn-7.c [new file with mode: 0644]
gcc/toplev.c