[gcc/devel/sphinx] Merge branch 'master' into devel/sphinx

Martin Liska marxin@gcc.gnu.org
Tue Aug 10 07:12:42 GMT 2021


https://gcc.gnu.org/g:7d5bfcbfd3f9074e48e78b82c60d9b5aca5011a0

commit 7d5bfcbfd3f9074e48e78b82c60d9b5aca5011a0
Merge: 9207fa3effc 0631faf87a1
Author: Martin Liska <mliska@suse.cz>
Date:   Tue Aug 10 09:12:21 2021 +0200

    Merge branch 'master' into devel/sphinx

Diff:

 ChangeLog                                          |    4 +
 gcc/ChangeLog                                      |  123 ++
 gcc/DATESTAMP                                      |    2 +-
 gcc/Makefile.in                                    |    2 +-
 gcc/builtins.def                                   |    8 +-
 gcc/c/c-typeck.c                                   |    2 +-
 gcc/common.opt                                     |    2 +-
 gcc/config/aarch64/aarch64-simd.md                 |   15 +-
 gcc/config/aarch64/aarch64.md                      |    2 +-
 gcc/config/gcn/gcn-protos.h                        |    5 +-
 gcc/config/gcn/gcn-tree.c                          |   58 +-
 gcc/config/gcn/gcn.c                               |   21 +-
 gcc/config/gcn/gcn.opt                             |    5 -
 gcc/config/i386/constraints.md                     |   10 +-
 gcc/config/i386/i386.c                             |   11 +-
 gcc/config/i386/mmx.md                             |    2 +-
 gcc/config/i386/predicates.md                      |    4 +
 gcc/config/i386/sse.md                             |   47 +-
 gcc/config/nvptx/nvptx.c                           |    5 +
 gcc/config/rs6000/rs6000.c                         |   14 +-
 gcc/doc/gty.texi                                   |    5 +-
 gcc/doc/tm.texi                                    |    9 +
 gcc/doc/tm.texi.in                                 |    2 +
 gcc/gimple-range-fold.cc                           |    6 +
 gcc/ipa-prop.c                                     |    2 +-
 gcc/omp-builtins.def                               |   11 +-
 gcc/omp-low.c                                      |    2 +
 gcc/omp-oacc-neuter-broadcast.cc                   | 1522 ++++++++++++++++++++
 gcc/optc-gen.awk                                   |    8 +-
 gcc/opts.c                                         |    6 +-
 gcc/passes.def                                     |    1 +
 gcc/target.def                                     |   11 +
 gcc/testsuite/ChangeLog                            |   67 +
 gcc/testsuite/g++.dg/ipa/pure-const-3.C            |    2 +-
 gcc/testsuite/gcc.dg/ipa/remref-6.c                |    2 +-
 gcc/testsuite/gcc.dg/pr101741.c                    |   16 +
 gcc/testsuite/gcc.dg/pr68217.c                     |    2 +-
 gcc/testsuite/gcc.dg/tree-ssa/vrp24.c              |    2 +-
 gcc/testsuite/gcc.dg/vla-stexp-1.c                 |   18 +
 .../gcc.target/aarch64/vect-shr-reg-run.c          |   53 +
 gcc/testsuite/gcc.target/aarch64/vect-shr-reg.c    |   30 +
 gcc/testsuite/gcc.target/i386/avx2-gather-2.c      |    3 +-
 gcc/testsuite/gcc.target/i386/cond_op_shift_d-1.c  |   56 +
 gcc/testsuite/gcc.target/i386/cond_op_shift_d-2.c  |  102 ++
 gcc/testsuite/gcc.target/i386/cond_op_shift_q-1.c  |   11 +
 gcc/testsuite/gcc.target/i386/cond_op_shift_q-2.c  |    5 +
 gcc/testsuite/gcc.target/i386/cond_op_shift_ud-1.c |   10 +
 gcc/testsuite/gcc.target/i386/cond_op_shift_ud-2.c |    5 +
 gcc/testsuite/gcc.target/i386/cond_op_shift_uq-1.c |   10 +
 gcc/testsuite/gcc.target/i386/cond_op_shift_uq-2.c |    5 +
 gcc/testsuite/gcc.target/i386/cond_op_shift_uw-1.c |    8 +
 gcc/testsuite/gcc.target/i386/cond_op_shift_uw-2.c |    6 +
 gcc/testsuite/gcc.target/i386/cond_op_shift_w-1.c  |    8 +
 gcc/testsuite/gcc.target/i386/cond_op_shift_w-2.c  |    6 +
 gcc/testsuite/gcc.target/i386/pr101812.c           |   12 +
 gcc/testsuite/gfortran.dg/ISO_Fortran_binding_1.c  |    2 +-
 gcc/testsuite/gfortran.dg/ISO_Fortran_binding_10.c |    2 +-
 gcc/testsuite/gfortran.dg/ISO_Fortran_binding_11.c |    2 +-
 gcc/testsuite/gfortran.dg/ISO_Fortran_binding_12.c |    2 +-
 gcc/testsuite/gfortran.dg/ISO_Fortran_binding_15.c |    2 +-
 gcc/testsuite/gfortran.dg/ISO_Fortran_binding_16.c |    2 +-
 gcc/testsuite/gfortran.dg/ISO_Fortran_binding_17.c |    2 +-
 gcc/testsuite/gfortran.dg/ISO_Fortran_binding_18.c |    2 +-
 gcc/testsuite/gfortran.dg/ISO_Fortran_binding_3.c  |    2 +-
 gcc/testsuite/gfortran.dg/ISO_Fortran_binding_5.c  |    2 +-
 gcc/testsuite/gfortran.dg/ISO_Fortran_binding_6.c  |    2 +-
 gcc/testsuite/gfortran.dg/ISO_Fortran_binding_7.c  |    2 +-
 gcc/testsuite/gfortran.dg/ISO_Fortran_binding_8.c  |    2 +-
 gcc/testsuite/gfortran.dg/ISO_Fortran_binding_9.c  |    2 +-
 gcc/testsuite/gfortran.dg/PR94327.c                |    2 +-
 gcc/testsuite/gfortran.dg/PR94331.c                |    2 +-
 .../gfortran.dg/bind_c_array_params_3_aux.c        |    2 +-
 .../iso_fortran_binding_uint8_array_driver.c       |    2 +-
 gcc/testsuite/gfortran.dg/pr93524.c                |    2 +-
 gcc/testsuite/lib/gfortran.exp                     |   10 +-
 gcc/tree-pass.h                                    |    1 +
 gcc/tree-ssa-ccp.c                                 |  118 +-
 libgomp/ChangeLog                                  |   18 +
 libgomp/plugin/plugin-gcn.c                        |    3 +-
 .../libgomp.oacc-c-c++-common/acc_prof-kernels-1.c |    3 -
 .../libgomp.oacc-c-c++-common/loop-dim-default.c   |    4 +-
 .../libgomp.oacc-c-c++-common/parallel-dims.c      |   12 +-
 .../libgomp.oacc-c-c++-common/routine-wv-2.c       |    7 +-
 .../libgomp.oacc-fortran/optional-reduction.f90    |    3 +
 .../testsuite/libgomp.oacc-fortran/reduction-7.f90 |    3 +
 libstdc++-v3/ChangeLog                             |   28 +
 libstdc++-v3/include/bits/regex.h                  |   28 +-
 libstdc++-v3/include/bits/regex.tcc                |    6 +-
 libstdc++-v3/include/bits/regex_automaton.tcc      |    4 +-
 libstdc++-v3/include/bits/regex_compiler.h         |    8 +-
 libstdc++-v3/include/bits/regex_executor.h         |    6 +-
 libstdc++-v3/include/debug/safe_container.h        |   13 +-
 libstdc++-v3/include/std/regex                     |    3 +
 .../23_containers/unordered_map/cons/default.cc    |    3 +
 .../23_containers/unordered_set/cons/default.cc    |    3 +
 95 files changed, 2514 insertions(+), 174 deletions(-)

diff --cc gcc/doc/tm.texi
index 7de33b9e344,a30fdcbbf3d..3e12ddf36b9
--- a/gcc/doc/tm.texi
+++ b/gcc/doc/tm.texi
@@@ -6813,8 -6408,16 +6813,17 @@@ Only define this hook if your accelerat
  private variables at OpenACC device-lowering time using the
  @code{TARGET_GOACC_ADJUST_PRIVATE_DECL} target hook.
  @end deftypefn
 +@c hook-end
  
+ @deftypefn {Target Hook} tree TARGET_GOACC_CREATE_WORKER_BROADCAST_RECORD (tree @var{rec}, bool @var{sender}, const char *@var{name})
+ Create a record used to propagate local-variable state from an active
+ worker to other workers.  A possible implementation might adjust the type
+ of REC to place the new variable in shared GPU memory.
+ 
+ Presence of this target hook indicates that middle end neutering/broadcasting
+ be used.
+ @end deftypefn
+ 
  @node Anchored Addresses
  @section Anchored Addresses
  @cindex anchored addresses


More information about the Libstdc++-cvs mailing list