[Ada] Fix incorrect computation of Component_Size in ASIS mode
authorEric Botcazou <ebotcazou@adacore.com>
Tue, 9 Oct 2018 15:06:50 +0000 (15:06 +0000)
committerPierre-Marie de Rodat <pmderodat@gcc.gnu.org>
Tue, 9 Oct 2018 15:06:50 +0000 (15:06 +0000)
commit4b9e1bc78110d65377acdf23ee3733f8c69baef9
tree63fbf5a293c7b24c26396ba37f45eae1f2b6c734
parent005f870e9145c83cba08cab71ed9c0de5bb08e2c
[Ada] Fix incorrect computation of Component_Size in ASIS mode

2018-10-09  Eric Botcazou  <ebotcazou@adacore.com>

gcc/ada/

* gcc-interface/decl.c (gnat_to_gnu_entity) <E_Constant>: If
this is not a definition, retrieve the expression in all cases
even if we are just annotating types.
* gcc-interface/trans.c (gnat_to_gnu): Also translate Size
attribute for constrained types in this mode.

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