Cc: Linus Torvalds <torvalds@...>, Ingo Molnar <mingo@...>, Linux Kernel Mailing List <linux-kernel@...>, Andrew Morton <akpm@...>, Thomas Gleixner <tglx@...>, H. Peter Anvin <hpa@...>, Alexander van Heukelum <heukelum@...>, <jdike@...>
On Tue, Apr 29, 2008 at 10:17:05AM +0200, Sam Ravnborg wrote:
Previosly we said:
"inline" means "must inline"
With CONFIG_OPTIMIZE_INLINING=y we say:
"inline" means "try a bit harder to inline"
gcc anyway has to emit one global copy of this function.
And with the common CONFIG_CC_OPTIMIZE_FOR_SIZE=y we tell gcc to focus
on getting the smallest possible code.
The compile error is a gcc bug.
cu
Adrian
--
"Is there not promise of rain?" Ling Tan asked suddenly out
of the darkness. There had been need of rain for many days.
"Only a promise," Lao Er said.
Pearl S. Buck - Dragon Seed
--