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 9fae6825c3e Daily bump.
new 216fc3b3bba ada: Fix error on Designated_Storage_Model with extensions [...]
new 992fb2af98f ada: Improved error message when size of descendant type ex [...]
new e6e1d889b56 ada: Fix inefficient Unchecked_Conversion to large array type
new 7b4e397c579 ada: Fix selection of Finalize subprogram in untagged case
new 433fcdb6a2c ada: Fix alignment violation for chain of aligned and misal [...]
The 5 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/exp_ch7.adb | 14 ++++---
gcc/ada/exp_util.adb | 16 +++++---
gcc/ada/freeze.adb | 83 +++++++++++++++++++++++++++++++++++++++---
gcc/ada/gcc-interface/utils.cc | 4 +-
gcc/ada/mutably_tagged.adb | 60 ++++++++++++++++++++----------
gcc/ada/sem_ch13.adb | 1 +
6 files changed, 142 insertions(+), 36 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 cda156b5dfe ada: Fix alignment violation for chain of aligned and misal [...]
new 36599edba07 Ada: Switch from ACATS 2.6 to ACATS 4.2 testsuite
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/ada/gcc-interface/Make-lang.in | 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 gcc.
from 53b62bf7608 Stop doing GCC 12 snapshots
new d9a80d7dd32 ada: Fix error on Designated_Storage_Model with extensions [...]
new 0992435c0f2 ada: Remove leftover from rework of aspect representation
new d27e6037e56 ada: Improved error message when size of descendant type ex [...]
new 9903cea0ddf ada: Missing component clause warning for discriminant of U [...]
new 1be44ed0cf2 ada: Fix style in comment
new 82e604ec77b ada: Fix inefficient Unchecked_Conversion to large array type
new 07859ee1d0c ada: Fix selection of Finalize subprogram in untagged case
new 623ce60ee6e ada: Pragma Short_Circuit_And_Or
new 37ee107ddd8 ada: Do not generate incorrect warning about redundant type [...]
new 800ca478937 ada: Improve code generated for return of Out parameter wit [...]
new c7f8a5b4664 ada: Add missing guards to previous change
new 372c2b540f6 ada: Disable previous change for enumeration types
new ccf668274ac ada: Remove strange elaboration code generated for Cluster [...]
new cda156b5dfe ada: Fix alignment violation for chain of aligned and misal [...]
The 14 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:
.../doc/gnat_rm/implementation_defined_pragmas.rst | 32 +++++++--
gcc/ada/exp_ch7.adb | 14 ++--
gcc/ada/exp_util.adb | 16 +++--
gcc/ada/freeze.adb | 83 ++++++++++++++++++++--
gcc/ada/gcc-interface/decl.cc | 27 +++++++
gcc/ada/gcc-interface/trans.cc | 29 ++++++--
gcc/ada/gcc-interface/utils.cc | 4 +-
gcc/ada/gnat_rm.texi | 34 +++++++--
gcc/ada/mutably_tagged.adb | 60 ++++++++++------
gcc/ada/sem_aux.ads | 2 +-
gcc/ada/sem_ch13.adb | 58 +++++++++++----
gcc/ada/sem_ch8.adb | 34 +++++++++
gcc/ada/sem_res.adb | 20 +++---
13 files changed, 333 insertions(+), 80 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 70e302d92a6 Regenerate common.opt.urls and add period into common.opt
new 53b62bf7608 Stop doing GCC 12 snapshots
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:
maintainer-scripts/crontab | 1 -
1 file changed, 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 gcc.
from 918f4517564 tree-optimization/120927 - 510.parest_r segfault with maske [...]
new 70e302d92a6 Regenerate common.opt.urls and add period into common.opt
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/common.opt | 2 +-
gcc/common.opt.urls | 3 +++
2 files changed, 4 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 master
in repository gcc.
from e16820d4f7a c-family: Tweak ptr +- (expr +- cst) FE optimization [PR120837]
new 918f4517564 tree-optimization/120927 - 510.parest_r segfault with maske [...]
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.dg/vect/vect-pr120927-2.c | 24 ++++++++++++++++++++++++
gcc/testsuite/gcc.dg/vect/vect-pr120927.c | 24 ++++++++++++++++++++++++
gcc/tree-vect-data-refs.cc | 16 ++++++++++++----
3 files changed, 60 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/vect/vect-pr120927-2.c
create mode 100644 gcc/testsuite/gcc.dg/vect/vect-pr120927.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 1c24213ec11 testsuite: Rename a test
new e16820d4f7a c-family: Tweak ptr +- (expr +- cst) FE optimization [PR120837]
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/c-family/c-common.cc | 49 +++++++++++++++++++++++++----------
gcc/testsuite/gcc.dg/ubsan/pr120837.c | 32 +++++++++++++++++++++++
2 files changed, 67 insertions(+), 14 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/ubsan/pr120837.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-12
in repository gcc.
from 355ecf15b44 Daily bump.
new 4c4135438a6 libgcc, Darwin: Drop the legacy library build for macOS >= [...]
new 8b89889c1f9 fixincludes: adjust stdio fix for macOS 15 headers
new 6d57ab56981 Darwin: Pass -macos_version_min to the linker [PR119172].
new b71ac987cd1 configure, Darwin: Recognise new naming for Xcode ld.
The 4 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:
fixincludes/fixincl.x | 6 +++---
fixincludes/inclhack.def | 1 +
gcc/config.in | 6 ++++++
gcc/config/darwin.h | 13 +++++++++----
gcc/configure | 24 +++++++++++++++++++++---
gcc/configure.ac | 19 ++++++++++++++++---
libgcc/config.host | 9 ++++++---
libgcc/config/i386/t-darwin | 3 ---
libgcc/config/rs6000/t-darwin | 3 ---
libgcc/config/t-darwin-libgccs1 | 3 +++
10 files changed, 65 insertions(+), 22 deletions(-)
create mode 100644 libgcc/config/t-darwin-libgccs1
--
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 053a678cc59 [RISC-V] Add basic instrumentation to fusion detection
new 113ed3adc03 LoongArch: Prevent subreg of subreg in CRC
new 1c24213ec11 testsuite: Rename a test
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/config/loongarch/loongarch.md | 3 ++-
gcc/testsuite/gcc.c-torture/compile/pr120807.c | 20 ++++++++++++++++++++
2 files changed, 22 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.c-torture/compile/pr120807.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 d6ed12ed5eb RISC-V: Add testcases for signed scalar SAT_ADD IMM form 2
new 053a678cc59 [RISC-V] Add basic instrumentation to fusion detection
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/riscv/riscv.cc | 80 +++++++++++++++++++++++++++++++++++++----------
1 file changed, 64 insertions(+), 16 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.