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: [C++ Patch] PR 58305


On 09/03/2013 11:32 PM, Jason Merrill wrote:
On 09/03/2013 11:10 AM, Paolo Carlini wrote:
    ToBeDeprecated();

I'd rather handle this case in build_functional_cast.
Indeed. Thanks for the great tip. A tried to find a place where I could use the same check we have in grokdeclarator, involving DECL_ARTIFICIAL on a TYPE_DECL, but failed, shame on me.

Anyway, I'm finishing testing the below on x86_64-linux.

Thanks,
Paolo.

///////////////////////


Attachment: CL_58305_2
Description: Text document

Attachment: patch_58305_2
Description: Text document


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