aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/gcc-interface/lang.opt
diff options
context:
space:
mode:
authorArnaud Charlet <charlet@gcc.gnu.org>2014-01-24 17:22:02 +0100
committerArnaud Charlet <charlet@gcc.gnu.org>2014-01-24 17:22:02 +0100
commitc51f5910f32421583d6b64d9681bba4c1b7d9a62 (patch)
tree1b66626688e03bff17da5a6e506a763b0ef46bc6 /gcc/ada/gcc-interface/lang.opt
parentf9e2a506da8d61699611f756732f4c708f72976c (diff)
downloadgcc-c51f5910f32421583d6b64d9681bba4c1b7d9a62.zip
gcc-c51f5910f32421583d6b64d9681bba4c1b7d9a62.tar.gz
gcc-c51f5910f32421583d6b64d9681bba4c1b7d9a62.tar.bz2
[multiple changes]
2014-01-24 Eric Botcazou <ebotcazou@adacore.com> * set_targ.adb: Set Short_Enums. * gcc-interface/lang.opt (fshort-enums): New option. * gcc-interface/misc.c (gnat_handle_option): Handle it. (gnat_post_options): Do not modify the global settings. 2014-01-24 Robert Dewar <dewar@adacore.com> * g-rannum.ads, g-rannum.adb (Random_Ordinary_Fixed): New generic function. (Random_Decimal_Fixed): New generic function. * s-rannum.ads: Minor comment clarifications. From-SVN: r207049
Diffstat (limited to 'gcc/ada/gcc-interface/lang.opt')
-rw-r--r--gcc/ada/gcc-interface/lang.opt8
1 files changed, 5 insertions, 3 deletions
diff --git a/gcc/ada/gcc-interface/lang.opt b/gcc/ada/gcc-interface/lang.opt
index debeff6..004388b 100644
--- a/gcc/ada/gcc-interface/lang.opt
+++ b/gcc/ada/gcc-interface/lang.opt
@@ -1,6 +1,5 @@
; Options for the Ada front end.
-; Copyright (C) 2003, 2007, 2008, 2010, 2011, 2012
-; Free Software Foundation, Inc.
+; Copyright (C) 2003-2013 Free Software Foundation, Inc.
;
; This file is part of GCC.
;
@@ -18,7 +17,6 @@
; along with GCC; see the file COPYING3. If not see
; <http://www.gnu.org/licenses/>.
-
; See the GCC internals manual for a description of this file's format.
; Please try to keep this file in ASCII collating order.
@@ -74,6 +72,10 @@ fRTS=
Ada AdaWhy AdaSCIL Joined RejectNegative
Select the runtime
+fshort-enums
+Ada AdaWhy AdaSCIL
+Use the narrowest integer type possible for enumeration types
+
gant
Ada AdaWhy AdaSCIL Joined Undocumented
Catch typos