------- Additional Comments From aph at gcc dot gnu dot org 2005-04-05 08:54 ------- Created an attachment (id=8535) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8535&action=view) A test case
If you run the appended code with g++ version 3.4.1, you get $ g++ -m32 thing.cc -save-temps && ./a.out 56 With 4.0, you get $ PATH=/local/aph/install/bin/:$PATH g++ -m32 thing.cc -save-temps -fabi-version=0 && ./a.out 52 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20763