This is the mail archive of the gcc-bugs@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]

Re: Purpose of -Wno-pmf-conversions Class Has No Vtable)


>>>>> "Martin" == Martin v Loewis <martin@mira.isdn.cs.tu-berlin.de> writes:

    Martin> Installed. Unfortunately, I found that g++.mike/p10769a.C
    Martin> and g++.mike/p11012.C break with the patch, because they
    Martin> now run into the error

Interesting.  Probably, you should tell us these things when
submitting the patch? :-)

    Martin> To me, there is a genuine error in the test cases. The
    Martin> code is ill-formed; you cannot convert a
    Martin> pointer-to-member-function to pointer-to-function.

You know how I feel about extensions. :-)  This one is certainly not
documented in the manual.  I see no reason to retain it, but Jason has
more knowledge of the odd things people are doing with g++, so I will
defer to his judgement.

--
Mark Mitchell                   mark@codesourcery.com
CodeSourcery, LLC               http://www.codesourcery.com


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