]> git.ipfire.org Git - thirdparty/gcc.git/commit
Document that attribute noreturn inhibits tail call optimization
authorFlorian Weimer <fweimer@redhat.com>
Fri, 21 Sep 2018 19:49:36 +0000 (21:49 +0200)
committerFlorian Weimer <fw@gcc.gnu.org>
Fri, 21 Sep 2018 19:49:36 +0000 (21:49 +0200)
commit2e3f6531bfb5a880d88ec592de944a329aaef18a
tree6148d0d5db48b25b2e5a70ebba067ba635a6d0e1
parent382955736eca482bfebe5eecdc2eb6ac5f9f0d72
Document that attribute noreturn inhibits tail call optimization

PR middle-end/81035
* doc/extend.texi (Common Function Attributes): Mention that
noreturn suppresses tail call optimization.

From-SVN: r264490
gcc/ChangeLog
gcc/doc/extend.texi