From: Eric Botcazou
The flagged use has apparently disappeared for long.
gcc/ada/ChangeLog:
* sinfo.ads (Assignment_OK): Remove obsolete ??? comment.
Tested on x86_64-pc-linux-gnu, committed on master.
---
gcc/ada/sinfo.ads | 6 ++
1 file changed, 2 insertions(+), 4 deletions(-)
Routine [Set_]Generic_Parent can only be called on package, function
and procedure specification nodes, as asserted in their bodies. It would
crash when called for renaming or object declarations; the comment was
most likely referring to some earlier implemenation idea.
Tested on x86_64-pc-linux-g
I forgot to remove it when I removed the associated code back in June.
Tested on x86_64-suse-linux, applied on the mainline and 4.8 branch.
2013-10-13 Eric Botcazou
* gcc-interface/decl.c (gnat_to_gnu_param): Remove obsolete comment.
--
Eric BotcazouIndex: gcc-interface/decl.c
===