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]

Re: c++/8702: [3.3 regression] matching of conversion operators


The regression reported in PR c++/8702 showed up starting
with this patch:

2002-03-16  Nathan Sidwell  <nathan@codesourcery.com>

        PR c++/4361
        * cp-tree.h
        * call.c
        * class.c
        * lex.c
        * mangle.c
        * pt.c
        * search.c
        * typeck.c

I used the test case that Wolfgang provided earlier in
this PR.

Output from the compiler:

8702.C:12: error: no `C2<X>::operator C1<Y>()' member
   function declared in class `C2<X>'
8702.C:12: error: template definition of non-template
   `C2<X>::operator C1<Y>()'

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=8702




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