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 5c9b48f2eda PR 33840 typo in elfnn-loongarch.c
new 6f8d261d200 Re: PR 33840 typo in elfnn-loongarch.c
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/elfnn-loongarch.c | 4 ----
1 file changed, 4 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 45df08bfcda ld: testsuite: Simplify emulation check in libgot tests
new 5c9b48f2eda PR 33840 typo in elfnn-loongarch.c
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/elfnn-loongarch.c | 4 ++--
1 file changed, 2 insertions(+), 2 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 30e0c2f0e46 Daily bump.
new 644e912ec0b d: Side effects not evaluated for array literals on stack [ [...]
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/d/expr.cc | 5 +++--
gcc/testsuite/gdc.dg/torture/pr120096.d | 18 ++++++++++++++++++
2 files changed, 21 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gdc.dg/torture/pr120096.d
--
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 3c7ba159ff0 Update gcc sv.po
new 74eb175c2a6 d: Side effects not evaluated for array literals on stack [ [...]
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/d/expr.cc | 5 +++--
gcc/testsuite/gdc.dg/torture/pr120096.d | 18 ++++++++++++++++++
2 files changed, 21 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gdc.dg/torture/pr120096.d
--
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 5f1146eb484 c++: non-dep decltype folding of concept-id C<Ts...> [PR123676]
new a6dd4c43faa d: Side effects not evaluated for array literals on stack [ [...]
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/d/expr.cc | 5 +++--
gcc/testsuite/gdc.dg/torture/pr120096.d | 18 ++++++++++++++++++
2 files changed, 21 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gdc.dg/torture/pr120096.d
--
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 20bc4561ecd build: Fix Linux/x86 bootstrap without --with-gnu-as/--wit [...]
new 8e869a0d0ef d: Side effects not evaluated for array literals on stack [ [...]
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/d/expr.cc | 5 +++--
gcc/testsuite/gdc.dg/torture/pr120096.d | 18 ++++++++++++++++++
2 files changed, 21 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gdc.dg/torture/pr120096.d
--
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 f1318516f07 analyzer: add option -fanalyzer-assume-nothrow [PR122623]
new 20bc4561ecd build: Fix Linux/x86 bootstrap without --with-gnu-as/--wit [...]
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/acinclude.m4 | 2 +-
gcc/configure | 2 +-
2 files changed, 2 insertions(+), 2 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 869a5a70f7c Update gcc sv.po
new 9438c98dca4 openmp: Fix omp for static schedule loop with pointers [PR97898]
new f1318516f07 analyzer: add option -fanalyzer-assume-nothrow [PR122623]
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/analyzer/analyzer.opt | 4 ++++
gcc/analyzer/analyzer.opt.urls | 3 +++
gcc/analyzer/region-model.cc | 7 +++++++
gcc/doc/invoke.texi | 16 ++++++++++++++++
gcc/omp-expand.cc | 7 ++++---
gcc/testsuite/c-c++-common/gomp/pr97898-1.c | 12 ++++++++++++
gcc/testsuite/gcc.dg/analyzer/fexceptions-1.c | 23 +++++++++++++++++++++++
gcc/testsuite/gcc.dg/analyzer/fexceptions-2.c | 26 ++++++++++++++++++++++++++
8 files changed, 95 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/gomp/pr97898-1.c
create mode 100644 gcc/testsuite/gcc.dg/analyzer/fexceptions-1.c
create mode 100644 gcc/testsuite/gcc.dg/analyzer/fexceptions-2.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-15
in repository gcc.
from 0734fefe21c d: Fix root modules have no file location set [PR122817]
new 3c7ba159ff0 Update gcc sv.po
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/po/sv.po | 394 ++++++++++++++++++++++-------------------------------------
1 file changed, 144 insertions(+), 250 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 078b0a2be26 C: Do not warn for calls to .ACCESS_WITH_SIZE when -Wbad-fu [...]
new 869a5a70f7c Update gcc sv.po
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/po/sv.po | 394 ++++++++++++++++++++++-------------------------------------
1 file changed, 144 insertions(+), 250 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.