https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66130

Manuel López-Ibáñez <manu at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |patch

--- Comment #4 from Manuel López-Ibáñez <manu at gcc dot gnu.org> ---
(In reply to Tom Tromey from comment #3)
> Here's something reasonably close to my real-life case:

For this testcase, my patch gives:

test.cc:8:34: error: invalid use of non-static member function ‘void X::m()’
   Y(void*a, void *b) : X(m), mb(b) { }
                                  ^

Of course, the location is bug 61940, which seems a bit harder to fix.

Reply via email to