X-Git-Url: http://git.sourceforge.jp/view?p=pf3gnuchains%2Fgcc-fork.git;a=blobdiff_plain;f=gcc%2Fopts-common.c;h=b70b823db16eb247b7f68704d81dc5ebb81f7b06;hp=d3cefe85e8ebcc658ed10281e0400da7df23fd3f;hb=48e1416a24d50cacbb2a5e06a9ee61dd8cbee313;hpb=7f0f96af0499f0a9f8ee7198823d311f1a66ca9b diff --git a/gcc/opts-common.c b/gcc/opts-common.c index d3cefe85e8e..b70b823db16 100644 --- a/gcc/opts-common.c +++ b/gcc/opts-common.c @@ -121,7 +121,7 @@ cancel_option (int opt_idx, int next_opt_idx, int orig_next_opt_idx) if (cl_options [next_opt_idx].neg_index != orig_next_opt_idx) return cancel_option (opt_idx, cl_options [next_opt_idx].neg_index, orig_next_opt_idx); - + return false; }