]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR c++/17115 (-Winline does not respect __attribute__((__noinline__)))
authorGiovanni Bajo <giovannibajo@gcc.gnu.org>
Fri, 21 Jan 2005 10:02:30 +0000 (10:02 +0000)
committerGiovanni Bajo <giovannibajo@gcc.gnu.org>
Fri, 21 Jan 2005 10:02:30 +0000 (10:02 +0000)
commiteb5efdd1bf766bd3271ada7027e93f3bd8158c90
tree12318d7f29bd3fab4dff5fd544b4e19f83da43c8
parentcc03cac5e4839ae9506c6e17b31659e48228ae62
re PR c++/17115 (-Winline does not respect __attribute__((__noinline__)))

PR c++/17115
* tree-inline.c (expand_call_inline): Do not warn for functions
marked with attribute noinline.

PR c++/17115
* g++.dg/warn/Winline-4.C: New test.

From-SVN: r94009
gcc/ChangeLog
gcc/testsuite/ChangeLog
gcc/tree-inline.c