https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99360
Arnaud Charlet changed:
What|Removed |Added
Target Milestone|11.3|12.0
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99360
--- Comment #9 from simon at pushface dot org ---
In gcc 12.0.1 of 20220128, we get
$ gnatmake -c -u -f iteration.adb
gcc -c iteration.adb
a-stream.ads:82:04: error: construct not allowed in configurable run-time mode
a-stream.ads:82:04: error: f
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99360
Richard Biener changed:
What|Removed |Added
Target Milestone|11.2|11.3
--- Comment #8 from Richard Biener
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99360
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|11.0|11.2
--- Comment #7 from Jakub Jelinek
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99360
Eric Botcazou changed:
What|Removed |Added
Status|ASSIGNED|NEW
Assignee|ebotcazou at gcc