projects
/
platform
/
upstream
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d1ffbd4
)
correct double semi-colons
author
Paul Thomas
<pault@gcc.gnu.org>
Fri, 21 Dec 2018 19:25:02 +0000
(19:25 +0000)
committer
Paul Thomas
<pault@gcc.gnu.org>
Fri, 21 Dec 2018 19:25:02 +0000
(19:25 +0000)
From-SVN: r267340
gcc/fortran/expr.c
patch
|
blob
|
history
diff --git
a/gcc/fortran/expr.c
b/gcc/fortran/expr.c
index
f4880a4
..
7a018ae
100644
(file)
--- a/
gcc/fortran/expr.c
+++ b/
gcc/fortran/expr.c
@@
-1975,7
+1975,7
@@
simplify_ref_chain (gfc_ref *ref, int type, gfc_expr **p)
gfc_replace_expr (*p, newp);
gfc_free_ref_list ((*p)->ref);
(*p)->ref = NULL;
- return true;
;
+ return true;
default:
break;