[Bug c++/17422] Duplicate work, missed optimizations for registration of static destructors

2007-06-05 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2007-06-06 00:30 --- I think this was fixed by: http://gcc.gnu.org/ml/gcc-patches/2007-06/msg2.html At least the non array part. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17422

[Bug c++/17422] Duplicate work, missed optimizations for registration of static destructors

2007-06-05 Thread zackw at panix dot com
--- Comment #4 from zackw at panix dot com 2007-06-06 00:41 --- Subject: Re: Duplicate work, missed optimizations for registration of static destructors It's better, but build_cleanup is still being called twice in the non-__cxa_atexit case, and I can't tell whether there is any

[Bug c++/17422] Duplicate work, missed optimizations for registration of static destructors

2005-07-04 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-05 02:14 --- Unassigning from Zack since he is now gone from GCC development. -- What|Removed |Added