Re: [PATCH, PR 60897] Clear DECL_LANG_SPECIFIC when creating ISRA clones

2014-05-07 Thread Richard Biener
On May 7, 2014 5:30:53 PM CEST, Martin Jambor wrote: >Hi, > >I nearly forgot about this patch to fix PR 60897 where we get a >mangled name in a warning for IPA-SRA functions because IPA-SRA >currently does not clear DECL_LANG_SPECIFIC when it messes with formal >parameters and the front-end then d

[PATCH, PR 60897] Clear DECL_LANG_SPECIFIC when creating ISRA clones

2014-05-07 Thread Martin Jambor
Hi, I nearly forgot about this patch to fix PR 60897 where we get a mangled name in a warning for IPA-SRA functions because IPA-SRA currently does not clear DECL_LANG_SPECIFIC when it messes with formal parameters and the front-end then does not look at abstract origin when it is not NULL. Bootst