This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: PR debug/13367


On Mon, Dec 29, 2003 at 02:28:45PM +0100, Jan Hubicka wrote:
> the problem is caused by fact that we inline even tought we are not
> supposed to inline at all in non-optimizing compilation.

False.  The always_inline attribute forces inlining even at -O0.
This is required for various altivec/sse interface functions to
work properly.


r~


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]