This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 8a8c2573568 rs6000: Generate _Decimal128 to _Decimal32 hardware convers [...] new 0b7e26d8f91 testsuite/c-c++-common/cpp/pragma-eof.c: Add missing requir [...] new 7aa22a8f1a5 x86-64: Define ASM_OUTPUT_ALIGNED_DECL_LOCAL new 60c1baebbaa testsuite: fix goacc/finalize-1.f "original" regex for 32 bits. new a36b14a333c fortran: Restore translation to hint. new 2f1d4cb54ef testsuite: Fix pragma-eof.c failure due to added line to the test. new aeb34e15143 Daily bump. new 4058650cf2e gcc.dg/Wno-frame-address.c: Skip for cris and mmix. new 7cc34b761cf gcc.dg/attr-copy-6.c: Require visibility. new 3055d879edb Fix handling of implicit_pure by checking if non-pure proce [...] new 29e1039ca21 x86: Add __cpuidex and include guard to <cpuid.h> new 2e1b25350aa Always use name from c_interop_kinds_table for -fc-prototypes. new 5154dab3da6 Daily bump.
The 12 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: gcc/ChangeLog | 19 +++++++ gcc/DATESTAMP | 2 +- gcc/config/i386/cpuid.h | 12 +++++ gcc/config/i386/x86-64.h | 11 ++++ gcc/fortran/ChangeLog | 20 +++++++ gcc/fortran/check.c | 2 +- gcc/fortran/dump-parse-tree.c | 55 +++++++------------ gcc/fortran/frontend-passes.c | 76 ++++++++++++++++++++++++++- gcc/fortran/gfortran.h | 1 + gcc/fortran/parse.c | 22 ++++++++ gcc/testsuite/ChangeLog | 42 +++++++++++++++ gcc/testsuite/c-c++-common/cpp/pragma-eof.c | 3 +- gcc/testsuite/gcc.dg/Wno-frame-address.c | 2 +- gcc/testsuite/gcc.dg/attr-copy-6.c | 1 + gcc/testsuite/gcc.target/i386/pr95973.c | 25 +++++++++ gcc/testsuite/gfortran.dg/goacc/finalize-1.f | 4 +- gcc/testsuite/gfortran.dg/implicit_pure_5.c | 7 +++ gcc/testsuite/gfortran.dg/implicit_pure_5.f90 | 63 ++++++++++++++++++++++ libgomp/ChangeLog | 5 ++ libgomp/testsuite/libgomp.c/pr95620.c | 18 +++++++ 20 files changed, 347 insertions(+), 43 deletions(-) create mode 100644 gcc/testsuite/gcc.target/i386/pr95973.c create mode 100644 gcc/testsuite/gfortran.dg/implicit_pure_5.c create mode 100644 gcc/testsuite/gfortran.dg/implicit_pure_5.f90 create mode 100644 libgomp/testsuite/libgomp.c/pr95620.c