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]

Re: libg++ won't build with latest snapshots


Alexandre Oliva <oliva@lsd.ic.unicamp.br> writes:

[...]

| > +   /* Don't use tree-inlining for functions with named return values.
| > +      That doesn't work properly because we don't do any translation of
| > +      the RETURN_INITs when they are copied.  */
| > +   DECL_UNINLINABLE (current_function_decl) = 1;
| 
| Is this supposed to remain so, or will there be some effort to arrange
| that functions with named return values become inlinable?  If they
| will remain uninlinable, I'll post a patch to the docs to state this.
| Maybe we should even deprecate named return values, now that we have
| inlining of trees, which I believe accomplishes a similar degree of
| optimization.

Work to implement the return value optimization is planned 
(isn't Mark? ;-).  I think we will have it in EGCS, in the not so
distant future. At that point  we could deprecate the 'named return
value' hack.

-- Gaby

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