This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/66262] [REGRESSION] testsuite failure with libstdc++ (gcc-5) and g++-4.9 together
- From: "redi at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Mon, 01 Jun 2015 12:21:29 +0000
- Subject: [Bug libstdc++/66262] [REGRESSION] testsuite failure with libstdc++ (gcc-5) and g++-4.9 together
- Auto-submitted: auto-generated
- References: <bug-66262-4 at http dot gcc dot gnu dot org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66262
Jonathan Wakely <redi at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|REOPENED |RESOLVED
Resolution|--- |INVALID
--- Comment #14 from Jonathan Wakely <redi at gcc dot gnu.org> ---
However, it's never been supported to combine objects built with different
major versions if using C++11.
(In reply to Gianfranco from comment #0)
> the problem actually is that now Debian has libstdc++ from gcc-5, and the
> default compiler still set to gcc-4.9.
That combination cannot be used for C++11 code.