diff options
Diffstat (limited to 'gcc/ada/exp_ch4.adb')
-rw-r--r-- | gcc/ada/exp_ch4.adb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/ada/exp_ch4.adb b/gcc/ada/exp_ch4.adb index 9a86fb48360..3aec3b15e0e 100644 --- a/gcc/ada/exp_ch4.adb +++ b/gcc/ada/exp_ch4.adb @@ -11805,6 +11805,9 @@ package body Exp_Ch4 is -- do not need to generate an actual or formal generic part, just the -- instantiated function itself. + -- Perhaps we could have the actual generic available in the run-time, + -- obtained by rtsfind, and actually expand a real instantiation ??? + function Make_Array_Comparison_Op (Typ : Entity_Id; Nod : Node_Id) return Node_Id |