aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/g-comlin.adb
diff options
context:
space:
mode:
authorArnaud Charlet <charlet@gcc.gnu.org>2009-04-17 15:06:08 +0200
committerArnaud Charlet <charlet@gcc.gnu.org>2009-04-17 15:06:08 +0200
commitdf416fb084c9670e37e20f0e985134ee146d6392 (patch)
treeff9ab42a6cce0408f4d6bdb3de7d882c283b34a3 /gcc/ada/g-comlin.adb
parent7e673273293d34110b16bdf56b90192b3382bad9 (diff)
downloadgcc-df416fb084c9670e37e20f0e985134ee146d6392.zip
gcc-df416fb084c9670e37e20f0e985134ee146d6392.tar.gz
gcc-df416fb084c9670e37e20f0e985134ee146d6392.tar.bz2
[multiple changes]
2009-04-17 Pascal Obry <obry@adacore.com> * initialize.c: Fix test for reallocating the arguments array. 2009-04-17 Geert Bosch <bosch@adacore.com> * exp_fixd.adb (Expand_Convert_Float_To_Fixed): Have float to fixed conversion truncate only for decimal fixed point types. 2009-04-17 Jerome Lambourg <lambourg@adacore.com> * g-comlin.adb (Initialize_Scan_Option): Make sure the sections are reinitialized. From-SVN: r146261
Diffstat (limited to 'gcc/ada/g-comlin.adb')
-rw-r--r--gcc/ada/g-comlin.adb1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/ada/g-comlin.adb b/gcc/ada/g-comlin.adb
index 1fbcda4..8ee4f42 100644
--- a/gcc/ada/g-comlin.adb
+++ b/gcc/ada/g-comlin.adb
@@ -890,6 +890,7 @@ package body GNAT.Command_Line is
Parser.In_Expansion := False;
Parser.Switch_Character := Switch_Char;
Parser.Stop_At_First := Stop_At_First_Non_Switch;
+ Parser.Section := (others => 1);
-- If we are using sections, we have to preprocess the command line
-- to delimit them. A section can be repeated, so we just give each