diff options
Diffstat (limited to 'gcc/f/top.c')
-rw-r--r-- | gcc/f/top.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/f/top.c b/gcc/f/top.c index 89d3e96e310..2c5317cfc01 100644 --- a/gcc/f/top.c +++ b/gcc/f/top.c @@ -573,6 +573,7 @@ ffe_handle_option (size_t scode, const char *arg, int value) case OPT_Wcomments: case OPT_Wimport: case OPT_Wtrigraphs: + case OPT_fpreprocessed: /* These are for cpp. */ break; |