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]

[C++ Patch] PR c++/67846


Hi,

in mainline this ICE on invalid doesn't exist anymore but we may want to avoid issuing the additional redundant "error: cannot convert âA::fooâ from type âvoid (A::)()â to type âvoid (A::*)()â" and/or make the error message more informative by printing the member used invalidly. Tested x86_64-linux.

Thanks, Paolo.

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

Attachment: CL_67846
Description: Text document

Attachment: patch_67846
Description: Text document


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