public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/22369] New: C++ produces mis-matched types with pointers to member functions
@ 2005-07-08 15:32 pinskia at gcc dot gnu dot org
  2005-07-08 16:30 ` [Bug c++/22369] " pinskia at gcc dot gnu dot org
  2005-08-05  4:46 ` pinskia at gcc dot gnu dot org
  0 siblings, 2 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-07-08 15:32 UTC (permalink / raw)
  To: gcc-bugs

Testcase:
struct A { void f() { } };
struct B: public A { };

typedef void (B::*bp)();

int main()
{
  bp b = &A::f;
}

-- 
           Summary: C++ produces mis-matched types with pointers to member
                    functions
           Product: gcc
           Version: 4.1.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: pinskia at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org
OtherBugsDependingO 22368
             nThis:


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22369


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2007-08-20 13:24 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-22369-6528@http.gcc.gnu.org/bugzilla/>
2005-12-05 20:10 ` [Bug c++/22369] C++ produces mis-matched types with pointers to member functions pinskia at gcc dot gnu dot org
2007-07-24 15:56 ` rguenth at gcc dot gnu dot org
2007-08-20 12:32 ` rguenth at gcc dot gnu dot org
2007-08-20 13:24 ` rguenth at gcc dot gnu dot org
2005-07-08 15:32 [Bug c++/22369] New: " pinskia at gcc dot gnu dot org
2005-07-08 16:30 ` [Bug c++/22369] " pinskia at gcc dot gnu dot org
2005-08-05  4:46 ` pinskia at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).