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 libstdc++/20091] [4.0 Regression] 18_support/14026.cc execution test fails


------- Additional Comments From micis at gmx dot de  2005-02-21 09:00 -------
With the actual snapshot (20050220) ACE5.4.2 fails to compile even at -O0 with 
link errors which may be related to this bug:

(.gnu.linkonce.t._ZN5Kokyu23DSRT_Dispatcher_FactoryI20mif_scheduler_traitsE22cre
ate_DSRT_dispatcherERKNS_15DSRT_ConfigInfoE
[Kokyu::DSRT_Dispatcher_Factory<mif_scheduler_traits>::create_DSRT_dispatcher
(Kokyu::DSRT_ConfigInfo const&)]+0x125): In function 
`Kokyu::DSRT_Dispatcher_Factory<mif_scheduler_traits>::create_DSRT_dispatcher
(Kokyu::DSRT_ConfigInfo const&)':
../../../Kokyu/Kokyu_dsrt.cpp:81: undefined reference to 
`__cxa_get_exception_ptr'
.obj/MIF.o
(.gnu.linkonce.t._ZN5Kokyu23DSRT_Dispatcher_FactoryI20mif_scheduler_traitsE22cre
ate_DSRT_dispatcherERKNS_15DSRT_ConfigInfoE
[Kokyu::DSRT_Dispatcher_Factory<mif_scheduler_traits>::create_DSRT_dispatcher
(Kokyu::DSRT_ConfigInfo const&)]+0x217):../../../Kokyu/Kokyu_dsrt.cpp:90: 
undefined reference to `__cxa_get_exception_ptr'
.obj/MIF.o
(.gnu.linkonce.t._ZN5Kokyu23DSRT_Dispatcher_FactoryI20mif_scheduler_traitsE22cre
ate_DSRT_dispatcherERKNS_15DSRT_ConfigInfoE
[Kokyu::DSRT_Dispatcher_Factory<mif_scheduler_traits>::create_DSRT_dispatcher
(Kokyu::DSRT_ConfigInfo const&)]+0x3af):../../../Kokyu/Kokyu_dsrt.cpp:99: 
undefined reference to `__cxa_get_exception_ptr'
.obj/MIF.o
(.gnu.linkonce.t._ZN21ACE_Bound_Ptr_CounterI16ACE_Thread_MutexE15internal_create
Ei[ACE_Bound_Ptr_Counter<ACE_Thread_Mutex>::internal_create(int)]+0x87): In 
function `ACE_Bound_Ptr_Counter<ACE_Thread_Mutex>::internal_create(int)':
/home/cie019/ace542-gcc40/ACE_wrappers/ace/Bound_Ptr.inl:15: undefined 
reference to `__cxa_get_exception_ptr'
.obj/MIF.o
(.gnu.linkonce.t._ZN5Kokyu27DSRT_Direct_Dispatcher_ImplI20mif_scheduler_traitsE1
0schedule_iEiRKNS1_15QoSDescriptor_tE[non-virtual thunk to 
Kokyu::DSRT_Direct_Dispatcher_Impl<mif_scheduler_traits>::schedule_i(int, 
mif_scheduler_traits::QoSDescriptor_t const&)]+0x124): In function 
`Kokyu::DSRT_Direct_Dispatcher_Impl<mif_scheduler_traits>::schedule_i(int, 
mif_scheduler_traits::QoSDescriptor_t const&)':
../../../Kokyu/DSRT_Direct_Dispatcher_Impl_T.cpp:210: undefined reference to 
`__cxa_get_exception_ptr'
.obj/MIF.o
(.gnu.linkonce.t._ZN5Kokyu23DSRT_CV_Dispatcher_ImplI20mif_scheduler_traitsE10sch
edule_iEiRKNS1_15QoSDescriptor_tE
[Kokyu::DSRT_CV_Dispatcher_Impl<mif_scheduler_traits>::schedule_i(int, 
mif_scheduler_traits::QoSDescriptor_t const&)]
+0x190):../../../Kokyu/DSRT_CV_Dispatcher_Impl_T.cpp:81: more undefined 
references to `__cxa_get_exception_ptr' follow
collect2: ld returned 1 exit status
make[4]: *** [MIF] Error 1

Michael Cieslinski


-- 


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


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