From b7539c3b933cd68708894228e6dfef3d48832fdf Mon Sep 17 00:00:00 2001 From: Arnaud Charlet Date: Fri, 14 Oct 2011 17:12:32 +0200 Subject: [multiple changes] 2011-10-14 Ed Schonberg * 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 * 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 --- gcc/ada/mlib-utl.adb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'gcc/ada/mlib-utl.adb') 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 -- cgit v1.1