[multiple changes]
authorArnaud Charlet <charlet@gcc.gnu.org>
Tue, 2 May 2017 08:47:29 +0000 (10:47 +0200)
committerArnaud Charlet <charlet@gcc.gnu.org>
Tue, 2 May 2017 08:47:29 +0000 (10:47 +0200)
commitd86fb53f2099c77d14ce59f2dda30bcfeb1df328
treefa9f0c3f1c24c8e266bc699e969ce08c9b7a2d41
parentc5b4738f5730e10f2f4200c950adebd5f38bba49
[multiple changes]

2017-05-02  Bob Duff  <duff@adacore.com>

* s-taprop-linux.adb (Prio_To_Linux_Prio): New function to correctly
compute the linux priority from the Ada priority. Call this everywhere
required. In particular, the previous version was not doing this
computation when setting the ceiling priority in various places. It
was just converting to C.int, which results in a ceiling that is off
by 1.

2017-05-02  Ed Schonberg  <schonberg@adacore.com>

* sem_ch3.adb: Comment predicate inheritance.

From-SVN: r247473
gcc/ada/ChangeLog
gcc/ada/s-taprop-linux.adb
gcc/ada/sem_ch3.adb