[Ada] Improve error message on mult/div between fixed-point and integer
authorYannick Moy <moy@adacore.com>
Mon, 1 Jul 2019 13:35:38 +0000 (13:35 +0000)
committerPierre-Marie de Rodat <pmderodat@gcc.gnu.org>
Mon, 1 Jul 2019 13:35:38 +0000 (13:35 +0000)
commit1d0b1439ae4db4b52cb2bfd6b786d68bb8b5bb15
tree8564f4a30bd851f6021a87f58e68814c03266dfb
parent25feb37fc665e0c46ee2deec9f47f5ffd4cdd702
[Ada] Improve error message on mult/div between fixed-point and integer

Multiplication and division of a fixed-point type by an integer type is
only defined by default for type Integer. Clarify the error message to
explain that a conversion is needed in other cases.

Also change an error message to start with lowercase as it should be.

2019-07-01  Yannick Moy  <moy@adacore.com>

gcc/ada/

* sem_ch4.adb (Operator_Check): Refine error message.

From-SVN: r272866
gcc/ada/ChangeLog
gcc/ada/sem_ch4.adb