diff options
Diffstat (limited to 'gcc/c-lang.c')
-rw-r--r-- | gcc/c-lang.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gcc/c-lang.c b/gcc/c-lang.c index 5217391..b96895d 100644 --- a/gcc/c-lang.c +++ b/gcc/c-lang.c @@ -62,9 +62,7 @@ lang_init_options () void lang_init () { - /* If still "unspecified", make it match -fbounded-pointers. */ - if (flag_bounds_check < 0) - flag_bounds_check = flag_bounded_pointers; + c_common_lang_init (); /* If still unspecified, make it match pedantic && -std=c99. */ if (mesg_implicit_function_declaration < 0) |