diff options
Diffstat (limited to 'gcc/ada/s-strops.adb')
-rw-r--r-- | gcc/ada/s-strops.adb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/ada/s-strops.adb b/gcc/ada/s-strops.adb index e92c3bb7a6c..1c9b75f0f7e 100644 --- a/gcc/ada/s-strops.adb +++ b/gcc/ada/s-strops.adb @@ -31,6 +31,10 @@ -- -- ------------------------------------------------------------------------------ +-- NOTE: This package is obsolescent. It is no longer used by the compiler +-- which now generates concatenation inline. It is retained only because +-- it may be used during bootstrapping using old versions of the compiler. + pragma Warnings (Off); pragma Compiler_Unit; pragma Warnings (On); |