2014-08-04 Doug Rupp <rupp@adacore.com>
commit399464c1c83e9dc51871e3fa4b5afd4e9be512dc
authorcharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 4 Aug 2014 13:16:24 +0000 (4 13:16 +0000)
committercharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 4 Aug 2014 13:16:24 +0000 (4 13:16 +0000)
tree73c1d8724a11d5b770c663c6bdccda7de328fbed
parent658ba466f0b9c7bfeeaeb5f78954ce97b404c401
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@213587 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ada/ChangeLog
gcc/ada/cal.c
gcc/ada/g-calend.adb
gcc/ada/g-calend.ads
gcc/ada/s-osinte-android.adb
gcc/ada/s-osinte-darwin.adb
gcc/ada/s-osprim-posix.adb
gcc/ada/s-taprop-linux.adb
gcc/ada/sem_res.adb