]> git.ipfire.org Git - thirdparty/gcc.git/commit
decl.c (gnat_to_gnu_entity): In ASIS mode, do a minimal translation for root types...
authorEric Botcazou <ebotcazou@adacore.com>
Tue, 24 Nov 2015 09:00:45 +0000 (09:00 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Tue, 24 Nov 2015 09:00:45 +0000 (09:00 +0000)
commitc4833de12598fbc5d8efb413a89ae6cf98b5f459
tree9220dc1c269c874df02585567bdb0a21cfcb3364
parent93200f92e5e0c4450e7a350887112f9c974d8e3f
decl.c (gnat_to_gnu_entity): In ASIS mode, do a minimal translation for root types with discriminants.

* gcc-interface/decl.c (gnat_to_gnu_entity) <Concurrent types>: In
ASIS mode, do a minimal translation for root types with discriminants.
* gcc-interface/trans.c (gnat_to_gnu) <N_Subunit>: Move around.
<N_Entry_Body, N_Protected_Body, N_Task_Body>: Likewise.  In ASIS mode,
process the declarations attached to the body.

From-SVN: r230792
gcc/ada/ChangeLog
gcc/ada/gcc-interface/decl.c
gcc/ada/gcc-interface/trans.c