diff options
author | Arnaud Charlet <charlet@gcc.gnu.org> | 2015-10-20 12:00:15 +0200 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2015-10-20 12:00:15 +0200 |
commit | 47b79f7801556cc194b099d5bad6409c93cf599c (patch) | |
tree | a46cc1b345b5b36131aaf156511be52f5bb1358a /gcc/ada/cstand.adb | |
parent | e9f97e793186e04e2a69ef8dc15073b530f2851f (diff) | |
download | gcc-47b79f7801556cc194b099d5bad6409c93cf599c.zip gcc-47b79f7801556cc194b099d5bad6409c93cf599c.tar.gz gcc-47b79f7801556cc194b099d5bad6409c93cf599c.tar.bz2 |
[multiple changes]
2015-10-20 Gary Dismukes <dismukes@adacore.com>
* sem_ch13.adb: Minor reference change (RM => AARM).
2015-10-20 Eric Botcazou <ebotcazou@adacore.com>
* make.adb (Check): Skip multilib switches reinstated by the
compiler only when counting the number of switches, since it is
what really matters in the regular operating mode.
2015-10-20 Arnaud Charlet <charlet@adacore.com>
* einfo.adb: Add extra assertion for small clause.
* cstand.adb: Minor style fix in comment.
* debug.adb: Minor reformatting.
* exp_util.adb: Fix minor typo.
2015-10-20 Ed Schonberg <schonberg@adacore.com>
* sem_ch12.adb (Same_Instantiated_Function): New predicate in
Check_Formal_Package_Instance, used to verify that the formal
and the actual of an actual package match when both are functions
given as attribute references.
From-SVN: r229034
Diffstat (limited to 'gcc/ada/cstand.adb')
-rw-r--r-- | gcc/ada/cstand.adb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/cstand.adb b/gcc/ada/cstand.adb index da30887..3d627c8 100644 --- a/gcc/ada/cstand.adb +++ b/gcc/ada/cstand.adb @@ -1425,8 +1425,8 @@ package body CStand is Dhi := Intval (Type_High_Bound (Standard_Integer_32)); Delta_Val := UR_From_Components (UI_From_Int (20), Uint_3, 10); - -- In standard 64-bit mode, the size is 64-bits and the delta and - -- small values are set to nanoseconds (1.0*(10.0**(-9)) + -- In 64-bit mode, the size is 64-bits and the delta and + -- small values are set to nanoseconds (1.0*(10.0**(-9)). else Dlo := Intval (Type_Low_Bound (Standard_Integer_64)); |