Priority: P3
Component: ada
Assignee: unassigned at gcc dot gnu.org
Reporter: leonard.kramer at boeing dot com
Target Milestone: ---
Created attachment 46223
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=46223&action=edit
Verbose output from gcc -v -sav
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.
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.
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.
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
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