diff options
Diffstat (limited to 'gcc/ada/system.ads')
-rw-r--r-- | gcc/ada/system.ads | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/ada/system.ads b/gcc/ada/system.ads index 6dfb955..bab3bd7 100644 --- a/gcc/ada/system.ads +++ b/gcc/ada/system.ads @@ -7,7 +7,7 @@ -- S p e c -- -- (Compiler Version) -- -- -- --- Copyright (C) 1992-2014, Free Software Foundation, Inc. -- +-- Copyright (C) 1992-2015, 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 -- @@ -163,6 +163,7 @@ private Always_Compatible_Rep : constant Boolean := True; Suppress_Standard_Library : constant Boolean := False; Use_Ada_Main_Program_Name : constant Boolean := False; + Frontend_Exceptions : constant Boolean := True; ZCX_By_Default : constant Boolean := False; -- Obsolete entries, to be removed eventually (bootstrap issues) |