This is the mail archive of the gcc@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: -fobey-inline (was Re: gcc and inlining)


> Ah, but if the inline is performed it's not an expired scope any more.  
> One of
> the early C++ suites did exactly this, expecting the inline to be 
> performed.

No, that's not correct thinking, the expired scope is a semantic concept. The
fact that the undefined effect may be different if inlining takes place or not
means nothing (or at least I would guess this). I can't imagine that somethingt
like this suddently becomes defined if inlining takes place, the C standard
can't be that vague ... but surely someone who knows the standard really well
will read us the chapter and verse :-)


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