-
- Downloads
cppinit.c (COMMAND_LINE_OPTIONS): Give all relevant -W options their own entries.
* cppinit.c (COMMAND_LINE_OPTIONS): Give all relevant -W options their own entries. (parse_option): Clarify comment. (cpp_handle_option): Remove 'ignore' parameter and OPT_W special case. Replace if/strcmp chain for -W options with use of new OPT_* entries for them. (cpp_handle_options): Update to match. * cpplib.h: Remove last parameter to cpp_handle_option from prototype. * c-decl.c, cp/decl2.c: Update call to cpp_handle_option. From-SVN: r54352
Showing
- gcc/ChangeLog 12 additions, 0 deletionsgcc/ChangeLog
- gcc/c-decl.c 1 addition, 1 deletiongcc/c-decl.c
- gcc/cp/ChangeLog 4 additions, 0 deletionsgcc/cp/ChangeLog
- gcc/cp/decl2.c 1 addition, 1 deletiongcc/cp/decl2.c
- gcc/cppinit.c 85 additions, 59 deletionsgcc/cppinit.c
- gcc/cpplib.h 1 addition, 1 deletiongcc/cpplib.h
Loading
Please register or sign in to comment