summaryrefslogtreecommitdiff
path: root/gcc/c-opts.c
Commit message (Expand)AuthorAgeFilesLines
* c-opts.c (complain_wrong_lang): Add on argument.Jakub Jelinek2003-06-121-5/+7
* re PR c/10604 (-Wall includes sign conversion warning [3.3 regression])Zack Weinberg2003-05-031-1/+2
* re PR fortran/9038 (-ffixed-line-length-none -x f77-cpp-input gives: Warning:...Toon Moene2003-02-211-0/+9
* * c-opts.c (COMMAND_LINE_OPTIONS): Fix -Wimplicit.Neil Booth2002-11-091-1/+1
* c-opts.c (missing_arg): Use cl_options[opt_index].opt_code instead of just op...Ulrich Weigand2002-10-211-1/+1
* re PR c/761 (Undocumented options, part 1)Roger Sayle2002-10-201-7/+0
* c-opts.c (c_common_decode_option): Add warn_strict_aliasing to -Wall.Nathan Sidwell2002-10-081-1/+2
* cppinit.c (init_standard_includes, [...]): Use strncmp.Frank Ch. Eigler2002-10-061-2/+2
* c-common.c (flag_abi_version): New variable.Mark Mitchell2002-09-231-0/+6
* ChangeLog: Follow spelling conventions.Kazu Hirata2002-09-151-2/+2
* c-common.c (warn_abi): New variable.Mark Mitchell2002-08-271-0/+5
* Added -Wundeclared-selector ObjC command line optionNicola Pero2002-08-271-0/+5
* c-opts.c (find_opt): Don't complain about wrong languages here.Neil Booth2002-08-261-19/+24
* re PR preprocessor/7358 (Changes to Sun's make Dependencies)Neil Booth2002-08-141-2/+6
* * c-opts.c (c_common_post_options): Correct test.Neil Booth2002-08-141-1/+1
* c-opts.c (lang_flags): Const-ify.Kaveh R. Ghazi2002-08-141-1/+1
* opts.c (c_common_init_options): Extra braces needed.Neil Booth2002-08-131-0/+2
* c-opts.c (c_common_init_options): Check option array is sorted if checking en...Neil Booth2002-08-131-0/+8
* c-opts.c (deps_seen, [...]): New.Neil Booth2002-08-121-51/+196
* c-common.c (STDC_0_IN_SYSTEM_HEADERS, [...]): Move to c-copts.c.Neil Booth2002-08-121-7/+60
* c-common.c (c_common_init): Call preprocess_file instead.Neil Booth2002-08-111-4/+117
* c-common.h (enum c_language_kind): Emphasize that clk_c is 0.Neil Booth2002-08-111-51/+60
* c-opts.c (set_std_cxx98, [...]): New.Neil Booth2002-08-101-25/+61
* c-common.c (flag_objc): New.Ziemowit Laski2002-08-101-9/+14
* Makefile.in (c-opts.o): UpdateNeil Booth2002-08-091-47/+228
* c-opts.c (cpp_opts): New.Neil Booth2002-08-081-4/+113
* Makefile.in (c-opts.o, [...]): Update.Neil Booth2002-08-071-0/+1107