summaryrefslogtreecommitdiff
path: root/gcc/ada/exp_ch6.ads
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/exp_ch6.ads')
-rw-r--r--gcc/ada/exp_ch6.ads2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/exp_ch6.ads b/gcc/ada/exp_ch6.ads
index df5b9eb3f71..c470ee329ab 100644
--- a/gcc/ada/exp_ch6.ads
+++ b/gcc/ada/exp_ch6.ads
@@ -162,7 +162,7 @@ package Exp_Ch6 is
-- node applied to such a function call.
function Needs_BIP_Final_List (E : Entity_Id) return Boolean;
- pragma Precondition (Is_Build_In_Place_Function (E));
+ -- ???pragma Precondition (Is_Build_In_Place_Function (E));
-- Ada 2005 (AI-318-02): Returns True if the function needs the
-- BIP_Final_List implicit parameter.