projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3b9fa2d
)
expander.adb: Take into account N_Subprogram_Renaming_Declaration
author
Ed Schonberg
<schonberg@adacore.com>
Thu, 13 Dec 2007 10:24:44 +0000
(11:24 +0100)
committer
Arnaud Charlet
<charlet@gcc.gnu.org>
Thu, 13 Dec 2007 10:24:44 +0000
(11:24 +0100)
2007-12-06 Ed Schonberg <schonberg@adacore.com>
* expander.adb: Take into account N_Subprogram_Renaming_Declaration
From-SVN: r130829
gcc/ada/expander.adb
patch
|
blob
|
history
diff --git
a/gcc/ada/expander.adb
b/gcc/ada/expander.adb
index 1c5b6ab82e0c504151da77198f7f2ae86d2f2e68..a6164fb5f9b7933ce328f092b2525fede94014dc 100644
(file)
--- a/
gcc/ada/expander.adb
+++ b/
gcc/ada/expander.adb
@@
-342,6
+342,9
@@
package body Expander is
when N_Package_Renaming_Declaration =>
Expand_N_Package_Renaming_Declaration (N);
+ when N_Subprogram_Renaming_Declaration =>
+ Expand_N_Subprogram_Renaming_Declaration (N);
+
when N_Pragma =>
Expand_N_Pragma (N);