This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libstdc++/66262] [REGRESSION] testsuite failure with libstdc++ (gcc-5) and g++-4.9 together


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66262

Markus Trippelsdorf <trippels at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |doko at gcc dot gnu.org

--- Comment #9 from Markus Trippelsdorf <trippels at gcc dot gnu.org> ---
(In reply to Gianfranco from comment #8)
> Thanks to you Markus, I spent almost one entire week in removing code in
> order to have something "useful" for you, and this is the maximum I could
> achieve.
> 
> I don't know how much I can help you, your build failure is caused from the
> fact that you didn't rebuilt your boost framework with the new ABI?

No. It is caused by building my whole system (including Boost) with the 
new ABI. std::string parameters are mangled different in this case.

So you'll have to wail until a developer, who still uses the old ABI,
picks up this issue.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]