[multiple changes]
authorArnaud Charlet <charlet@gcc.gnu.org>
Thu, 15 Sep 2011 10:22:54 +0000 (12:22 +0200)
committerArnaud Charlet <charlet@gcc.gnu.org>
Thu, 15 Sep 2011 10:22:54 +0000 (12:22 +0200)
commit0b5b2bbc71dfb621df534b9cc16536eb083046ce
tree02b448f73c0093fbfe3345e763787607a8a726b8
parent21f1e8ce7288b853f431202fa3b61e12f823ae7d
[multiple changes]

2011-09-15  Robert Dewar  <dewar@adacore.com>

* a-cdlili.adb, a-coinve.adb, a-stzunb-shared.ads, a-suezst.adb,
a-suenco.adb, a-stwiun-shared.ads, a-cobove.adb, a-convec.adb,
a-btgbso.adb, a-cbdlli.adb, a-suewst.adb: Minor reformatting.

2011-09-15  Ed Schonberg  <schonberg@adacore.com>

* sem_ch6.adb (Analyze_Expression_Function): Code cleanup:
if the expression function is not a completion, create a
new specification for the generated declaration, and keep the
original specification in the generated body. Shorter code also
ensures that proper warnings are generated for unused formals
in all cases.

2011-09-15  Sergey Rybin  <rybin@adacore.com>

* tree_io.ads: Update ASIS_Version_Number because of the changes
in the tree structures for expression functions.

2011-09-15  Arnaud Charlet  <charlet@adacore.com>

* s-osinte-aix.ads, s-osinte-darwin.ads, s-osinte-freebsd.ads,
s-osinte-hpux.ads, s-osinte-lynxos.ads, s-osinte-solaris-posix.ads,
s-taprop-posix.adb (CLOCK_MONOTONIC): New constant.
(CLOCK_REALTIME): Fix wrong value on some OSes.
* s-taprop-posix.adb (Monotonic_Clock): Use CLOCK_MONOTONIC.

From-SVN: r178877
21 files changed:
gcc/ada/ChangeLog
gcc/ada/a-btgbso.adb
gcc/ada/a-cbdlli.adb
gcc/ada/a-cdlili.adb
gcc/ada/a-cobove.adb
gcc/ada/a-coinve.adb
gcc/ada/a-convec.adb
gcc/ada/a-stwiun-shared.ads
gcc/ada/a-stzunb-shared.ads
gcc/ada/a-suenco.adb
gcc/ada/a-suewst.adb
gcc/ada/a-suezst.adb
gcc/ada/s-osinte-aix.ads
gcc/ada/s-osinte-darwin.ads
gcc/ada/s-osinte-freebsd.ads
gcc/ada/s-osinte-hpux.ads
gcc/ada/s-osinte-lynxos.ads
gcc/ada/s-osinte-solaris-posix.ads
gcc/ada/s-taprop-posix.adb
gcc/ada/sem_ch6.adb
gcc/ada/tree_io.ads