summaryrefslogtreecommitdiff
path: root/gcc/fortran/parse.c
diff options
context:
space:
mode:
authorRichard Sandiford <richard.sandiford@linaro.org>2017-11-20 16:02:55 +0000
committerRichard Sandiford <richard.sandiford@linaro.org>2017-11-20 16:02:55 +0000
commitd58952aefb03632bbb5b441d5c0bd330711f0af1 (patch)
treed046e56bfbd6a40106ae6ab96fafc954f1dfc955 /gcc/fortran/parse.c
parent648f8fc59b2cc39abd24f4c22388b346cdebcc31 (diff)
parent50221fae802a10fafe95e61d40504a58da33e98f (diff)
downloadgcc-linaro-dev/sve.tar.gz
Merge trunk into svelinaro-dev/sve
Diffstat (limited to 'gcc/fortran/parse.c')
-rw-r--r--gcc/fortran/parse.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/gcc/fortran/parse.c b/gcc/fortran/parse.c
index e4deff9c79e..d025c912921 100644
--- a/gcc/fortran/parse.c
+++ b/gcc/fortran/parse.c
@@ -132,7 +132,7 @@ use_modules (void)
return st; \
else \
undo_new_statement (); \
- } while (0);
+ } while (0)
/* This is a specialist version of decode_statement that is used
@@ -606,7 +606,7 @@ decode_statement (void)
return st; \
else \
undo_new_statement (); \
- } while (0);
+ } while (0)
static gfc_statement
decode_oacc_directive (void)
@@ -728,7 +728,7 @@ decode_oacc_directive (void)
} \
else \
undo_new_statement (); \
- } while (0);
+ } while (0)
/* Like match, but don't match anything if not -fopenmp
and if spec_only, goto do_spec_only without actually matching. */
@@ -746,7 +746,7 @@ decode_oacc_directive (void)
} \
else \
undo_new_statement (); \
- } while (0);
+ } while (0)
/* Like match, but set a flag simd_matched if keyword matched. */
#define matchds(keyword, subr, st) \
@@ -759,7 +759,7 @@ decode_oacc_directive (void)
} \
else \
undo_new_statement (); \
- } while (0);
+ } while (0)
/* Like match, but don't match anything if not -fopenmp. */
#define matchdo(keyword, subr, st) \
@@ -774,7 +774,7 @@ decode_oacc_directive (void)
} \
else \
undo_new_statement (); \
- } while (0);
+ } while (0)
static gfc_statement
decode_omp_directive (void)