aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-opts.c
AgeCommit message (Expand)AuthorFilesLines
2003-01-28cpplib.h (struct cpp_options): Add warn_deprecated field.Jason Merrill1-0/+1
2003-01-18alias.c: Fix comment typos.Kazu Hirata1-1/+1
2003-01-10Merge from pch-branch.Geoffrey Keating1-0/+16
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg1-0/+2
2002-11-09* c-opts.c (COMMAND_LINE_OPTIONS): Fix -Wimplicit.Neil Booth1-1/+1
2002-10-21c-opts.c (missing_arg): Use cl_options[opt_index].opt_code instead of just op...Ulrich Weigand1-1/+1
2002-10-20re PR c/761 (Undocumented options, part 1)Roger Sayle1-7/+0
2002-10-08c-opts.c (c_common_decode_option): Add warn_strict_aliasing to -Wall.Nathan Sidwell1-1/+2
2002-10-06cppinit.c (init_standard_includes, [...]): Use strncmp.Frank Ch. Eigler1-2/+2
2002-09-23c-common.c (flag_abi_version): New variable.Mark Mitchell1-0/+6
2002-09-15ChangeLog: Follow spelling conventions.Kazu Hirata1-2/+2
2002-08-27c-common.c (warn_abi): New variable.Mark Mitchell1-0/+5
2002-08-27Added -Wundeclared-selector ObjC command line optionNicola Pero1-0/+5
2002-08-26c-opts.c (find_opt): Don't complain about wrong languages here.Neil Booth1-19/+24
2002-08-14re PR preprocessor/7358 (Changes to Sun's make Dependencies)Neil Booth1-2/+6
2002-08-14* c-opts.c (c_common_post_options): Correct test.Neil Booth1-1/+1
2002-08-14c-opts.c (lang_flags): Const-ify.Kaveh R. Ghazi1-1/+1
2002-08-13opts.c (c_common_init_options): Extra braces needed.Neil Booth1-0/+2
2002-08-13c-opts.c (c_common_init_options): Check option array is sorted if checking en...Neil Booth1-0/+8
2002-08-12c-opts.c (deps_seen, [...]): New.Neil Booth1-51/+196
2002-08-12c-common.c (STDC_0_IN_SYSTEM_HEADERS, [...]): Move to c-copts.c.Neil Booth1-7/+60
2002-08-11c-common.c (c_common_init): Call preprocess_file instead.Neil Booth1-4/+117
2002-08-11c-common.h (enum c_language_kind): Emphasize that clk_c is 0.Neil Booth1-51/+60
2002-08-10c-opts.c (set_std_cxx98, [...]): New.Neil Booth1-25/+61
2002-08-10c-common.c (flag_objc): New.Ziemowit Laski1-9/+14
2002-08-09Makefile.in (c-opts.o): UpdateNeil Booth1-47/+228
2002-08-08c-opts.c (cpp_opts): New.Neil Booth1-4/+113
2002-08-07Makefile.in (c-opts.o, [...]): Update.Neil Booth1-0/+1107