[Ada] Do not issue by default info messages for inlining in GNATprove
commita30a69c1229cbf5270d2048299da5b9ae171e226
authorYannick Moy <moy@adacore.com>
Wed, 26 Sep 2018 09:19:12 +0000 (26 09:19 +0000)
committerPierre-Marie de Rodat <pmderodat@gcc.gnu.org>
Wed, 26 Sep 2018 09:19:12 +0000 (26 09:19 +0000)
tree07304bcaecb98507dd548408fb8789a6426b2d0f
parent2d9c4206c9d18b39f4d1c87ddbbda75238b7bf19
[Ada] Do not issue by default info messages for inlining in GNATprove

Info messages about lack of inlining for analysis in GNATprove may be
confusing to users. They are now only issued when GNATprove is called
with switch --info, which it passes on to gnat2why with switch -gnatd_f.

There is no effect on compilation.

2018-09-26  Yannick Moy  <moy@adacore.com>

gcc/ada/

* debug.adb: Add use for -gnatd_f switch.
* inline.adb (Cannot_Inline): Only issue info message for
failure to inline in GNATprove mode when switch -gnatd_f is
used.

From-SVN: r264629
gcc/ada/ChangeLog
gcc/ada/debug.adb
gcc/ada/inline.adb