diff options
author | Arnaud Charlet <charlet@gcc.gnu.org> | 2011-10-14 17:12:32 +0200 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2011-10-14 17:12:32 +0200 |
commit | b7539c3b933cd68708894228e6dfef3d48832fdf (patch) | |
tree | 02125b4345c859f5b221e69d9ab34f3d02c614f8 /gcc/ada/mlib-utl.adb | |
parent | 85ff29389d2a4e9cae1efabb1acfb8c8927d7e11 (diff) | |
download | gcc-b7539c3b933cd68708894228e6dfef3d48832fdf.zip gcc-b7539c3b933cd68708894228e6dfef3d48832fdf.tar.gz gcc-b7539c3b933cd68708894228e6dfef3d48832fdf.tar.bz2 |
[multiple changes]
2011-10-14 Ed Schonberg <schonberg@adacore.com>
* exp_disp.adb (Check_Premature_Freezing): If an untagged type
is a generic actual, it is a subtype of a type that was frozen
by the instantiation, and even if not marked frozen it does not
affect the construction of the dispatch table.
2011-10-14 Robert Dewar <dewar@adacore.com>
* make.adb, mlib-utl.adb, sem_util.adb, sem_ch4.adb: Minor code
reformatting.
* s-rident.ads: Add missing Compiler_Unit pragma.
From-SVN: r179989
Diffstat (limited to 'gcc/ada/mlib-utl.adb')
-rw-r--r-- | gcc/ada/mlib-utl.adb | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gcc/ada/mlib-utl.adb b/gcc/ada/mlib-utl.adb index 67e0309..215fa5d 100644 --- a/gcc/ada/mlib-utl.adb +++ b/gcc/ada/mlib-utl.adb @@ -6,7 +6,7 @@ -- -- -- B o d y -- -- -- --- Copyright (C) 2002-2010, AdaCore -- +-- Copyright (C) 2002-2011, AdaCore -- -- -- -- GNAT is free software; you can redistribute it and/or modify it under -- -- terms of the GNU General Public License as published by the Free Soft- -- @@ -553,8 +553,7 @@ package body MLib.Utl is Write_RF (Opening'Address, 1); end if; - Write_RF - (Objects (J).all'Address, Objects (J).all'Length); + Write_RF (Objects (J).all'Address, Objects (J).all'Length); -- Closing quote for GNU linker |