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 ea8d197fe29 Daily bump. new d9fb0b4d8a4 Fix crash with constant initializer caused by IPA new a52223c5b2b ada: Compiler crash on array aggregate association iteratin [...] new 29447fb66f7 ada: Avoid calling Resolve with Stand.Any_Fixed as the expe [...] new 5738c9b74bd ada: Fix compile-time failure due to duplicated attribute s [...] new 09b0aacb5fc ada: Fix buffer overflow for function call returning discri [...] new a871b236c17 ada: Error about assignment to limited target on aggregate [...] new 9f9476c195e ada: Reject Valid_Value arguments originating from Standard
The 7 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: .../gnat_rm/implementation_defined_attributes.rst | 6 +- gcc/ada/exp_aggr.adb | 2 +- gcc/ada/exp_attr.adb | 39 +++--- gcc/ada/exp_ch6.adb | 100 ++++------------ gcc/ada/gnat_rm.texi | 6 +- gcc/ada/sem_attr.adb | 5 +- gcc/ada/sem_res.adb | 2 + gcc/ada/sem_util.adb | 133 +++++++++++++++------ gcc/testsuite/gnat.dg/specs/opt7.ads | 15 +++ gcc/testsuite/gnat.dg/specs/opt7_pkg.adb | 15 +++ gcc/testsuite/gnat.dg/specs/opt7_pkg.ads | 9 ++ gcc/tree-vect-data-refs.cc | 3 +- 12 files changed, 196 insertions(+), 139 deletions(-) create mode 100644 gcc/testsuite/gnat.dg/specs/opt7.ads create mode 100644 gcc/testsuite/gnat.dg/specs/opt7_pkg.adb create mode 100644 gcc/testsuite/gnat.dg/specs/opt7_pkg.ads