diff options
Diffstat (limited to 'gcc/ada/s-sopco3.adb')
-rw-r--r-- | gcc/ada/s-sopco3.adb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/ada/s-sopco3.adb b/gcc/ada/s-sopco3.adb index 6637b082de1..da427cb5bcc 100644 --- a/gcc/ada/s-sopco3.adb +++ b/gcc/ada/s-sopco3.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); |