http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59671
--- Comment #4 from Patrick Kelly ---
Let's say I'm trying to build a library/package, tens thousands of lines long,
provided by someone else. Is changing every instance of a function with an
"out" parameter to a procedure with an "out" parameter,
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59671
Patrick Kelly changed:
What|Removed |Added
Status|RESOLVED|UNCONFIRMED
Resolution|DUPLICATE
Assignee: unassigned at gcc dot gnu.org
Reporter: p-kell at live dot com
Compilation under -gnat2012 fails with this error:
"conflict of writable function parameter in construct with arbitrary order of
evaluation"
Fallback to -gnat2005, and it reports that functions can on
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58151
Patrick Kelly changed:
What|Removed |Added
CC||p-kell at live dot com
--- Comment #3