public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Tobias Burnus <burnus@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org
Subject: [gcc/devel/omp/gcc-11] Merge remote-tracking branch 'origin/releases/gcc-11' into devel/omp/gcc-11
Date: Wed,  6 Oct 2021 11:01:19 +0000 (GMT)	[thread overview]
Message-ID: <20211006110119.9B60E3857C4C@sourceware.org> (raw)

https://gcc.gnu.org/g:ce1aec0cfaadb463ba678bcb366d135c2e31b837

commit ce1aec0cfaadb463ba678bcb366d135c2e31b837
Merge: 01538070277 7d7630fb663
Author: Tobias Burnus <tobias@codesourcery.com>
Date:   Wed Oct 6 12:48:45 2021 +0200

    Merge remote-tracking branch 'origin/releases/gcc-11' into devel/omp/gcc-11
    
    Merge up to r11-9077-g7d7630fb6636530d5154d68a777b1d7d7086cfe3 (Oct 6, 2021)

Diff:

 gcc/ChangeLog                                      |  88 ++
 gcc/DATESTAMP                                      |   2 +-
 gcc/ada/ChangeLog                                  |  80 ++
 gcc/ada/adaint.c                                   |   3 +
 gcc/ada/libgnat/s-dwalin.adb                       | 916 ++++++++++++++-------
 gcc/ada/libgnat/s-dwalin.ads                       | 148 ++--
 gcc/ada/libgnat/s-objrea.adb                       |  72 +-
 gcc/ada/libgnat/s-objrea.ads                       |  25 +-
 gcc/c-family/ChangeLog                             |  11 +
 gcc/c-family/c-ubsan.c                             |  10 +-
 gcc/config/i386/i386.c                             |  24 +-
 gcc/config/pa/pa.c                                 |  10 +
 gcc/config/rs6000/mma.md                           |  31 +-
 gcc/config/rs6000/rs6000.c                         |   2 +-
 gcc/config/rs6000/vxworks.h                        |   4 -
 gcc/config/s390/predicates.md                      |   9 +-
 gcc/config/s390/s390.c                             | 115 +--
 gcc/config/s390/s390.h                             |   2 +
 gcc/config/s390/s390.md                            |  32 +-
 gcc/cp/ChangeLog                                   | 123 +++
 gcc/cp/coroutines.cc                               | 852 ++++++++-----------
 gcc/cp/name-lookup.c                               |   7 +-
 gcc/cp/tree.c                                      |   4 +-
 gcc/d/ChangeLog                                    |   9 +
 gcc/d/d-spec.cc                                    |  43 +-
 gcc/explow.c                                       |   9 +-
 gcc/fortran/ChangeLog                              |  27 +
 gcc/fortran/array.c                                |   3 +
 gcc/fortran/expr.c                                 |  32 +
 gcc/fortran/resolve.c                              |   2 +-
 gcc/fortran/simplify.c                             |   5 +
 gcc/testsuite/ChangeLog                            | 118 +++
 .../c-c++-common/ubsan/float-div-by-zero-2.c       |  18 +
 .../coro-bad-gro-00-class-gro-scalar-return.C      |   2 +-
 gcc/testsuite/g++.dg/coroutines/pr102454.C         |  38 +
 gcc/testsuite/g++.dg/ext/visibility/noPLT.C        |   2 +-
 gcc/testsuite/g++.dg/tls/pr102496-1.C              |  20 +
 gcc/testsuite/g++.dg/tls/pr102496-2.C              |   6 +
 gcc/testsuite/g++.target/i386/pr102548.C           |  12 +
 gcc/testsuite/g++.target/s390/mi-thunk.C           |  23 +
 gcc/testsuite/gcc.target/i386/pr102498.c           |  59 ++
 .../gcc.target/powerpc/fusion-p10-ldcmpi.c         |  10 +-
 gcc/testsuite/gcc.target/powerpc/mma-builtin-6.c   |  14 +-
 .../gcc.target/s390/call-z10-pic-nodatarel.c       |  20 +
 gcc/testsuite/gcc.target/s390/call-z10-pic.c       |  20 +
 gcc/testsuite/gcc.target/s390/call-z10.c           |  20 +
 .../gcc.target/s390/call-z9-pic-nodatarel.c        |  18 +
 gcc/testsuite/gcc.target/s390/call-z9-pic.c        |  18 +
 gcc/testsuite/gcc.target/s390/call-z9.c            |  20 +
 gcc/testsuite/gcc.target/s390/call.h               |  40 +
 gcc/testsuite/gcc.target/s390/mfentry-m64-pic.c    |   9 +
 .../gcc.target/s390/mnop-mcount-m31-mzarch.c       |   2 +-
 gcc/testsuite/gcc.target/s390/mnop-mcount-m64.c    |   2 +-
 gcc/testsuite/gcc.target/s390/nodatarel-1.c        |  26 +-
 gcc/testsuite/gcc.target/s390/pr80080-4.c          |   2 +-
 gcc/testsuite/gcc.target/s390/risbg-ll-3.c         |   6 +-
 gcc/testsuite/gcc.target/s390/tls-pic.c            |  14 +
 gcc/testsuite/gcc.target/s390/tls.c                |  10 +
 gcc/testsuite/gcc.target/s390/tls.h                |  23 +
 gcc/testsuite/gfortran.dg/attr_deprecated-2.f90    |  22 +
 gcc/testsuite/gfortran.dg/pr102458.f90             |  42 +
 gcc/testsuite/gfortran.dg/pr102458b.f90            |  21 +
 gcc/testsuite/gfortran.dg/pr102520.f90             |  12 +
 libgomp/ChangeLog                                  |  10 +
 libgomp/configure                                  |  16 +-
 libgomp/configure.ac                               |  16 +-
 libiberty/ChangeLog                                |   7 +
 libiberty/configure                                |  16 +
 libiberty/configure.ac                             |   6 +
 69 files changed, 2373 insertions(+), 1067 deletions(-)


             reply	other threads:[~2021-10-06 11:01 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-06 11:01 Tobias Burnus [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-11-10 14:34 Tobias Burnus
2021-11-02 15:02 Tobias Burnus
2021-10-27  9:17 Tobias Burnus
2021-10-19 13:39 Tobias Burnus
2021-10-19 13:39 Tobias Burnus
2021-10-18 12:52 Tobias Burnus
2021-10-13 16:14 Tobias Burnus
2021-10-11 11:15 Tobias Burnus
2021-09-28 10:05 Tobias Burnus
2021-09-22  8:37 Tobias Burnus
2021-09-20 15:34 Tobias Burnus
2021-09-20  7:42 Tobias Burnus
2021-09-17 13:46 Tobias Burnus
2021-09-13  7:46 Tobias Burnus
2021-09-06 13:31 Tobias Burnus
2021-09-03 11:56 Tobias Burnus
2021-08-23 14:28 Tobias Burnus
2021-08-16 12:08 Tobias Burnus
2021-08-12 10:00 Tobias Burnus
2021-08-09  7:10 Tobias Burnus
2021-07-30  9:53 Tobias Burnus
2021-07-28  7:50 Tobias Burnus
2021-07-23  8:36 Tobias Burnus
2021-07-20 11:34 Tobias Burnus
2021-06-28 10:32 Tobias Burnus
2021-06-23 10:06 Tobias Burnus
2021-06-15  9:32 Tobias Burnus
2021-06-08  8:15 Tobias Burnus
2021-06-04 11:43 Tobias Burnus
2021-05-31 15:33 Tobias Burnus

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20211006110119.9B60E3857C4C@sourceware.org \
    --to=burnus@gcc.gnu.org \
    --cc=gcc-cvs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).