From: Arnaud Charlet Date: Wed, 6 May 2009 10:16:45 +0000 (+0200) Subject: Minor reformatting. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b92625409b2db508eba00753a4f257c1fcad7a73;p=platform%2Fupstream%2Fgcc.git Minor reformatting. From-SVN: r147168 --- diff --git a/gcc/ada/sem_attr.adb b/gcc/ada/sem_attr.adb index 6059401..3a123d9 100644 --- a/gcc/ada/sem_attr.adb +++ b/gcc/ada/sem_attr.adb @@ -1067,6 +1067,7 @@ package body Sem_Attr is -- If there is an implicit dereference, then we must freeze -- the designated type of the access type, since the type of -- the referenced array is this type (see AI95-00106). + -- As done elsewhere, freezing must not happen when pre-analyzing -- a pre- or postcondition or a default value for an object or -- for a formal parameter.