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]

r213587 - in /trunk/gcc/ada: ChangeLog cal.c g-...


Author: charlet
Date: Mon Aug  4 13:16:24 2014
New Revision: 213587

URL: https://gcc.gnu.org/viewcvs?rev=213587&root=gcc&view=rev
Log:
2014-08-04  Doug Rupp  <rupp@adacore.com>

	* g-calend.adb (timeval_to_duration, duration_to_timeval): Change sec
	formal to long_long.
	* g-calend.ads (timeval): Bump up size to accomodate sec type.
	* s-taprop-linux.adb (timeval_to_duration): Change sec formal to
	long_long
	* s-osprim-posix.adb (timeval): Bump up size to accomodate
	new sec type.
	(timeval_to_duration): Change sec formal to Long_Long_Integer
	* s-osinte-darwin.adb (timeval): Bump up
	size to accomodate new sec type.
	(timeval_to_duration): Change sec formal to long_long
	* s-osinte-android.adb: Likewise.
	* cal.c (__gnat_timeal_to_duration, __gnat_duration_to_timeval): Change
	sec formal from long to long long.

2014-08-04  Robert Dewar  <dewar@adacore.com>

	* sem_res.adb (Resolve_Qualified_Expression): Make sure
	Do_Range_Check flag gets set.


Modified:
    trunk/gcc/ada/ChangeLog
    trunk/gcc/ada/cal.c
    trunk/gcc/ada/g-calend.adb
    trunk/gcc/ada/g-calend.ads
    trunk/gcc/ada/s-osinte-android.adb
    trunk/gcc/ada/s-osinte-darwin.adb
    trunk/gcc/ada/s-osprim-posix.adb
    trunk/gcc/ada/s-taprop-linux.adb
    trunk/gcc/ada/sem_res.adb


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