gcc/ada/
* fe.h (Is_OK_Static_Expression): Delete.
* sem_eval.ads (Is_OK_Static_Expression): Remove WARNING note.
/* sem_eval: */
#define Compile_Time_Known_Value sem_eval__compile_time_known_value
-#define Is_OK_Static_Expression sem_eval__is_ok_static_expression
extern Boolean Compile_Time_Known_Value (Node_Id);
-extern Boolean Is_OK_Static_Expression (Node_Id);
/* sem_util: */
-- for compile time evaluation purposes. Use Compile_Time_Known_Value
-- instead (see section on "Compile-Time Known Values" above).
- -- WARNING: There is a matching C declaration of this subprogram in fe.h
-
function Is_OK_Static_Range (N : Node_Id) return Boolean;
-- Determines if range is static, as defined in RM 4.9(26), and also checks
-- that neither bound of the range raises constraint error, thus ensuring