This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from b48cc8c574f Corrections for C++2a std::unwrap_reference traits new 28cc38ec11e PR libstdc++/90165 constrain variant(T&&) constructor new a4265b66a3f Implement correct std::variant triviality rules from P0602R4 new fba98a9aa8b modulo-sched: fix branch scheduling issue (PR84032)
The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: gcc/ChangeLog | 7 ++ gcc/modulo-sched.c | 4 +- gcc/testsuite/ChangeLog | 9 ++- gcc/testsuite/gcc.dg/pr84032.c | 23 +++++++ libstdc++-v3/ChangeLog | 29 +++++++++ libstdc++-v3/include/std/variant | 78 +++++++++++++---------- libstdc++-v3/testsuite/20_util/variant/compile.cc | 20 ++++-- 7 files changed, 125 insertions(+), 45 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/pr84032.c