[Ada] Do not query the representation information in CodePeer/GNATprove
authorYannick Moy <moy@adacore.com>
Mon, 11 Jun 2018 09:18:12 +0000 (09:18 +0000)
committerPierre-Marie de Rodat <pmderodat@gcc.gnu.org>
Mon, 11 Jun 2018 09:18:12 +0000 (09:18 +0000)
commita19711197eb4c7d72f493e808534faa490e94712
treeb8bc7e9ef6f1a93a56e0f7ea7da3d26212f48432
parentd42dc0ade04ceb5b186fec9cdbc2554251753583
[Ada] Do not query the representation information in CodePeer/GNATprove

Representation information generated when user calls the compiler with -gnatR
switch is not available when running the frontend inside CodePeer or GNATprove.
Do not query such information in that case, as this leads to spurious messages
that it is not available.

There is no impact on compilation.

2018-06-11  Yannick Moy  <moy@adacore.com>

gcc/ada/

* gnat1drv.adb: Do not check representation information in CodePeer and
GNATprove modes, as these modes call a special backend instead of gigi,
so do not have the information.

From-SVN: r261414
gcc/ada/ChangeLog
gcc/ada/gnat1drv.adb