Searched refs:c_common_post_options (Results 1 – 23 of 23) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/ |
H A D | c-objc-common.h | 44 #define LANG_HOOKS_POST_OPTIONS c_common_post_options
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c/ |
H A D | c-objc-common.h | 44 #define LANG_HOOKS_POST_OPTIONS c_common_post_options
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
H A D | ChangeLog | 299 * c-opts.cc (c_common_post_options): Don't enable 425 * c-opts.cc (c_common_post_options): Likewise. 553 * c-opts.c (c_common_post_options): Update defaults. 594 * c-opts.c (c_common_post_options): Remove unreachable return. 601 * c-opts.c (c_common_post_options): Enable -Wcomma-subscript by 656 * c-opts.c (c_common_post_options): Disable below C++14. 744 * c-opts.c (c_common_post_options): Use new macro 893 (c_common_post_options): Call new function 926 * c-opts.c (c_common_post_options): Default to 1006 * c-opts.c (c_common_post_options): Set -fdelete-dead-exceptions. [all …]
|
H A D | c-opts.cc | 790 c_common_post_options (const char **pfilename) in c_common_post_options() function
|
H A D | c-common.h | 949 extern bool c_common_post_options (const char **);
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | cp-objcp-common.h | 70 #define LANG_HOOKS_POST_OPTIONS c_common_post_options
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | cp-objcp-common.h | 75 #define LANG_HOOKS_POST_OPTIONS c_common_post_options
|
H A D | ChangeLog-2002 | 2880 * cp-lang.c (LANG_HOOKS_POST_OPTIONS): Use c_common_post_options.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/ |
H A D | c-opts.c | 767 c_common_post_options (const char **pfilename) in c_common_post_options() function
|
H A D | c-common.h | 923 extern bool c_common_post_options (const char **);
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ChangeLog-2002 | 4455 (c_common_post_options): And no need to set it from 10200 * c-opts.c (c_common_post_options): Correct test. 10480 (c_common_post_options): Handle -M*. Use sanitize_cpp_opts; 10569 (c_common_post_options): Set some cpp options here. 10945 (c_common_init_options, c_common_post_options): Move to c-opts.c. 13986 * c-common.c (c_common_post_options): Update prototype; 20532 * c-common.c (c_common_post_options): Add preprocessor 20535 (LANG_HOOKS_POST_OPTIONS): Use c_common_post_options. 20543 (LANG_HOOKS_POST_OPTIONS): Use c_common_post_options. 21217 * c-common.c (c_common_post_options): Warn if -Wformat-zero-length [all …]
|
H A D | ChangeLog-2009 | 4005 * c-opts.c (c_common_post_options): Move LTO option processing 7427 * c-opts.c (c_common_post_options): Handle -flto and -fwhopr. 19243 (c_common_post_options): Clear warn_jump_misses_init if it was not 22369 * c-opt (c_common_post_options): Do not enable Wlogical-op with 24840 (c_common_post_options): Simplify comment. 27308 * c-opts.c (c_common_post_options): Enable warn_logical_op with 27959 (c_common_post_options): For C++, set warn_enum_compare if not 30622 * c-opts.c (c_common_post_options): Set 30694 (c_common_post_options): Do not check cpp_errors (parse_in). 33673 * c-opts.c (c_common_post_options): If -W*packed-bitfield-compat [all …]
|
H A D | ChangeLog-2003 | 6971 * c-opts.c (c_common_post_options): Don't call cpp_find_main_file yet. 11494 * c-opts.c (c_common_post_options): Call cpp_post_options. 14309 (c_common_post_options): Likewise. 16605 (c_common_handle_option, c_common_post_options): Use flag_cxx. 24120 (c_common_post_options): Set warn_sign_compare from extra_warnings 24358 * c-opts.c (c_common_post_options, c_common_parse_file): Likewise. 29153 (c_common_post_options): Don't pass ident_hash to cpp_read_main_file. 29648 (c_common_post_options): Set file change callback. 30443 * c-opts.c (c_common_post_options): On fopen failure, return 30462 * c-common.h (c_common_init, c_common_post_options): Update. [all …]
|
H A D | common.opt | 981 ; Default in G++ 6 (set in c_common_post_options).
|
H A D | ChangeLog-2007 | 15167 * c-opts.c (c_common_post_options): Do not change flag_complex_method 18429 * c-opts.c (c_common_post_options): Likewise. 20495 * c-opts.c (c_common_post_options): Enabled by -Wextra. 20567 * c-opts.c (c_common_post_options): Uninitialized Wconversion-sign 25641 * c-opts.c (c_common_post_options): Handle C++ post-processing here. 26906 * c-opts.c (c_common_post_options): Set default value for 28988 (c_common_post_options): -Wimplict-function-declaration is enabled 30291 * c-opts.c (c_common_post_options): If C++0x mode is enabled, don't 34005 * c-opts.c (c_common_post_options): Enabled by -Wextra.
|
H A D | ChangeLog-2006 | 277 * c-opts.c (c_common_post_options): Enabled by -Wextra. 359 * c-opts.c (c_common_post_options): Enabled by -Wextra. 747 * c-opts.c (c_common_post_options): Enabled by -Wextra. 8404 * c-opts.c (c_common_post_options): Default warn_override_init to 20505 (c_common_post_options): -Woverlength-strings defaults to off, and 21418 (c_common_post_options): Likewise.
|
H A D | ChangeLog-2008 | 10727 (c_common_post_options): Handle all logic for Wmain here. 12381 * c-opts.c (c_common_post_options): Do not set flag_no_inline. 12799 * c-opts.c (c_common_post_options): Remove flag_inline_trees code 16293 * c-opts.c (c_common_post_options): PCH is not compatible with 25703 * c-opts.c (c_common_post_options): flag_permissive does not affect 28115 (c_common_post_options): Give default values to -Wstrict-aliasing 28513 * c-opts (c_common_post_options): Do not enable CPP
|
H A D | ChangeLog-2004 | 3423 * c-opts.c (c_common_post_options): Don't clear 20242 * c-opts.c (c_common_post_options): Make -Wextra turn it on by default. 24336 * c-opts.c (c_common_post_options): Force unit-at-a-time mode 27137 (c_common_post_options, c_common_init): Don't bothner to save, 29136 (c_common_post_options): Handle interation of different 33276 (c_common_post_options): Don't ever use rtl inlining. 36023 * c-opt.c (c_common_post_options): If this_input_filename is NULL, 42386 * c-opts.c (c_common_post_options): Don't emit working directory 43136 Don't handle -fworking_directory here, but in c_common_post_options. 43144 (c_common_post_options): Set dir_change callback. [all …]
|
H A D | ChangeLog.tree-ssa | 4115 * c-opts.c (c_common_post_options): Don't ever use rtl inlining. 18568 * c-common.c (c_common_post_options): ... here.
|
H A D | ChangeLog-2001 | 3994 (c_common_init_options, c_common_post_options): New. 3997 (c_common_init_options, c_common_post_options): New. 3998 * c-lang.c (c_post_options): Move body to c_common_post_options.
|
H A D | ChangeLog-2005 | 11236 * c-opts.c (c_common_post_options): Don't warn for 17647 * c-opts.c (c_common_post_options): Likewise. 30948 * c-opts.c (c_common_post_options): Set flag_complex_method to 2
|
H A D | ChangeLog-2010 | 32320 (c_common_post_options): warn_implicit and warn_implicit_int
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | common.opt | 943 ; Default in G++ 6 (set in c_common_post_options).
|