aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorArnaud Charlet <charlet@gcc.gnu.org>2017-04-27 12:20:52 +0200
committerArnaud Charlet <charlet@gcc.gnu.org>2017-04-27 12:20:52 +0200
commit62c7d441e5016a2392539b3ce059bbec01fbab3a (patch)
treeeed7b3c7e1e7d03e85db647bc431307d4d8cc0ca /gcc
parentaaa0a838e6a944b0b9ff4a13e08c93a98fb94e97 (diff)
downloadgcc-62c7d441e5016a2392539b3ce059bbec01fbab3a.zip
gcc-62c7d441e5016a2392539b3ce059bbec01fbab3a.tar.gz
gcc-62c7d441e5016a2392539b3ce059bbec01fbab3a.tar.bz2
Minor reformatting.
From-SVN: r247314
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ada/exp_util.adb4
-rw-r--r--gcc/ada/sem_ch13.adb8
2 files changed, 6 insertions, 6 deletions
diff --git a/gcc/ada/exp_util.adb b/gcc/ada/exp_util.adb
index 4da91da..8c05d99 100644
--- a/gcc/ada/exp_util.adb
+++ b/gcc/ada/exp_util.adb
@@ -4745,8 +4745,8 @@ package body Exp_Util is
Force_Evaluation (E);
if Original_Node (E) /= E then
- Set_Do_Range_Check (E,
- Do_Range_Check (Original_Node (E)));
+ Set_Do_Range_Check
+ (E, Do_Range_Check (Original_Node (E)));
end if;
Next (E);
diff --git a/gcc/ada/sem_ch13.adb b/gcc/ada/sem_ch13.adb
index 2c2366d..b4eda29 100644
--- a/gcc/ada/sem_ch13.adb
+++ b/gcc/ada/sem_ch13.adb
@@ -9087,10 +9087,10 @@ package body Sem_Ch13 is
if In_Instance then
return;
- -- The enclosing scope may have been rewritten during expansion (.e.g.
- -- a task body is rewritten as a procedure) after this conformance check
- -- has been performed, so do not perform it again (it may not easily
- -- be done if full visibility of local entities is not available).
+ -- The enclosing scope may have been rewritten during expansion (.e.g. a
+ -- task body is rewritten as a procedure) after this conformance check
+ -- has been performed, so do not perform it again (it may not easily be
+ -- done if full visibility of local entities is not available).
elsif not Comes_From_Source (Current_Scope) then
return;