|
@@ -27,7 +27,7 @@ Date: Tue Jul 31 00:52:27 2007 +0000
|
|
|
static void handle_OPT_d (const char *);
|
|
|
static void set_std_cxx98 (int);
|
|
|
static void set_std_cxx11 (int);
|
|
|
-@@ -461,6 +464,12 @@ c_common_handle_option (size_t scode, co
|
|
|
+@@ -459,6 +462,12 @@ c_common_handle_option (size_t scode, co
|
|
|
flag_no_builtin = !value;
|
|
|
break;
|
|
|
|
|
@@ -40,7 +40,7 @@ Date: Tue Jul 31 00:52:27 2007 +0000
|
|
|
case OPT_fconstant_string_class_:
|
|
|
constant_string_class_name = arg;
|
|
|
break;
|
|
|
-@@ -1110,6 +1119,47 @@ c_common_init (void)
|
|
|
+@@ -1125,6 +1134,47 @@ c_common_init (void)
|
|
|
return false;
|
|
|
}
|
|
|
|
|
@@ -102,7 +102,7 @@ Date: Tue Jul 31 00:52:27 2007 +0000
|
|
|
Assume normal C execution environment.
|
|
|
--- a/gcc/common.opt
|
|
|
+++ b/gcc/common.opt
|
|
|
-@@ -1547,6 +1547,9 @@ fguess-branch-probability
|
|
|
+@@ -1551,6 +1551,9 @@ fguess-branch-probability
|
|
|
Common Report Var(flag_guess_branch_prob) Optimization
|
|
|
Enable guessing of branch probabilities.
|
|
|
|
|
@@ -126,7 +126,7 @@ Date: Tue Jul 31 00:52:27 2007 +0000
|
|
|
opts->x_warn_larger_than = value != -1;
|
|
|
--- a/gcc/doc/invoke.texi
|
|
|
+++ b/gcc/doc/invoke.texi
|
|
|
-@@ -7005,6 +7005,17 @@ This option is only supported for C and
|
|
|
+@@ -7012,6 +7012,17 @@ This option is only supported for C and
|
|
|
@option{-Wall} and by @option{-Wpedantic}, which can be disabled with
|
|
|
@option{-Wno-pointer-sign}.
|
|
|
|