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-10] Merge remote-tracking branch 'origin/releases/gcc-10' into devel/omp/gcc-10
Date: Fri, 11 Sep 2020 11:43:24 +0000 (GMT)	[thread overview]
Message-ID: <20200911114325.01FA5386EC42@sourceware.org> (raw)

https://gcc.gnu.org/g:34f8c7e5fa35ff9111298c29aae001c3882cff9b

commit 34f8c7e5fa35ff9111298c29aae001c3882cff9b
Merge: b329c58936e 80ff1373684
Author: Tobias Burnus <tobias@codesourcery.com>
Date:   Fri Sep 11 13:36:30 2020 +0200

    Merge remote-tracking branch 'origin/releases/gcc-10' into devel/omp/gcc-10
    
    Merge up to 80ff137368412a1628cd56b76a860a76a08fd8ea (2020-09-11)

Diff:

 gcc/ChangeLog                                |   8 +
 gcc/DATESTAMP                                |   2 +-
 gcc/ada/ChangeLog                            |  13 +-
 gcc/ada/gcc-interface/decl.c                 |  32 +-
 gcc/ada/gcc-interface/utils.c                |  37 ++-
 gcc/common.opt                               |   5 +-
 gcc/cp/ChangeLog                             |  10 +
 gcc/cp/constexpr.c                           |   4 +-
 gcc/cp/decl.c                                |   2 +-
 gcc/doc/invoke.texi                          |   9 +-
 gcc/dwarf2out.c                              |  36 ++-
 gcc/flag-types.h                             |   3 +-
 gcc/fortran/ChangeLog                        |  13 +
 gcc/fortran/check.c                          |   8 +-
 gcc/gimple-streamer-in.c                     |  19 +-
 gcc/gimple-streamer-out.c                    |  12 +-
 gcc/gimple.h                                 |  16 +
 gcc/lto-opts.c                               |  15 +
 gcc/lto-streamer-in.c                        | 433 +++++++++++++++++++++++----
 gcc/lto-streamer-out.c                       | 130 ++++++--
 gcc/lto-streamer.c                           |   1 +
 gcc/lto-streamer.h                           |  22 +-
 gcc/lto-wrapper.c                            |  69 ++++-
 gcc/streamer-hooks.h                         |  14 +-
 gcc/testsuite/ChangeLog                      |  32 ++
 gcc/testsuite/g++.dg/cpp0x/initlist123.C     |  39 +++
 gcc/testsuite/g++.dg/cpp1z/constexpr-96862.C |  20 ++
 gcc/testsuite/gcc.target/i386/pr96203-1.c    |  18 ++
 gcc/testsuite/gcc.target/i386/pr96203-2.c    |  11 +
 gcc/testsuite/gfortran.dg/pr96859.f90        |  25 ++
 gcc/testsuite/gnat.dg/discr59.adb            |  24 ++
 gcc/testsuite/gnat.dg/discr59_pkg1.ads       |  35 +++
 gcc/testsuite/gnat.dg/discr59_pkg2.ads       |  15 +
 gcc/testsuite/gnat.dg/pack27.adb             |  10 +
 gcc/testsuite/gnat.dg/pack27_pkg.ads         |  33 ++
 gcc/testsuite/gnat.dg/specs/discr7.ads       |  14 +
 gcc/testsuite/gnat.dg/specs/size_clause5.ads |  16 +
 gcc/tree.h                                   |   5 +
 lto-plugin/ChangeLog                         |   7 +
 lto-plugin/lto-plugin.c                      |  31 +-
 40 files changed, 1074 insertions(+), 174 deletions(-)

diff --cc gcc/flag-types.h
index 5a92fef196d,852ea76eaa2..e2255a56745
--- a/gcc/flag-types.h
+++ b/gcc/flag-types.h
@@@ -368,16 -368,10 +368,17 @@@ enum cf_protection_leve
    CF_BRANCH = 1 << 0,
    CF_RETURN = 1 << 1,
    CF_FULL = CF_BRANCH | CF_RETURN,
-   CF_SET = 1 << 2
+   CF_SET = 1 << 2,
+   CF_CHECK = 1 << 3
  };
  
 +/* OpenACC 'kernels' constructs handling.  */
 +enum openacc_kernels
 +{
 +  OPENACC_KERNELS_SPLIT,
 +  OPENACC_KERNELS_PARLOOPS
 +};
 +
  /* Parloops schedule type.  */
  enum parloops_schedule_type
  {


             reply	other threads:[~2020-09-11 11:43 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-11 11:43 Tobias Burnus [this message]
  -- strict thread matches above, loose matches on Subject: below --
2020-09-28 18:28 Tobias Burnus
2020-09-17 17:03 Tobias Burnus
2020-09-16 14:51 Tobias Burnus
2020-09-15 19:48 Tobias Burnus
2020-09-15  8:44 Tobias Burnus
2020-09-09 10:14 Tobias Burnus
2020-09-01 10:01 Tobias Burnus
2020-08-25 12:56 Tobias Burnus
2020-08-21 15:18 Tobias Burnus
2020-08-21  8:04 Tobias Burnus
2020-07-14 10:59 Tobias Burnus
2020-06-18 20:39 Tobias Burnus
2020-06-15 16:54 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=20200911114325.01FA5386EC42@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).