diff options
author | Steven Bosscher <steven@gcc.gnu.org> | 2009-05-14 20:56:54 +0000 |
---|---|---|
committer | Steven Bosscher <steven@gcc.gnu.org> | 2009-05-14 20:56:54 +0000 |
commit | c04a56bffe53119ac0745f1c86df0c488e447989 (patch) | |
tree | 0ef4edb7cdbce238b9653108bb0ba6143c3da4d3 /gcc/opts.c | |
parent | 237ee620ad734b5c54b79cf3524d9284a2a81bf0 (diff) | |
download | gcc-c04a56bffe53119ac0745f1c86df0c488e447989.zip gcc-c04a56bffe53119ac0745f1c86df0c488e447989.tar.gz gcc-c04a56bffe53119ac0745f1c86df0c488e447989.tar.bz2 |
re PR driver/40144 (ice in common_handle_option)
PR driver/40144
* opts.c (common_handle_option): Add OPT_fcse_skip_blocks as a no-op.
From-SVN: r147543
Diffstat (limited to 'gcc/opts.c')
-rw-r--r-- | gcc/opts.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2063,6 +2063,7 @@ common_handle_option (size_t scode, const char *arg, int value, flag_pedantic_errors = pedantic = 1; break; + case OPT_fcse_skip_blocks: case OPT_floop_optimize: case OPT_frerun_loop_opt: case OPT_fstrength_reduce: |