]> gcc.gnu.org Git - gcc.git/commit
sem_res.adb (Resolve_Call): if the call is actually an indexing operation on the...
authorEd Schonberg <schonber@gnat.com>
Fri, 26 Oct 2001 00:47:09 +0000 (00:47 +0000)
committerGeert Bosch <bosch@gcc.gnu.org>
Fri, 26 Oct 2001 00:47:09 +0000 (02:47 +0200)
commit6f311316194c0494cc43c16be10b434ca562a8df
tree462c2d3c04ef8d1af6b4bfa9dae21d294b940467
parent17be0cdf52730f68542fbca09480dcde990b92b8
sem_res.adb (Resolve_Call): if the call is actually an indexing operation on the result of a parameterless...

* sem_res.adb (Resolve_Call): if the call is actually an indexing
        operation on the result of a parameterless call, perform elaboration
        check after the node has been properly rewritten.

* sem_ch12.adb (Copy_Generic_Node): after the proper body has been
        inlined within the generic tree, the defining identifier is not a
        compilation_unit.

From-SVN: r46510
gcc/ada/ChangeLog
gcc/ada/sem_ch12.adb
gcc/ada/sem_res.adb
This page took 0.063984 seconds and 5 git commands to generate.