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: Bug Report


> Output:                 on AIX-4.3.0, see attachment(aix.out)
> 	                on Solaris-2.5.1 see attachment(sol.out)

Thanks for your bug report. gcc-2.95 19990523 says

a.cc: In method `void MyNewInterpreter<int,MyInterpreter>::register_commands()':
a.cc:107:   instantiated from `MyNewInterpreter<int,MyInterpreter>::init()'
a.cc:124:   instantiated from here
a.cc:100: taking the address of a non-static member function
a.cc:100:   to form a pointer to member function, say `&MyNewInterpreter<int,MyInterpreter>::listAliases'

so it appears that the bug has been fixed.

Regards,
Martin


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