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 4788abdec79 Fix compilation of the assembler with sanitization enabled.
new 6647f05df02 gdb: defer warnings when loading separate debug files
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:
gdb/build-id.c | 13 +-
gdb/build-id.h | 10 +-
gdb/coffread.c | 12 +-
gdb/elfread.c | 13 +-
gdb/symfile.c | 51 +++++---
gdb/symfile.h | 9 +-
.../build-id-no-debug-warning.c} | 4 +-
.../gdb.debuginfod/build-id-no-debug-warning.exp | 142 +++++++++++++++++++++
.../crc_mismatch-2.c} | 0
.../crc_mismatch.c} | 6 +-
gdb/testsuite/gdb.debuginfod/crc_mismatch.exp | 111 ++++++++++++++++
gdb/testsuite/lib/gdb.exp | 38 ++++--
12 files changed, 360 insertions(+), 49 deletions(-)
copy gdb/testsuite/{gdb.base/macro-source-path.c => gdb.debuginfod/build-id-no-deb [...]
create mode 100644 gdb/testsuite/gdb.debuginfod/build-id-no-debug-warning.exp
copy gdb/testsuite/{gdb.base/rtld-step-main.c => gdb.debuginfod/crc_mismatch-2.c} (100%)
copy gdb/testsuite/{gdb.base/macro-source-path.c => gdb.debuginfod/crc_mismatch.c} (92%)
create mode 100644 gdb/testsuite/gdb.debuginfod/crc_mismatch.exp
--
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 881bf8de9b0 Ranger cache - always use range_from_dom when updating.
new 8a7196977f6 ipa: silent -Wodr notes with -w
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/ipa-devirt.cc | 12 ++++++------
1 file changed, 6 insertions(+), 6 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 gcc.
from 78589691ee1 ipa: check if cache_token != NULL before hash_set::add call
new 881bf8de9b0 Ranger cache - always use range_from_dom when updating.
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/gimple-range-cache.cc | 2 +-
gcc/testsuite/gcc.dg/pr108356.c | 23 +++++++++++++++++++++++
2 files changed, 24 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.dg/pr108356.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 devel/omp/gcc-12
in repository gcc.
from 6cb86a3da0c c++, openmp: Handle some OMP_*/OACC_* constructs during con [...]
new 23f2f065bf0 Fortran: Extend align-clause checks of OpenMP's allocate directive
new 6b611f1b3ca libgomp.texi: Reverse-offload updates
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/fortran/ChangeLog.omp | 8 +++++
gcc/fortran/openmp.cc | 9 ++---
libgomp/ChangeLog.omp | 18 ++++++++++
libgomp/libgomp.texi | 26 +++++++++++----
libgomp/testsuite/libgomp.fortran/allocate-3.f90 | 4 +--
libgomp/testsuite/libgomp.fortran/allocate-4.f90 | 42 ++++++++++++++++++++++++
6 files changed, 94 insertions(+), 13 deletions(-)
create mode 100644 libgomp/testsuite/libgomp.fortran/allocate-4.f90
--
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 bf2cf6f3f18 Fortran: Extend align-clause checks of OpenMP's allocate directive
new 78589691ee1 ipa: check if cache_token != NULL before hash_set::add call
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/cgraphunit.cc | 2 +-
gcc/ipa.cc | 2 +-
gcc/testsuite/g++.dg/ipa/pr108509.C | 22 ++++++++++++++++++++++
3 files changed, 24 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/ipa/pr108509.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 5ce8961b46f c++: ICE with -Wlogical-op [PR107755]
new bf2cf6f3f18 Fortran: Extend align-clause checks of OpenMP's allocate directive
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/fortran/openmp.cc | 9 ++---
libgomp/testsuite/libgomp.fortran/allocate-3.f90 | 4 +--
libgomp/testsuite/libgomp.fortran/allocate-4.f90 | 42 ++++++++++++++++++++++++
3 files changed, 49 insertions(+), 6 deletions(-)
create mode 100644 libgomp/testsuite/libgomp.fortran/allocate-4.f90
--
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-12
in repository gcc.
from 3ff1a0f7dc8 Daily bump.
new fb2d50f72ca c++: ICE with -Wlogical-op [PR107755]
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/cp/call.cc | 2 +-
gcc/testsuite/g++.dg/warn/Wlogical-op-4.C | 23 +++++++++++++++++++++++
2 files changed, 24 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/g++.dg/warn/Wlogical-op-4.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 1d77bfdf11f driver: fix -gz=none error message with missing zstd
new 5ce8961b46f c++: ICE with -Wlogical-op [PR107755]
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/cp/call.cc | 2 +-
gcc/testsuite/g++.dg/warn/Wlogical-op-4.C | 23 +++++++++++++++++++++++
2 files changed, 24 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/g++.dg/warn/Wlogical-op-4.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 e4473d7cf87 ree: Fix -fcompare-debug issues in combine_reaching_defs [P [...]
new 1d77bfdf11f driver: fix -gz=none error message with missing zstd
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/gcc.cc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.