public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc(refs/users/egallager/heads/github-notices)] Merge pull request #2 from cooljeanius/me/CI
@ 2023-10-16 22:21 Eric Gallager
  0 siblings, 0 replies; only message in thread
From: Eric Gallager @ 2023-10-16 22:21 UTC (permalink / raw)
  To: gcc-cvs

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(-)

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

only message in thread, other threads:[~2023-10-16 22:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-16 22:21 [gcc(refs/users/egallager/heads/github-notices)] Merge pull request #2 from cooljeanius/me/CI Eric Gallager

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).