[Bug ada/116190] wrong finalization of anonymous array aggregate

2024-10-08 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116190 Eric Botcazou changed: What|Removed |Added Target Milestone|--- |13.4 Resolution|---

[Bug ada/116190] wrong finalization of anonymous array aggregate

2024-10-08 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116190 --- Comment #6 from GCC Commits --- The releases/gcc-13 branch has been updated by Eric Botcazou : https://gcc.gnu.org/g:a998902576db03a178fe21aa46ed38647f112a98 commit r13-9097-ga998902576db03a178fe21aa46ed38647f112a98 Author: Eric Botcazou

[Bug ada/116190] wrong finalization of anonymous array aggregate

2024-10-08 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116190 --- Comment #5 from GCC Commits --- The releases/gcc-14 branch has been updated by Eric Botcazou : https://gcc.gnu.org/g:70c46d8e455144cf5968d38b932692cbe0cfa2e1 commit r14-10759-g70c46d8e455144cf5968d38b932692cbe0cfa2e1 Author: Eric Botcazou

[Bug ada/116190] wrong finalization of anonymous array aggregate

2024-10-08 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116190 --- Comment #4 from GCC Commits --- The master branch has been updated by Eric Botcazou : https://gcc.gnu.org/g:5f0a381801b754dbbd52695bbdbe48967211659c commit r15-4182-g5f0a381801b754dbbd52695bbdbe48967211659c Author: Eric Botcazou Date: T

[Bug ada/116190] wrong finalization of anonymous array aggregate

2024-10-08 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116190 --- Comment #3 from Eric Botcazou --- https://gcc.gnu.org/g:45131b851522180c532bebb3521865e488025af0 commit r15-4143-g45131b851522180c532bebb3521865e488025af0 Author: Eric Botcazou Date: Thu Sep 5 00:19:25 2024 +0200 ada: Fix wrong fina

[Bug ada/116190] wrong finalization of anonymous array aggregate

2024-09-10 Thread aj at ianozi dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116190 --- Comment #2 from aj at ianozi dot com --- Apologies, I misspoke. I tested it with "My_Array" being a named type, I didn't test it with "This_Crashes" being a named type, ergo this crashes: with Ada.Strings.Unbounded; use Ada.Strings.Unbounde

[Bug ada/116190] wrong finalization of anonymous array aggregate

2024-09-09 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116190 Eric Botcazou changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |ebotcazou at gcc dot gnu.org