public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Eric Gallager <egallager@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org
Subject: [gcc(refs/users/egallager/heads/github-notices)] Merge pull request #2 from cooljeanius/me/CI
Date: Mon, 16 Oct 2023 22:21:14 +0000 (GMT)	[thread overview]
Message-ID: <20231016222114.1BA57385735E@sourceware.org> (raw)

https://gcc.gnu.org/g:57f89bbe63befaa3081b5890e4bafd2dae8a2e02

commit 57f89bbe63befaa3081b5890e4bafd2dae8a2e02
Merge: 1f9d810d83f2 b7c6ea0a3a14
Author: Eric Gallager <egall@gwmail.gwu.edu>
Date:   Mon Oct 16 02:56:34 2023 -0400

    Merge pull request #2 from cooljeanius/me/CI
    
    Add linux ci
    (thanks to @talregev for getting it started)

Diff:

 .github/workflows/linux.yaml                     | 167 ++++++++++
 gcc/cp/module.cc                                 |   2 -
 gcc/fortran/gfortran.h                           |   1 +
 gcc/fortran/match.cc                             |   9 +-
 gcc/fortran/openmp.cc                            |  62 +++-
 gcc/fortran/parse.cc                             |   8 +-
 gcc/fortran/trans-array.cc                       |  28 +-
 gcc/fortran/trans-decl.cc                        | 126 ++++++++
 gcc/fortran/trans-openmp.cc                      |  77 +++--
 gcc/gimplify.cc                                  | 166 ++++++++--
 gcc/testsuite/c-c++-common/gomp/allocate-14.c    |   2 +-
 gcc/testsuite/c-c++-common/gomp/allocate-15.c    |   2 +-
 gcc/testsuite/c-c++-common/gomp/allocate-9.c     |   2 +-
 gcc/testsuite/gcc.dg/bitint-38.c                 |  51 ++-
 gcc/testsuite/gcc.dg/bitint-39.c                 |  43 +++
 gcc/testsuite/gfortran.dg/gomp/allocate-10.f90   |  75 +++++
 gcc/testsuite/gfortran.dg/gomp/allocate-11.f90   |  33 ++
 gcc/testsuite/gfortran.dg/gomp/allocate-12.f90   |  24 ++
 gcc/testsuite/gfortran.dg/gomp/allocate-13.f90   |  25 ++
 gcc/testsuite/gfortran.dg/gomp/allocate-14.f90   |  95 ++++++
 gcc/testsuite/gfortran.dg/gomp/allocate-15.f90   |  38 +++
 gcc/testsuite/gfortran.dg/gomp/allocate-4.f90    |   4 +-
 gcc/testsuite/gfortran.dg/gomp/allocate-7.f90    |  10 -
 gcc/testsuite/gfortran.dg/gomp/allocate-8.f90    |  29 ++
 gcc/testsuite/gfortran.dg/gomp/allocate-9.f90    | 112 +++++++
 gcc/tree-core.h                                  |  10 +-
 gcc/tree.cc                                      |   9 -
 gcc/tree.h                                       |  12 +-
 gcc/value-range-storage.cc                       |  20 +-
 gcc/value-range-storage.h                        |   6 +-
 gcc/wide-int.h                                   |  25 +-
 libgomp/libgomp.texi                             | 386 ++++++++++++++++++++++-
 libgomp/testsuite/libgomp.fortran/allocate-5.f90 |  87 +++++
 libgomp/testsuite/libgomp.fortran/allocate-6.f90 | 123 ++++++++
 libgomp/testsuite/libgomp.fortran/allocate-7.f90 | 342 ++++++++++++++++++++
 libgomp/testsuite/libgomp.fortran/allocate-8.f90 |  99 ++++++
 36 files changed, 2134 insertions(+), 176 deletions(-)

                 reply	other threads:[~2023-10-16 22:21 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20231016222114.1BA57385735E@sourceware.org \
    --to=egallager@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).