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: [PATCH][libcpp] New deferred output pragma


On 04/13/2010 07:06 PM, Dave Edwards wrote:
Adding a generally useful feature like attributes-on-nested-functions
seems a lot more interesting than adding a special preprocessor
extension like this.

That may well be the case, but the manner in which gcc barfed when trying to use attributes on nested functions led us to believe that their implementation isn't necessarily robust or well exercised anyway.

In the middle-end, nested functions are definitely well supported (and relied upon by the Ada compiler).


Can you expand further on the issues you encountered?

Paolo


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