This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from f5745dc1426 OpenMP/OpenACC: Unordered/non-constant component offset run [...]
new a98a3932864 bitint: Introduce abi_limb_mode
The 1 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/config/i386/i386.cc | 1 +
gcc/doc/tm.texi | 4 ++--
gcc/gimple-fold.cc | 5 +++--
gcc/stor-layout.cc | 9 +++++++--
gcc/target.def | 4 ++--
gcc/target.h | 16 ++++++++++++----
gcc/varasm.cc | 3 ++-
7 files changed, 29 insertions(+), 13 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-13
in repository gcc.
from 013dd6ab1ca i386: Remove RAO-INT from Grand Ridge
new 354d684ee93 libstdc++: Fix %S format of duration with floating-point rep
new 2316fe27904 libstdc++: Add dg-output to two tests
The 2 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:
libstdc++-v3/include/bits/chrono_io.h | 2 +-
libstdc++-v3/testsuite/20_util/duration/io.cc | 4 ++++
libstdc++-v3/testsuite/27_io/objects/char/2.cc | 2 ++
libstdc++-v3/testsuite/27_io/objects/wchar_t/2.cc | 2 ++
4 files changed, 9 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository binutils-gdb.
from a5a863b4b9c Addendum to PR31124
new 4f53c99c998 Arm64: fix build for certain gcc versions
new 7d3182d6aad x86: Intel syntax implies Intel mnemonics
new 35266cb1396 x86: fold assembly dialect attributes
The 3 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:
gas/config/tc-aarch64.c | 6 +-
gas/config/tc-i386-intel.c | 3 +-
gas/config/tc-i386.c | 10 +-
gas/testsuite/gas/i386/compat-intel.d | 42 +-
gas/testsuite/gas/i386/compat-intel2.d | 2 +-
gas/testsuite/gas/i386/intel-intel.d | 7 -
gas/testsuite/gas/i386/intel.d | 7 -
gas/testsuite/gas/i386/intel.e | 7 -
gas/testsuite/gas/i386/intel.s | 6 -
opcodes/i386-dis.c | 11 +-
opcodes/i386-gen.c | 4 +-
opcodes/i386-opc.h | 16 +-
opcodes/i386-opc.tbl | 40 +-
opcodes/i386-tbl.h | 11789 +++++++++++--------------------
14 files changed, 4074 insertions(+), 7876 deletions(-)
delete mode 100644 gas/testsuite/gas/i386/intel.e
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from ef9754dfdf1 aarch64: Handle autoinc addresses in ld1rq splitter [PR112906]
new f5745dc1426 OpenMP/OpenACC: Unordered/non-constant component offset run [...]
The 1 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/gimplify.cc | 106 +++++++++++++++++----
gcc/omp-low.cc | 1 +
gcc/tree-pretty-print.cc | 3 +
include/gomp-constants.h | 6 ++
libgomp/oacc-mem.c | 6 +-
libgomp/target.c | 60 ++++++++++--
.../libgomp.c-c++-common/map-arrayofstruct-1.c | 51 ++++++++++
.../libgomp.c-c++-common/map-arrayofstruct-2.c | 58 +++++++++++
.../libgomp.c-c++-common/map-arrayofstruct-3.c | 68 +++++++++++++
.../testsuite/libgomp.fortran/map-subarray-5.f90 | 54 +++++++++++
10 files changed, 388 insertions(+), 25 deletions(-)
create mode 100644 libgomp/testsuite/libgomp.c-c++-common/map-arrayofstruct-1.c
create mode 100644 libgomp/testsuite/libgomp.c-c++-common/map-arrayofstruct-2.c
create mode 100644 libgomp/testsuite/libgomp.c-c++-common/map-arrayofstruct-3.c
create mode 100644 libgomp/testsuite/libgomp.fortran/map-subarray-5.f90
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.