/* opt: */
#define Ada_Version opt__ada_version
+#define Assume_No_Invalid_Values opt__assume_no_invalid_values
#define Back_End_Inlining opt__back_end_inlining
#define Debug_Generated_Code opt__debug_generated_code
#define Enable_128bit_Types opt__enable_128bit_types
} Exception_Mechanism_Type;
extern Ada_Version_Type Ada_Version;
+extern Boolean Assume_No_Invalid_Values;
extern Boolean Back_End_Inlining;
extern Boolean Debug_Generated_Code;
extern Boolean Enable_128bit_Types;
-- are valid and in range of their representations. This feature is now
-- fully enabled in the compiler.
+ -- WARNING: There is a matching C declaration of this variable in fe.h
+
Back_Annotate_Rep_Info : Boolean := False;
-- GNAT
-- If set True, enables back annotation of representation information