aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/sem_ch4.adb
diff options
context:
space:
mode:
authorRobert Dewar <dewar@adacore.com>2010-10-22 13:45:45 +0000
committerArnaud Charlet <charlet@gcc.gnu.org>2010-10-22 15:45:45 +0200
commit45010db959f848053fc5e1e08f8e6237ce8beafb (patch)
tree949aff9501b1ce8cdbb3ff3912c63c4a3dcc5f33 /gcc/ada/sem_ch4.adb
parent57416708a748d64486037509248f4a35e2d033cc (diff)
downloadgcc-45010db959f848053fc5e1e08f8e6237ce8beafb.zip
gcc-45010db959f848053fc5e1e08f8e6237ce8beafb.tar.gz
gcc-45010db959f848053fc5e1e08f8e6237ce8beafb.tar.bz2
sem_ch4.adb: Minor reformatting.
2010-10-22 Robert Dewar <dewar@adacore.com> * sem_ch4.adb: Minor reformatting. * sinfo.ads: Minor comment fixes for Ada 2012 syntax. From-SVN: r165826
Diffstat (limited to 'gcc/ada/sem_ch4.adb')
-rw-r--r--gcc/ada/sem_ch4.adb1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/ada/sem_ch4.adb b/gcc/ada/sem_ch4.adb
index ab33375..ac3fa03 100644
--- a/gcc/ada/sem_ch4.adb
+++ b/gcc/ada/sem_ch4.adb
@@ -5650,7 +5650,6 @@ package body Sem_Ch4 is
or else Is_Array_Type (Etype (L))
or else Is_Array_Type (Etype (R)))
then
-
if Nkind (N) = N_Op_Concat then
if Etype (L) /= Any_Composite
and then Is_Array_Type (Etype (L))