This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/53657] [4.7/4.8 Regression] [C++11] pair(pair&&) move constructor is non-trivial
- From: "rguenther at suse dot de" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Fri, 13 Jul 2012 12:53:51 +0000
- Subject: [Bug libstdc++/53657] [4.7/4.8 Regression] [C++11] pair(pair&&) move constructor is non-trivial
- Auto-submitted: auto-generated
- References: <bug-53657-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53657
--- Comment #22 from rguenther at suse dot de <rguenther at suse dot de> 2012-07-13 12:53:51 UTC ---
On Fri, 13 Jul 2012, paolo.carlini at oracle dot com wrote:
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53657
>
> --- Comment #21 from Paolo Carlini <paolo.carlini at oracle dot com> 2012-07-13 12:43:31 UTC ---
> I think that if something regresses we immediately see regressions in the v3
> testsuite (Comment 5 is distilled from it).
Can one of you please add a note to gcc-4.7/changes.html to reflect
the ABI changes between 4.7.1 and 4.7.2? Thanks.