diff options
Diffstat (limited to 'gcc/opts.c')
-rw-r--r-- | gcc/opts.c | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -2149,6 +2149,10 @@ common_handle_option (size_t scode, const char *arg, int value, flag_pedantic_errors = pedantic = 1; break; + case OPT_fwhopr: + flag_whopr = value; + break; + case OPT_fsee: case OPT_fcse_skip_blocks: case OPT_floop_optimize: |