diff options
author | Arnaud Charlet <charlet@gcc.gnu.org> | 2016-04-21 10:27:18 +0200 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2016-04-21 10:27:18 +0200 |
commit | b1d8d2290fc30f9a25da4c7dececc52c9161eddd (patch) | |
tree | 8f24cff4e183dbcf3d1df7b57f1ac02c3bf66e7c /gcc/ada/sem_attr.adb | |
parent | 78bc7fe67eb33a3d1da7fff70f634a050479a5e8 (diff) | |
download | gcc-b1d8d2290fc30f9a25da4c7dececc52c9161eddd.zip gcc-b1d8d2290fc30f9a25da4c7dececc52c9161eddd.tar.gz gcc-b1d8d2290fc30f9a25da4c7dececc52c9161eddd.tar.bz2 |
Minor reformatting.
From-SVN: r235310
Diffstat (limited to 'gcc/ada/sem_attr.adb')
-rw-r--r-- | gcc/ada/sem_attr.adb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/sem_attr.adb b/gcc/ada/sem_attr.adb index 099a1b8..db02aa5 100644 --- a/gcc/ada/sem_attr.adb +++ b/gcc/ada/sem_attr.adb @@ -10165,7 +10165,7 @@ package body Sem_Attr is -- the subprogram is not frozen at this point. if not In_Spec_Expression then - Freeze_Before (N, Entity (P), False); + Freeze_Before (N, Entity (P), Do_Freeze_Profile => False); end if; -- If it is a type, there is nothing to resolve. @@ -10174,7 +10174,7 @@ package body Sem_Attr is elsif Is_Overloadable (Entity (P)) then if not In_Spec_Expression then - Freeze_Before (N, Entity (P), False); + Freeze_Before (N, Entity (P), Do_Freeze_Profile => False); end if; -- Nothing to do if prefix is a type name |