diff options
Diffstat (limited to 'gcc/fortran/dump-parse-tree.c')
-rw-r--r-- | gcc/fortran/dump-parse-tree.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/fortran/dump-parse-tree.c b/gcc/fortran/dump-parse-tree.c index cab0fb2..1012b11 100644 --- 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: |