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++/14525] Cannot compile ace ice in find_function_data (regression)


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-03-11 16:37 -------
Here is the error message get on the mainline:
MT_Reference_Counted_Notify_Test.cpp: In constructor `test<REACTOR_IMPLEMENTATION>::test(int) 
[with REACTOR_IMPLEMENTATION = ACE_Select_Reactor]':
MT_Reference_Counted_Notify_Test.cpp:397:   instantiated from here
MT_Reference_Counted_Notify_Test.cpp:311: error: invalid use of 'Reference_Counted_Event_Handler::
Reference_Counted_Event_Handler' to form a pointer-to-member-function.  Use a qualified-id.
MT_Reference_Counted_Notify_Test.cpp: In constructor `test<REACTOR_IMPLEMENTATION>::test(int) 
[with REACTOR_IMPLEMENTATION = ACE_TP_Reactor]':
MT_Reference_Counted_Notify_Test.cpp:406:   instantiated from here
MT_Reference_Counted_Notify_Test.cpp:311: error: invalid use of 'Reference_Counted_Event_Handler::
Reference_Counted_Event_Handler' to form a pointer-to-member-function.  Use a qualified-id.

-- 


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


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