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++/70238] [5/6 Regression] std::future_category ABI change


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

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |5.4

--- Comment #1 from Richard Biener <rguenth at gcc dot gnu.org> ---
proper symbol versioning might have avoided the issue but it's now too late(?)
at least for the GCC 5 branch?  [add a compat symbol with the old symver and
a new default symver for the current behavior]

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