This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from a697610ed40 Ada: Fix crash on Unchecked_Union parameter with -gnateV -gnata
new 67bb07e6727 Daily bump.
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/ChangeLog | 202 +++++++++++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/ada/ChangeLog | 21 +++
gcc/c-family/ChangeLog | 60 +++++++
gcc/c/ChangeLog | 20 +++
gcc/cp/ChangeLog | 280 ++++++++++++++++++++++++++++++++
gcc/d/ChangeLog | 26 +++
gcc/testsuite/ChangeLog | 417 ++++++++++++++++++++++++++++++++++++++++++++++++
libstdc++-v3/ChangeLog | 62 +++++++
9 files changed, 1089 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 binutils-2_46-branch
in repository binutils-gdb.
from 7a78857112c PR 33852 Different objects for same input
new 59ae4146ea0 Automatic date update in version.in
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/version.h | 2 +-
1 file changed, 1 insertion(+), 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 gdb-17-branch
in repository binutils-gdb.
from da7e544f3fd Automatic date update in version.in
new 45ede679f84 Automatic date update in version.in
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/version.h | 2 +-
1 file changed, 1 insertion(+), 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 0e245c72b77 PR 33852 Different objects for same input
new 68c5f92a8f5 Automatic date update in version.in
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/version.h | 2 +-
1 file changed, 1 insertion(+), 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 releases/gcc-15
in repository gcc.
from 1ad7ee43a0e d: Fix ICE in ExprVisitor::visit, at d/expr.cc:2224 [PR123419]
new 19b33d2388a Ada: Fix stack corruption with concatenation and 'Image of [...]
new 1fdbcef462b Ada: Fix crash on Unchecked_Union parameter with -gnateV -gnata
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/ada/checks.adb | 14 +++--
gcc/ada/exp_imgv.adb | 4 ++
gcc/ada/exp_put_image.adb | 96 ++++++++++--------------------
gcc/ada/exp_put_image.ads | 4 +-
gcc/testsuite/gnat.dg/put_image2.adb | 18 ++++++
gcc/testsuite/gnat.dg/unchecked_union4.adb | 19 ++++++
6 files changed, 86 insertions(+), 69 deletions(-)
create mode 100644 gcc/testsuite/gnat.dg/put_image2.adb
create mode 100644 gcc/testsuite/gnat.dg/unchecked_union4.adb
--
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 3f682a796d6 d: Fix ICE in ExprVisitor::visit, at d/expr.cc:2224 [PR123419]
new 044ae18d5ec d: Fix internal compiler error: in visit, at d/decl.cc:838 [...]
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/decl.cc | 15 ++++++++++-----
gcc/testsuite/gdc.dg/torture/imports/pr119799c.c | 4 ++++
gcc/testsuite/gdc.dg/torture/pr119799.d | 9 +++++++++
3 files changed, 23 insertions(+), 5 deletions(-)
create mode 100644 gcc/testsuite/gdc.dg/torture/imports/pr119799c.c
create mode 100644 gcc/testsuite/gdc.dg/torture/pr119799.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-13
in repository gcc.
from 9da809aa4ca d: Fix ICE in ExprVisitor::visit, at d/expr.cc:2224 [PR123419]
new 7cd6ed07689 d: Fix internal compiler error: in visit, at d/decl.cc:838 [...]
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/decl.cc | 15 ++++++++++-----
gcc/testsuite/gdc.dg/torture/imports/pr119799c.c | 4 ++++
gcc/testsuite/gdc.dg/torture/pr119799.d | 9 +++++++++
3 files changed, 23 insertions(+), 5 deletions(-)
create mode 100644 gcc/testsuite/gdc.dg/torture/imports/pr119799c.c
create mode 100644 gcc/testsuite/gdc.dg/torture/pr119799.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 ddf94524f9a d: Fix ICE in ExprVisitor::visit, at d/expr.cc:2224 [PR123419]
new ea0f31d040c Ada: Fix stack corruption with concatenation and 'Image of [...]
new a697610ed40 Ada: Fix crash on Unchecked_Union parameter with -gnateV -gnata
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/ada/checks.adb | 14 +++--
gcc/ada/exp_imgv.adb | 4 ++
gcc/ada/exp_put_image.adb | 94 ++++++++++--------------------
gcc/ada/exp_put_image.ads | 4 +-
gcc/testsuite/gnat.dg/put_image2.adb | 18 ++++++
gcc/testsuite/gnat.dg/unchecked_union4.adb | 19 ++++++
6 files changed, 85 insertions(+), 68 deletions(-)
create mode 100644 gcc/testsuite/gnat.dg/put_image2.adb
create mode 100644 gcc/testsuite/gnat.dg/unchecked_union4.adb
--
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 1b0d964f3cb d: Fix ICE: in output_constructor_regular_field, at varasm. [...]
new 1ad7ee43a0e d: Fix ICE in ExprVisitor::visit, at d/expr.cc:2224 [PR123419]
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 | 2 +-
gcc/testsuite/gdc.dg/pr123419.d | 9 +++++++++
2 files changed, 10 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gdc.dg/pr123419.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 4931b2c3b37 d: Fix ICE: in output_constructor_regular_field, at varasm. [...]
new 3f682a796d6 d: Fix ICE in ExprVisitor::visit, at d/expr.cc:2224 [PR123419]
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 | 2 +-
gcc/testsuite/gdc.dg/pr123419.d | 9 +++++++++
2 files changed, 10 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gdc.dg/pr123419.d
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.