diff options
author | Andre Vehreschild <vehre@gmx.de> | 2015-01-23 11:01:39 +0100 |
---|---|---|
committer | Andre Vehreschild <vehre@gcc.gnu.org> | 2015-01-23 11:01:39 +0100 |
commit | 63a1dd103f90a6c4c26d2f57f64368ba36ed98c1 (patch) | |
tree | 9380e138e9ed29aab25304efacd4c68e34556ea7 /gcc/fortran/trans-stmt.c | |
parent | bd849fe605470d9a902dbbd5338012c786243466 (diff) | |
download | gcc-63a1dd103f90a6c4c26d2f57f64368ba36ed98c1.tar.gz |
In gcc/fortran/ fixed some cosmetics.
* trans-decl.c (gfc_finish_var_decl): Fixed moved comment.
* trans-stmt.c (gfc_trans_allocate): Fixed indentation.
From-SVN: r220032
Diffstat (limited to 'gcc/fortran/trans-stmt.c')
-rw-r--r-- | gcc/fortran/trans-stmt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/fortran/trans-stmt.c b/gcc/fortran/trans-stmt.c index a9cbe43b2a9..52caaa4a8cb 100644 --- a/gcc/fortran/trans-stmt.c +++ b/gcc/fortran/trans-stmt.c @@ -5150,7 +5150,7 @@ gfc_trans_allocate (gfc_code * code) if (unlimited_char) tmp = TREE_TYPE (gfc_typenode_for_spec (&code->expr3->ts)); else - tmp = TREE_TYPE (gfc_typenode_for_spec (&al->expr->ts)); + tmp = TREE_TYPE (gfc_typenode_for_spec (&al->expr->ts)); tmp = TYPE_SIZE_UNIT (tmp); memsz = fold_build2_loc (input_location, MULT_EXPR, TREE_TYPE (tmp), tmp, |