This is the mail archive of the gcc-help@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: Bad inlining because of "throw"


On 11/10/2010 10:55 AM, Luca BÃla Palkovics wrote:

> Is there are way to tell g++ "DON'T INLINE THIS" or something like
> this ?

Sure.  It's a function attribute: look in the Fine Manual.

> Or is it a bug that it inlines my CException::CException ?

No.

Andrew.


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