]> git.ipfire.org Git - thirdparty/gcc.git/commit
[Ada] Do not issue by default info messages for inlining in GNATprove
authorpmderodat <pmderodat@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 26 Sep 2018 09:19:12 +0000 (09:19 +0000)
committerpmderodat <pmderodat@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 26 Sep 2018 09:19:12 +0000 (09:19 +0000)
commit4dad74110404ba3fb838b5e6b50e7e9a86a1c075
tree07304bcaecb98507dd548408fb8789a6426b2d0f
parent87110162607cece08c3a1eec16d045594d07f5df
[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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@264629 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ada/ChangeLog
gcc/ada/debug.adb
gcc/ada/inline.adb