This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r178877 - in /trunk/gcc/ada: ChangeLog a-btgbso...


Author: charlet
Date: Thu Sep 15 10:22:54 2011
New Revision: 178877

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=178877
Log:
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.


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]