diff options
author | sam <sam@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-10-10 14:52:18 +0000 |
---|---|---|
committer | sam <sam@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-10-10 14:52:18 +0000 |
commit | 0276cac6391875af26d797e9916683bd36d0ca80 (patch) | |
tree | b12a580286df580969f2eb6b3ce6abcbc6f949ab /gcc/ada/sem_eval.adb | |
parent | 72c30ab7247d23140cc149f0aa6b4813d8ba6531 (diff) | |
download | gcc-0276cac6391875af26d797e9916683bd36d0ca80.tar.gz |
gcc/ada/
* sem_eval.adb: Give a more precise error message.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@152619 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/sem_eval.adb')
-rw-r--r-- | gcc/ada/sem_eval.adb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/sem_eval.adb b/gcc/ada/sem_eval.adb index 18853d72729..6e06e8353ae 100644 --- a/gcc/ada/sem_eval.adb +++ b/gcc/ada/sem_eval.adb @@ -5018,7 +5018,7 @@ package body Sem_Eval is if Attribute_Name (N) = Name_Size then Error_Msg_N - ("size attribute is only static for scalar type " & + ("size attribute is only static for static scalar type " & "(RM 4.9(7,8))", N); -- Flag array cases |