summaryrefslogtreecommitdiff
path: root/gcc/c-opts.c
Commit message (Expand)AuthorAgeFilesLines
* * c-opts.c (COMMAND_LINE_OPTIONS): Fix -Wimplicit.neil2002-11-091-1/+1
* * c-opts.c (missing_arg): Use cl_options[opt_index].opt_codeuweigand2002-10-211-1/+1
* PR c/761sayle2002-10-201-7/+0
* gcc:nathan2002-10-081-1/+2
* * cppinit.c (init_standard_includes, parse_option): Use strncmp.neil2002-10-061-2/+2
* * c-common.c (flag_abi_version): New variable.mmitchel2002-09-231-0/+6
* * ChangeLog: Follow spelling conventions.kazu2002-09-151-2/+2
* * c-common.c (warn_abi): New variable.mmitchel2002-08-271-0/+5
* Added -Wundeclared-selector ObjC command line optionnicola2002-08-271-0/+5
* * c-opts.c (find_opt): Don't complain about wrong languagesneil2002-08-261-19/+24
* PR preprocessor/7358neil2002-08-141-2/+6
* * c-opts.c (c_common_post_options): Correct test.neil2002-08-141-1/+1
* * c-opts.c (lang_flags): Const-ify.ghazi2002-08-141-1/+1
* opts.c (c_common_init_options): Extra braces needed.neil2002-08-131-0/+2
* * c-opts.c (c_common_init_options): Check option array isneil2002-08-131-0/+8
* * c-opts.c (deps_seen, deps_file, deferred_count, deferred_size,neil2002-08-121-51/+196
* * c-common.c (STDC_0_IN_SYSTEM_HEADERS, c_common_init): Moveneil2002-08-121-7/+60
* * c-common.c (c_common_init): Call preprocess_file instead.neil2002-08-111-4/+117
* * c-common.h (enum c_language_kind): Emphasize that clk_c is 0.neil2002-08-111-51/+60
* * c-opts.c (set_std_cxx98, set_std_c89): New.neil2002-08-101-25/+61
* 2002-08-09 Ziemowit Laski <zlaski@apple.com>zlaski2002-08-101-9/+14
* * Makefile.in (c-opts.o): Updateneil2002-08-091-47/+228
* * c-opts.c (cpp_opts): New.neil2002-08-081-4/+113
* * Makefile.in (c-opts.o, c-common.o, C_AND_OBJC_OBJS): Update.neil2002-08-071-0/+1107