[Bug ada/59671] Improper Ada behavior under -gnat2012

2014-01-05 Thread p-kell at live dot com
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,

[Bug ada/59671] Improper Ada behavior under -gnat2012

2014-01-05 Thread p-kell at live dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59671 Patrick Kelly changed: What|Removed |Added Status|RESOLVED|UNCONFIRMED Resolution|DUPLICATE

[Bug ada/59671] New: Improper Ada behavior under -gnat2012

2014-01-03 Thread p-kell at live dot com
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

[Bug ada/58151] "conflict of writable function parameter in construct with arbitrary order of evaluation" is often a spurious error

2014-01-03 Thread p-kell at live dot com
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