diff options
author | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-07-30 14:21:09 +0000 |
---|---|---|
committer | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-07-30 14:21:09 +0000 |
commit | 4c1c7f3fba4ab7518567bec67fab42be3ce50e92 (patch) | |
tree | 44e4c774ab702d0af7e2bcd8781d4f2883d3d6e0 /gcc/ada/checks.adb | |
parent | 7ac8c2b1a35e66728bb39a826c61ca81b6367cad (diff) | |
download | gcc-4c1c7f3fba4ab7518567bec67fab42be3ce50e92.tar.gz |
2014-07-30 Robert Dewar <dewar@adacore.com>
* checks.adb, a-cihase.adb, a-cihase.ads, a-chtgop.adb, a-chtgop.ads,
a-except.adb, a-except-2005.adb, a-cborse.adb, a-cborse.ads,
a-exexda.adb, a-elchha.adb, exp_aggr.adb, a-cohase.adb: Minor
reformatting.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@213280 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/checks.adb')
-rw-r--r-- | gcc/ada/checks.adb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/ada/checks.adb b/gcc/ada/checks.adb index 4de06a4d05a..c117319dbff 100644 --- a/gcc/ada/checks.adb +++ b/gcc/ada/checks.adb @@ -4705,6 +4705,7 @@ package body Checks is else OK := False; end if; + return; end if; @@ -5100,7 +5101,7 @@ package body Checks is --------------------------- procedure Enable_Overflow_Check (N : Node_Id) is - Typ : constant Entity_Id := Base_Type (Etype (N)); + Typ : constant Entity_Id := Base_Type (Etype (N)); Mode : constant Overflow_Mode_Type := Overflow_Check_Mode; Chk : Nat; OK : Boolean; |