[Bug middle-end/18231] [4.0 regression] Nested inline function not inlined
schwab at suse dot de
gcc-bugzilla@gcc.gnu.org
Sat Oct 30 18:52:00 GMT 2004
------- Additional Comments From schwab at suse dot de 2004-10-30 18:52 -------
The testcase was simplified too much.
int f (int i)
{
auto inline __attribute__ ((always_inline)) int h (int i) { return i; }
auto inline __attribute__ ((always_inline)) int g (void) { return h (i); }
return g ();
}
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18231
More information about the Gcc-bugs
mailing list