decl.c (gnat_to_gnu_entity): Put volatile qualifier on types at the very end of the...
authorEric Botcazou <ebotcazou@adacore.com>
Mon, 10 Oct 2016 10:09:13 +0000 (10:09 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Mon, 10 Oct 2016 10:09:13 +0000 (10:09 +0000)
commit41683e1a62f06f2791c9651d739cc69a5a60b07e
tree58d6af9e18050531b9e5b4a6ea7aad9bc2fb0f39
parent036a2fa23eae8f57d860bb5e0faf2551e5f3fed4
decl.c (gnat_to_gnu_entity): Put volatile qualifier on types at the very end of the processing.

* gcc-interface/decl.c (gnat_to_gnu_entity): Put volatile qualifier
on types at the very end of the processing.
(gnat_to_gnu_param): Remove redundant test.
(change_qualified_type): Do nothing for unconstrained array types.

From-SVN: r240915
gcc/ada/ChangeLog
gcc/ada/gcc-interface/decl.c
gcc/testsuite/ChangeLog
gcc/testsuite/gnat.dg/specs/vfa.ads [new file with mode: 0644]