This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/14525] Cannot compile ace ice in find_function_data (regression)
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 11 Mar 2004 16:37:11 -0000
- Subject: [Bug c++/14525] Cannot compile ace ice in find_function_data (regression)
- References: <20040311082138.14525.schmid@snake.iap.physik.tu-darmstadt.de>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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