public inbox for libstdc++-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc(refs/vendors/redhat/heads/gcc-12-branch)] Merge commit 'r12-6697-g3c4a54adb2164315d18fd8980c0fc37eb3d22252' into redhat/gcc-12-branch
@ 2022-01-18 20:42 Jakub Jelinek
  0 siblings, 0 replies; only message in thread
From: Jakub Jelinek @ 2022-01-18 20:42 UTC (permalink / raw)
  To: gcc-cvs, libstdc++-cvs

https://gcc.gnu.org/g:734965e228991ee176e903d8df49c27c37fb4152

commit 734965e228991ee176e903d8df49c27c37fb4152
Merge: 880787aef7a 3c4a54adb21
Author: Jakub Jelinek <jakub@redhat.com>
Date:   Tue Jan 18 21:42:02 2022 +0100

    Merge commit 'r12-6697-g3c4a54adb2164315d18fd8980c0fc37eb3d22252' into redhat/gcc-12-branch

Diff:

 MAINTAINERS                                        |   2 +-
 gcc/collect2.cc                                    |   2 +-
 gcc/common/config/riscv/riscv-common.cc            |  18 +--
 gcc/config/aarch64/aarch64-builtins.cc             |   2 +-
 gcc/config/arc/arc.md                              |   2 +-
 gcc/config/avr/avr.cc                              |   2 +-
 gcc/config/bfin/bfin.cc                            |   8 +-
 gcc/config/cris/cris.h                             |   2 +-
 gcc/config/frv/frv.cc                              |   6 +-
 gcc/config/ia64/ia64-c.cc                          |   2 +-
 gcc/config/iq2000/iq2000.cc                        |   8 +-
 gcc/config/m32c/m32c-pragma.cc                     |  12 +-
 gcc/config/m68k/m68k.cc                            |   2 +-
 gcc/config/mips/mips.cc                            |   6 +-
 gcc/config/mmix/mmix.cc                            |   8 +-
 gcc/config/msp430/driver-msp430.cc                 |   6 +-
 gcc/config/msp430/msp430.cc                        |  30 ++---
 gcc/config/nds32/nds32-intrinsic.cc                |   6 +-
 gcc/config/nds32/nds32-intrinsic.md                |  28 ++---
 gcc/config/nds32/nds32-isr.cc                      |   2 +-
 gcc/config/nds32/nds32.cc                          |  14 +--
 gcc/config/nvptx/nvptx.cc                          |   8 +-
 gcc/config/nvptx/nvptx.md                          |   6 +-
 gcc/config/riscv/riscv.cc                          |   4 +-
 gcc/config/rs6000/aix73.h                          |   2 +-
 gcc/config/rs6000/rs6000-call.cc                   |   8 +-
 gcc/config/rs6000/rtems.h                          |   2 +-
 gcc/config/rx/rx.cc                                |   4 +-
 gcc/config/s390/s390-c.cc                          |   9 +-
 gcc/config/s390/s390.cc                            |  36 +++---
 gcc/config/sh/sh.cc                                |   6 +-
 gcc/config/stormy16/stormy16.cc                    |   6 +-
 gcc/config/v850/v850-c.cc                          |  22 ++--
 gcc/config/vms/vms-c.cc                            |   8 +-
 gcc/config/xtensa/xtensa.cc                        |   6 +-
 gcc/cp/pt.cc                                       |  14 +--
 gcc/doc/invoke.texi                                |   3 +
 gcc/emit-rtl.cc                                    |  14 +--
 gcc/fortran/array.cc                               |   3 +
 gcc/gimplify.cc                                    |   1 +
 gcc/ipa-inline.cc                                  |   7 +-
 gcc/params.opt                                     |   4 +
 gcc/passes.def                                     |   5 +-
 gcc/testsuite/g++.dg/cpp1z/nontype-auto20.C        |   5 +
 gcc/testsuite/g++.dg/eh/new2.C                     |  10 ++
 gcc/testsuite/g++.dg/opt/pr103989.C                |  30 +++++
 gcc/testsuite/gcc.dg/torture/pr103987.c            |  13 +++
 .../gcc.target/powerpc/bfp/scalar-extract-exp-5.c  |   2 +-
 .../gcc.target/powerpc/bfp/scalar-extract-sig-5.c  |   2 +-
 .../gcc.target/powerpc/bfp/scalar-insert-exp-11.c  |   2 +-
 gcc/testsuite/gfortran.dg/pr102520.f90             |   6 +-
 gcc/testsuite/gfortran.dg/pr103692.f90             |  23 ++++
 gcc/tree-ssa-dse.cc                                |   7 +-
 gcc/tree-vect-loop.cc                              |  81 +++++++++++--
 gcc/tree-vectorizer.h                              |  25 +++-
 gcc/value-relation.cc                              |  15 ++-
 gcc/value-relation.h                               |   1 +
 gcc/varasm.cc                                      |   2 +-
 libcpp/include/line-map.h                          |  14 +--
 libcpp/line-map.cc                                 |   6 +-
 .../testsuite/libgomp.oacc-c++/privatized-ref-2.C  |   6 +-
 .../testsuite/libgomp.oacc-c++/privatized-ref-3.C  |   6 +-
 .../libgomp.oacc-c-c++-common/acc_prof-kernels-1.c |   4 +-
 .../libgomp.oacc-c-c++-common/kernels-loop-2.c     |   4 +-
 .../libgomp.oacc-c-c++-common/parallel-dims.c      |  14 +--
 .../testsuite/libgomp.oacc-c-c++-common/pr85486.c  |   2 +-
 .../libgomp.oacc-c-c++-common/pr95270-1.c          |   4 +-
 .../libgomp.oacc-c-c++-common/routine-nohost-2.c   |   2 +-
 .../libgomp.oacc-c-c++-common/struct-copyout-1.c   |   2 +-
 .../libgomp.oacc-c-c++-common/struct-copyout-2.c   |   2 +-
 .../libgomp.oacc-c-c++-common/vector-length-64-1.c |   2 +-
 .../libgomp.oacc-fortran/attach-descriptor-1.f90   |   2 +-
 .../libgomp.oacc-fortran/derivedtypes-arrays-1.f90 |   2 +-
 .../libgomp.oacc-fortran/kernels-loop-2.f95        |   4 +-
 .../libgomp.oacc-fortran/parallel-dims.f90         |   4 +-
 .../libgomp.oacc-fortran/privatized-ref-1.f95      |   6 +-
 libstdc++-v3/acinclude.m4                          |  44 +++++++
 libstdc++-v3/config.h.in                           |   8 ++
 libstdc++-v3/configure                             |  76 ++++++++++++
 libstdc++-v3/include/Makefile.am                   |   1 +
 libstdc++-v3/include/Makefile.in                   |   1 +
 libstdc++-v3/include/bits/stl_function.h           |   4 +-
 libstdc++-v3/include/bits/stl_iterator.h           |   4 +-
 libstdc++-v3/include/bits/stl_pair.h               |  85 ++++++++------
 libstdc++-v3/include/c_compatibility/stdatomic.h   | 124 ++++++++++++++++++++
 libstdc++-v3/include/c_compatibility/uchar.h       |   8 ++
 libstdc++-v3/include/c_global/cuchar               |  33 +++++-
 libstdc++-v3/include/c_std/cuchar                  |  35 ++++++
 libstdc++-v3/testsuite/20_util/pair/cons/99957.cc  |  12 +-
 .../headers/cuchar/functions_std_cxx20.cc          |  12 ++
 .../headers/cuchar/functions_std_fchar8_t.cc       |  12 ++
 .../29_atomics/headers/stdatomic.h/c_compat.cc     | 130 +++++++++++++++++++++
 92 files changed, 972 insertions(+), 273 deletions(-)


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-01-18 20:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-18 20:42 [gcc(refs/vendors/redhat/heads/gcc-12-branch)] Merge commit 'r12-6697-g3c4a54adb2164315d18fd8980c0fc37eb3d22252' into redhat/gcc-12-branch Jakub Jelinek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).