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++/13357] sh-elf crosscompiler does not compile what appears to be a valid code


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-12-08 17:51 -------
Invalid, read the error message (it is right).
Do something like this instead:
#define REGISTER_HANDLER(Class,Method, ClName, MtName) \
	CEvtReceiver __AUTO_NM##Class##Method(Class::Method, ClName, MtName, 0)

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID


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


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