aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/sem_res.adb
diff options
context:
space:
mode:
authorRobert Dewar <dewar@adacore.com>2011-08-04 10:22:27 +0000
committerArnaud Charlet <charlet@gcc.gnu.org>2011-08-04 12:22:27 +0200
commit2598ee6d90f1472899438cc29d6ebb6e45dea578 (patch)
tree53713048f3bd48d7b7052238968d51352b800cdd /gcc/ada/sem_res.adb
parentc2db4b320dc594f7f5724c712fec7612e1744918 (diff)
downloadgcc-2598ee6d90f1472899438cc29d6ebb6e45dea578.zip
gcc-2598ee6d90f1472899438cc29d6ebb6e45dea578.tar.gz
gcc-2598ee6d90f1472899438cc29d6ebb6e45dea578.tar.bz2
bindgen.adb, [...]: Minor reformatting
2011-08-04 Robert Dewar <dewar@adacore.com> * bindgen.adb, einfo.adb, sem_ch12.adb, s-tasren.adb, sem_res.adb, makeutl.adb, prj-nmsc.adb, opt.ads, prj-env.adb: Minor reformatting * gcc-interface/Make-lang.in: Update dependencies. From-SVN: r177356
Diffstat (limited to 'gcc/ada/sem_res.adb')
-rw-r--r--gcc/ada/sem_res.adb1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/ada/sem_res.adb b/gcc/ada/sem_res.adb
index f91eea4..bd7eaa2 100644
--- a/gcc/ada/sem_res.adb
+++ b/gcc/ada/sem_res.adb
@@ -7248,6 +7248,7 @@ package body Sem_Res is
declare
Left_Typ : constant Node_Id := Etype (Left_Opnd (N));
Right_Typ : constant Node_Id := Etype (Right_Opnd (N));
+
begin
-- Protect call to Matching_Static_Array_Bounds to avoid costly
-- operation if not needed.