[Ada] More complete information level for -gnatR4 output
commit46ebb491f19cfdb9c8953afc0f30c6417555a2c1
authorEric Botcazou <ebotcazou@adacore.com>
Mon, 22 Jul 2019 13:58:41 +0000 (22 13:58 +0000)
committerPierre-Marie de Rodat <pmderodat@gcc.gnu.org>
Mon, 22 Jul 2019 13:58:41 +0000 (22 13:58 +0000)
tree6e2120ac3c3df305f644036a15d8bfa9dcfe51dd
parentae3f6530573deaa7485be45662e506af7a56cfa9
[Ada] More complete information level for -gnatR4 output

This instructs -gnatR4 to also list the Etype of user-declared objects
if it is compiler-generated, for example in:

package P2 is

  Arr_V : array (1 .. 5) of Integer;

end P2;

2019-07-22  Eric Botcazou  <ebotcazou@adacore.com>

gcc/ada/

* repinfo.adb (List_Entities): Also list compiled-generated
types present as Etype of objects.

From-SVN: r273697
gcc/ada/ChangeLog
gcc/ada/repinfo.adb