Fwd: GCC 7.2 Status report (2017-07-25)

Jonathan Wakely jwakely.gcc@gmail.com
Tue Jul 25 18:08:00 GMT 2017


I've just backported several changes to the gcc-7-branch, mostly for
C++17 and experimental TS things.


PR libstdc++/80737 backport std::variant fix from mainline
PR libstdc++/80939 Remove unmeetable constexpr specifiers
Constrain std::variant constructor for class template argument deduction
Reorder std::scoped_lock parameters as per P0739R0 DR status
PR libstdc++/81017 add noexcept to std::function move operations
Prevent __uses_alloc from holding dangling references
Implement std::experimental::source_location (N4519)
PR libstdc++/80553 don't allow destroying non-destructible types
Add noexcept to shared_ptr owner comparisons (LWG 2873)
Support move-only deleters in std::shared_ptr (LWG 2802)


---------- Forwarded message ----------
From: Richard Biener <rguenther@suse.de>
Date: 25 July 2017 at 12:38
Subject: GCC 7.2 Status report (2017-07-25)
To: gcc@gcc.gnu.org
Cc: gcc-patches@gcc.gnu.org



Status
======

It's time to do a GCC 7.2 release and thus please check if you have
backports for regression or wrong-code bugs pending.  The plan is to
do GCC 7.2 RC1 mid next week and a release roughly a week after that.


Quality Data
============

Priority          #   Change from last report
--------        ---   -----------------------
P1                0
P2              141   +  45
P3                3
P4              156   +   9
P5               28   -   1
--------        ---   -----------------------
Total P1-P3     144   +  45
Total           328   +  53


Previous Report
===============

https://gcc.gnu.org/ml/gcc/2017-04/msg00080.html



More information about the Libstdc++ mailing list