[Bug c++/17873] order of static destructors wrong
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-10-07 03:12 --- Woops I looked at the 3.3.5 patches so those should not matter. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17873
[Bug c++/17873] order of static destructors wrong
--- Additional Comments From bkoz at gcc dot gnu dot org 2004-10-07 03:08 --- Actually, looks like 3.4.0 gets this right. %./H-x86-gcc-3.4.0/bin/g++ -g -O2 -static ~/ordering_1.cc %a.out boo ctor foo ctor foo dtor boo dtor -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17873