diff options
Diffstat (limited to 'gcc/ada/sem_attr.adb')
-rw-r--r-- | gcc/ada/sem_attr.adb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gcc/ada/sem_attr.adb b/gcc/ada/sem_attr.adb index 8eb85dc5e01..cf1ff9c460d 100644 --- a/gcc/ada/sem_attr.adb +++ b/gcc/ada/sem_attr.adb @@ -6,7 +6,7 @@ -- -- -- B o d y -- -- -- --- Copyright (C) 1992-2014, Free Software Foundation, Inc. -- +-- Copyright (C) 1992-2015, Free Software Foundation, Inc. -- -- -- -- 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- -- @@ -4595,7 +4595,8 @@ package body Sem_Attr is -- corresponding pragma. Don't issue errors when analyzing aspect. if Nkind (Prag) = N_Aspect_Specification - and then Chars (Identifier (Prag)) = Name_Post + and then Nam_In (Chars (Identifier (Prag)), Name_Post, + Name_Refined_Post) then null; |