diff options
Diffstat (limited to 'gcc/ada/a-direio.ads')
-rw-r--r-- | gcc/ada/a-direio.ads | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ada/a-direio.ads b/gcc/ada/a-direio.ads index 24b2a0b..6ac1a8a 100644 --- a/gcc/ada/a-direio.ads +++ b/gcc/ada/a-direio.ads @@ -6,7 +6,7 @@ -- -- -- S p e c -- -- -- --- Copyright (C) 1992-2006, Free Software Foundation, Inc. -- +-- Copyright (C) 1992-2008, Free Software Foundation, Inc. -- -- -- -- This specification is derived from the Ada Reference Manual for use with -- -- GNAT. The copyright notice above, and the license provisions that follow -- @@ -48,6 +48,10 @@ package Ada.Direct_IO is (Element_Type'Has_Access_Values, "Element_Type for Direct_IO instance has access values"); + pragma Compile_Time_Warning + (Element_Type'Has_Tagged_Values, + "Element_Type for Direct_IO instance has tagged values"); + type File_Type is limited private; type File_Mode is (In_File, Inout_File, Out_File); |