First reported by Daniel Jacobowitz here: http://gcc.gnu.org/ml/libstdc++/2007-10/msg00036.html The patch is as attached.
Created attachment 14311 [details] fix
Subject: Bug 33678 Author: bkoz Date: Sat Oct 6 23:40:32 2007 New Revision: 129058 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=129058 Log: 2007-10-06 Benjamin Kosnik <bkoz@redhat.com> PR libstdc++/33678 * libsupc++/typeinfo (typeinfo): Revert ordering of virtual components. Modified: trunk/libstdc++-v3/ChangeLog trunk/libstdc++-v3/libsupc++/typeinfo
Subject: Bug 33678 Author: bkoz Date: Sat Oct 6 23:48:31 2007 New Revision: 129061 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=129061 Log: 2007-10-06 Benjamin Kosnik <bkoz@redhat.com> PR libstdc++/33678 * libsupc++/typeinfo (typeinfo): Revert ordering of virtual components. Modified: branches/gcc-4_2-branch/libstdc++-v3/ChangeLog branches/gcc-4_2-branch/libstdc++-v3/libsupc++/typeinfo
Fixed.
*** Bug 35081 has been marked as a duplicate of this bug. ***