You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On a hand built GCC 12.1.0 on FreeBSD and on gcc (GCC) 10.3.1 20210520 (for GNAT Community 2021 20210519) on Linux I'm getting:
curses-layers.adb:88:07: error: access discriminant in return object would be a dangling reference
curses-layers.adb:117:07: error: access discriminant in return object would be a dangling reference
curses-ui-menus-standard_trees-storage_pools-unbounded.adb:72:12: error: non-local pointer cannot point to local object
The text was updated successfully, but these errors were encountered:
On a hand built GCC 12.1.0 on FreeBSD and on
gcc (GCC) 10.3.1 20210520 (for GNAT Community 2021 20210519)
on Linux I'm getting:The text was updated successfully, but these errors were encountered: