projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6332d84
)
sem_ch11.adb (Analyze_Raise_Statement): Change message for warning on param update.
author
Robert Dewar
<dewar@adacore.com>
Tue, 29 Mar 2005 16:20:11 +0000
(18:20 +0200)
committer
Arnaud Charlet
<charlet@gcc.gnu.org>
Tue, 29 Mar 2005 16:20:11 +0000
(18:20 +0200)
2005-03-29 Robert Dewar <dewar@adacore.com>
* sem_ch11.adb (Analyze_Raise_Statement): Change message for warning
on param update.
From-SVN: r97183
gcc/ada/sem_ch11.adb
patch
|
blob
|
history
diff --git
a/gcc/ada/sem_ch11.adb
b/gcc/ada/sem_ch11.adb
index 79dab061c25d62027632e5323f2823b919e3f787..afd72c13bd660b970146a92f7380b7edb1c4eeba 100644
(file)
--- a/
gcc/ada/sem_ch11.adb
+++ b/
gcc/ada/sem_ch11.adb
@@
-401,7
+401,7
@@
package body Sem_Ch11 is
("?assignment to pass-by-copy formal may have no effect",
P);
Error_Msg_N
- ("\?RAISE statement
is
abnormal return" &
+ ("\?RAISE statement
may result in
abnormal return" &
" ('R'M 6.4.1(17))", P);
end if;
end if;