https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61456
Manuel López-Ibáñez <manu at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |diagnostic
Status|UNCONFIRMED |NEW
Last reconfirmed| |2014-06-10
CC| |manu at gcc dot gnu.org
Ever confirmed|0 |1
--- Comment #4 from Manuel López-Ibáñez <manu at gcc dot gnu.org> ---
(In reply to Andrew Pinski from comment #3)
> >Note that there is no '__delta' in the original source, so the error message
> Well that is partly the front-end issue as it is pointer to member functions
> are implemented using a struct.
The FE should mark these compiler-generated declarations as artificial or some
such to avoid warning about them.