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
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
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
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116832
--- Comment #1 from Liam Powell ---
s/bug 52280/bug 43485
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
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
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