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 ceb2d192354 s390: Use match_scratch instead of scratch in define_split [...]
new ec78a0d9962 testsuite: Add testcase for GCC 13 branch s390 bug [PR120480]
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/testsuite/{gcc.target/i386/pr49927.c => gcc.dg/pr120480.c} | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
copy gcc/testsuite/{gcc.target/i386/pr49927.c => gcc.dg/pr120480.c} (51%)
--
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-15
in repository gcc.
from f54d6c1f90c Daily bump.
new 9fa1f93eb7e testsuite: Add testcase for GCC 13 branch s390 bug [PR120480]
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/testsuite/{gcc.target/i386/pr49927.c => gcc.dg/pr120480.c} | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
copy gcc/testsuite/{gcc.target/i386/pr49927.c => gcc.dg/pr120480.c} (51%)
--
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-14
in repository gcc.
from 004bbbb523c s390: Use match_scratch instead of scratch in define_split [...]
new f4def864a27 testsuite: Add testcase for GCC 13 branch s390 bug [PR120480]
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/testsuite/{gcc.target/i386/pr49927.c => gcc.dg/pr120480.c} | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
copy gcc/testsuite/{gcc.target/i386/pr49927.c => gcc.dg/pr120480.c} (51%)
--
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 3e26dca1bd9 Revert "[LRA]: Backporting solutions for PR112918 and PR113 [...]
new ceb2d192354 s390: Use match_scratch instead of scratch in define_split [...]
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/s390/s390.md | 22 ++++-----
gcc/testsuite/g++.target/s390/pr119834.C | 76 ++++++++++++++++++++++++++++++++
2 files changed, 87 insertions(+), 11 deletions(-)
create mode 100644 gcc/testsuite/g++.target/s390/pr119834.C
--
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 0e77309047a Type mismatch for passed external function
new 0c8d92a9ac0 OpenMP: Support OpenMP 5.0 "declare mapper" directives for C
new c13d5b939fe testsuite: Add testcase for GCC 13 branch s390 bug [PR120480]
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:
gcc/c/c-decl.cc | 168 ++++++++++++
gcc/c/c-objc-common.h | 12 +
gcc/c/c-parser.cc | 290 +++++++++++++++++++--
gcc/c/c-tree.h | 8 +
gcc/c/c-typeck.cc | 15 ++
.../c-c++-common/gomp/declare-mapper-10.c | 2 +-
.../c-c++-common/gomp/declare-mapper-11.c | 70 +++++
.../c-c++-common/gomp/declare-mapper-12.c | 2 +-
gcc/testsuite/c-c++-common/gomp/declare-mapper-3.c | 2 +-
gcc/testsuite/c-c++-common/gomp/declare-mapper-4.c | 2 +-
gcc/testsuite/c-c++-common/gomp/declare-mapper-5.c | 6 +-
gcc/testsuite/c-c++-common/gomp/declare-mapper-6.c | 2 +-
gcc/testsuite/c-c++-common/gomp/declare-mapper-7.c | 2 +-
gcc/testsuite/c-c++-common/gomp/declare-mapper-8.c | 2 +-
gcc/testsuite/c-c++-common/gomp/declare-mapper-9.c | 6 +-
gcc/testsuite/c-c++-common/gomp/map-6.c | 10 +-
gcc/testsuite/gcc.dg/gomp/declare-mapper-10.c | 61 +++++
gcc/testsuite/gcc.dg/gomp/declare-mapper-11.c | 33 +++
gcc/testsuite/gcc.dg/gomp/declare-mapper-13.c | 13 +
gcc/testsuite/gcc.dg/gomp/udr-3.c | 8 +-
.../i386/pr49927.c => gcc.dg/pr120480.c} | 6 +-
.../libgomp.c-c++-common/declare-mapper-10.c | 2 +-
.../libgomp.c-c++-common/declare-mapper-11.c | 2 +-
.../libgomp.c-c++-common/declare-mapper-12.c | 2 +-
.../libgomp.c-c++-common/declare-mapper-13.c | 2 +-
.../libgomp.c-c++-common/declare-mapper-14.c | 2 +-
.../libgomp.c-c++-common/declare-mapper-9.c | 2 +-
27 files changed, 682 insertions(+), 50 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/gomp/declare-mapper-11.c
create mode 100644 gcc/testsuite/gcc.dg/gomp/declare-mapper-10.c
create mode 100644 gcc/testsuite/gcc.dg/gomp/declare-mapper-11.c
create mode 100644 gcc/testsuite/gcc.dg/gomp/declare-mapper-13.c
copy gcc/testsuite/{gcc.target/i386/pr49927.c => gcc.dg/pr120480.c} (51%)
--
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-14
in repository gcc.
from 7f564d0d8ca Daily bump.
new 004bbbb523c s390: Use match_scratch instead of scratch in define_split [...]
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/s390/s390.md | 22 ++++-----
gcc/testsuite/g++.target/s390/pr119834.C | 76 ++++++++++++++++++++++++++++++++
2 files changed, 87 insertions(+), 11 deletions(-)
create mode 100644 gcc/testsuite/g++.target/s390/pr119834.C
--
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 03ae1212a94 Daily bump.
new 3e26dca1bd9 Revert "[LRA]: Backporting solutions for PR112918 and PR113 [...]
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/lra-constraints.cc | 124 +++++++++++++++++++------------------------------
1 file changed, 49 insertions(+), 75 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 master
in repository binutils-gdb.
from 777ca81cd8f Updated Malay translation for the bfd/ sub-directory
new 429fb15134c Replace assertions with error return values, thus ensuring [...]
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:
bfd/elf-strtab.c | 7 +++----
bfd/elf.c | 9 ++++++---
2 files changed, 9 insertions(+), 7 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.