[Bug libstdc++/43863] C++ without exceptions is deficient

2010-04-23 Thread redi at gcc dot gnu dot org


--- Comment #2 from redi at gcc dot gnu dot org  2010-04-23 09:09 ---
In Bug 43852 I thought you meant building with -fno-exceptions fails, but it
works for me ... do you just mean the resulting library is not as small as it
could be?


-- 


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



[Bug libstdc++/43863] C++ without exceptions is deficient

2010-04-23 Thread sebastian dot huber at embedded-brains dot de


--- Comment #3 from sebastian dot huber at embedded-brains dot de  
2010-04-23 09:28 ---
(In reply to comment #2)
> In Bug 43852 I thought you meant building with -fno-exceptions fails, but it
> works for me ... do you just mean the resulting library is not as small as it
> could be?
> 

Sorry for the misunderstanding.  The build works fine, but the library is not
as small as it could be.  This is due to the inclusion of the unused
__gnu_cxx::recursive_init_error class.  For small target systems this is
dramatic.


-- 


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