diff options
Diffstat (limited to 'gcc/ada/exp_attr.adb')
-rw-r--r-- | gcc/ada/exp_attr.adb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/exp_attr.adb b/gcc/ada/exp_attr.adb index 7d3a6c4..bd8fdf4 100644 --- a/gcc/ada/exp_attr.adb +++ b/gcc/ada/exp_attr.adb @@ -4248,8 +4248,8 @@ package body Exp_Attr is when Attribute_Invalid_Value => Rewrite (N, Get_Simple_Init_Val (Ptyp, N)); - -- The value produced may be a conversion of a literal, which - -- must be resolved to establish its proper type. + -- The value produced may be a conversion of a literal, which must be + -- resolved to establish its proper type. Analyze_And_Resolve (N); |