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.
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 3f5a4b71b7b c++: non-dep decltype folding of concept-id C<Ts...> [PR123676]
new 0734fefe21c d: Fix root modules have no file location set [PR122817]
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/d-lang.cc | 2 ++
gcc/testsuite/gdc.dg/pr122817.d | 4 ++++
2 files changed, 6 insertions(+)
create mode 100644 gcc/testsuite/gdc.dg/pr122817.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 fe050fa9d12 Remove impossible speculation in ipa_polymorphic_call_conte [...]
new a321508c1b9 d: Fix root modules have no file location set [PR122817]
new 078b0a2be26 C: Do not warn for calls to .ACCESS_WITH_SIZE when -Wbad-fu [...]
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-typeck.cc | 3 ++-
gcc/d/d-lang.cc | 2 ++
gcc/testsuite/gcc.dg/pointer-counted-by-pr123500.c | 13 +++++++++++++
gcc/testsuite/gdc.dg/pr122817.d | 4 ++++
4 files changed, 21 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.dg/pointer-counted-by-pr123500.c
create mode 100644 gcc/testsuite/gdc.dg/pr122817.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 linux.
from fcb70a56f4d8 Merge tag 'vfs-6.19-rc8.fixes' of git://git.kernel.org/pub [...]
new 61ceaf236115 vfio: Prevent from pinned DMABUF importers to attach to VF [...]
new 1f97d9dcf536 Merge tag 'vfio-v6.19-rc8' of https://github.com/awilliam/ [...]
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:
drivers/vfio/pci/vfio_pci_dmabuf.c | 12 ++++++++++++
1 file changed, 12 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.