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]
Other format: [Raw text]

[Bug c++/20381] ICE in build_ptrmemfunc, at cp/typeck.c:5702


------- Additional Comments From martin at mpa-garching dot mpg dot de  2005-03-08 12:19 -------
Here is a shorter testcase:

class foo {
  public:
    int f1(int);
};

template<typename T> class bar: public foo {
  void baz () {
    &foo::f1;
  }
};


-- 


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


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