From c51f5910f32421583d6b64d9681bba4c1b7d9a62 Mon Sep 17 00:00:00 2001 From: Arnaud Charlet Date: Fri, 24 Jan 2014 17:22:02 +0100 Subject: [multiple changes] 2014-01-24 Eric Botcazou * 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 * 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 --- gcc/ada/gcc-interface/lang.opt | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'gcc/ada/gcc-interface/lang.opt') 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 ; . - ; 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 -- cgit v1.1