[Bug ada/115535] New: Image attribute on arrays incorrectly prints a signed representation under certain conditions

2024-06-18 Thread liam at liampwll dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115535 Bug ID: 115535 Summary: Image attribute on arrays incorrectly prints a signed representation under certain conditions Product: gcc Version: 13.2.0 Status: UNCONFIRMED

[Bug ada/116832] Code after a select-then-abort in an abortable part executes when the outer select-then-abort completes

2024-09-26 Thread liam at liampwll dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116832 --- Comment #5 from Liam Powell --- See the following code (shortened for clarity). There's probably a way to do this without them, but our workaround works here. select Connection.Hold; -- Continues after update is done then abort decla

[Bug ada/116832] New: Code after a select-then-abort in an abortable part executes when the outer select-then-abort completes

2024-09-24 Thread liam at liampwll dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116832 Bug ID: 116832 Summary: Code after a select-then-abort in an abortable part executes when the outer select-then-abort completes Product: gcc Version: 14.2.1 Status: UNCO

[Bug ada/116832] Code after a select-then-abort in an abortable part executes when the outer select-then-abort completes

2024-09-24 Thread liam at liampwll dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116832 --- Comment #1 from Liam Powell --- s/bug 52280/bug 43485

[Bug ada/116832] Code after a select-then-abort in an abortable part executes when the outer select-then-abort completes

2024-09-24 Thread liam at liampwll dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116832 --- Comment #2 from Liam Powell --- Here is another example I have found. In this case just one accept triggers both selects. All Puts here are executed. with Ada.Text_IO; use Ada.Text_IO; with System; procedure Example is task A is e

[Bug ada/118082] New: Types from other packages are not visible inside aggregate and reduction expressions inside generic bodies

2024-12-17 Thread liam at liampwll dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118082 Bug ID: 118082 Summary: Types from other packages are not visible inside aggregate and reduction expressions inside generic bodies Product: gcc Version: 14.2.1

[Bug ada/118027] New: Real_Literal ans Integer_Literal aspects do not work for literals beginning with a sign

2024-12-13 Thread liam at liampwll dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118027 Bug ID: 118027 Summary: Real_Literal ans Integer_Literal aspects do not work for literals beginning with a sign Product: gcc Version: 14.2.1 Status: UNCONFIRMED