diff options
author | Eric Botcazou <ebotcazou@adacore.com> | 2021-03-30 10:36:55 +0200 |
---|---|---|
committer | Pierre-Marie de Rodat <derodat@adacore.com> | 2021-06-21 06:45:11 -0400 |
commit | 7f34e744c0bdb8b3f767463f290a32bc671bfcc8 (patch) | |
tree | eb1cfbdcf89fcb7643adbbb8829335b71c35c667 /gcc/ada/opt.ads | |
parent | 148be9292380a66a81b4dc51ef58e8d5c4d72dcc (diff) | |
download | gcc-7f34e744c0bdb8b3f767463f290a32bc671bfcc8.zip gcc-7f34e744c0bdb8b3f767463f290a32bc671bfcc8.tar.gz gcc-7f34e744c0bdb8b3f767463f290a32bc671bfcc8.tar.bz2 |
[Ada] Export Opt.Assume_No_Invalid_Values for use in back-end
gcc/ada/
* fe.h (Assume_No_Invalid_Values): Declare.
* opt.ads (Assume_No_Invalid_Values): Add warning comment.
Diffstat (limited to 'gcc/ada/opt.ads')
-rw-r--r-- | gcc/ada/opt.ads | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/ada/opt.ads b/gcc/ada/opt.ads index 99626e9..3786d2c 100644 --- a/gcc/ada/opt.ads +++ b/gcc/ada/opt.ads @@ -191,6 +191,8 @@ package Opt is -- 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 |