[Bug ada/90206] GNAT gcc ada function out argument not support with -gnat12

2019-04-22 Thread leonard.kramer at boeing dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90206 --- Comment #1 from Leonard Kramer --- Created attachment 46224 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=46224&action=edit Main package body Package program that exhibits the bug.

[Bug ada/90206] GNAT gcc ada function out argument not support with -gnat12

2019-04-22 Thread leonard.kramer at boeing dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90206 --- Comment #2 from Leonard Kramer --- Created attachment 46225 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=46225&action=edit .ads specification code. Spec for generic function that exhibits the bug.

[Bug ada/90206] GNAT gcc ada function out argument not support with -gnat12

2019-04-22 Thread leonard.kramer at boeing dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90206 --- Comment #3 from Leonard Kramer --- Created attachment 46226 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=46226&action=edit .adb body of generic function exhibiting the bug. Body of generic function that exhibits the bug.

[Bug ada/90206] GNAT gcc ada function out argument not support with -gnat12

2019-04-22 Thread leonard.kramer at boeing dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90206 --- Comment #4 from Leonard Kramer --- The issue is that Ada2012 supports functions with arguments qualified with an "out" or "in out" keyword. (Originally, Ada did not support functions that permitted modifying arguments.) When I attempt to cr

[Bug ada/90206] GNAT gcc ada function out argument not support with -gnat12

2019-04-22 Thread leonard.kramer at boeing dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90206 --- Comment #5 from Leonard Kramer --- Created attachment 46227 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=46227&action=edit Makefile to demonstrate bug

[Bug ada/90206] GNAT gcc ada function out argument not support with -gnat12

2019-05-02 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90206 Eric Botcazou changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|