diff options
Diffstat (limited to 'gcc/ada/opt.ads')
-rw-r--r-- | gcc/ada/opt.ads | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/ada/opt.ads b/gcc/ada/opt.ads index 1627831ab17..52f152203f3 100644 --- a/gcc/ada/opt.ads +++ b/gcc/ada/opt.ads @@ -104,6 +104,10 @@ package Opt is -- GNAT -- Set False to disable address clause warnings + Address_Is_Private : Boolean := False; + -- GNAT, GNATBIND + -- Set True if package System has the line "type Address is private;" + All_Errors_Mode : Boolean := False; -- GNAT -- Flag set to force display of multiple errors on a single line and |