This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: Is mainline/3.2 still at ABI version 4?
> Do you remember when/where this was? I poked around the archives just
> now but nothing jumped out at me that hasn't already been applied. If
> something is still pending I can ping the appropriate people.
Here's what I was thinking of:
http://gcc.gnu.org/ml/gcc-patches/2002-06/msg01275.html
Which, perusing the gcc/cp/ChangeLog, went in....
2002-06-14 Jason Merrill <jason@redhat.com>
* semantics.c (begin_for_stmt): Push the 'for' scope before
adding the FOR_STMT.
C++ ABI changes.
* class.c (build_base_field): Set DECL_PACKED.
(layout_class_type): Don't use tail padding of PODs.
* mangle.c (write_unqualified_name): Fix template conversion op
mangling.
Yikes. Which means that libstdc++ should be bumped to 5, I think. Jason?
-benjamin