| Summary: | [4.2.0 regression] __do_catch, __do_upcast ABI change | ||
|---|---|---|---|
| Product: | gcc | Reporter: | Benjamin Kosnik <bkoz> |
| Component: | libstdc++ | Assignee: | Not yet assigned to anyone <unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | blocker | CC: | fang, gcc-bugs, mark, mikestump, rguenth, tbm |
| Priority: | P1 | Keywords: | ABI |
| Version: | 4.2.1 | ||
| Target Milestone: | 4.2.2 | ||
| Host: | Target: | ||
| Build: | Known to work: | 3.4.0 4.0.0 4.1.0 4.2.0 | |
| Known to fail: | 4.2.1 | Last reconfirmed: | 2007-10-08 08:54:30 |
| Attachments: | fix | ||
|
Description
Benjamin Kosnik
2007-10-06 15:59:39 UTC
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. |