projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
69bde2d
)
Fortran's dump-parse-tree.c: Use '==' not '=' for '.eq.'.
author
Tobias Burnus
<tobias@codesourcery.com>
Mon, 30 Nov 2020 14:19:39 +0000
(15:19 +0100)
committer
Tobias Burnus
<tobias@codesourcery.com>
Mon, 30 Nov 2020 14:21:21 +0000
(15:21 +0100)
gcc/fortran/
* dump-parse-tree.c (show_expr): Use '==' not '=' for '.eq.'.
gcc/fortran/dump-parse-tree.c
patch
|
blob
|
history
diff --git
a/gcc/fortran/dump-parse-tree.c
b/gcc/fortran/dump-parse-tree.c
index cab0fb2979f50279fb07a6e7baae04548a9c2124..1012b11fb98944f2db0c26d2274d19e04b6fca42 100644
(file)
--- a/
gcc/fortran/dump-parse-tree.c
+++ b/
gcc/fortran/dump-parse-tree.c
@@
-648,7
+648,7
@@
show_expr (gfc_expr *p)
break;
case INTRINSIC_EQ:
case INTRINSIC_EQ_OS:
- fputs ("= ", dumpfile);
+ fputs ("=
=
", dumpfile);
break;
case INTRINSIC_NE:
case INTRINSIC_NE_OS: