summaryrefslogtreecommitdiff
path: root/gcc/c-opts.c
Commit message (Expand)AuthorAgeFilesLines
* c-opts.c (c_common_handle_option): New, pulled out of c_common_decode_option.Neil Booth2003-06-031-16/+29
* c-opts.c (CL_REJECT_NEGATIVE): New.Neil Booth2003-06-021-16/+16
* Makefile.in (c-opts.o, [...]): Update dependencies.Neil Booth2003-05-311-311/+48
* c-opts.c (c_common_decode_option): Don't accept dollars as identifier charact...Neil Booth2003-05-191-0/+1
* Add a new flag...Matt Austern2003-05-191-0/+5
* c-common.c, c-common.h (dollars_in_ident): Remove.Neil Booth2003-05-171-1/+6
* diagnostic.c (output_format): Add support for %m.Zack Weinberg2003-05-131-4/+4
* c-cppbuiltin.c (c_cpp_builtins): Move __STDC_HOSTED__ into cpplib as it's a S...Neil Booth2003-05-111-1/+1
* re PR c++/689 ([diagnostic] this warning is not helpful: `class xxxx' only de...Gabriel Dos Reis2003-05-111-1/+0
* c-opts.c (COMMAND_LINE_OPTIONS): Reject -Wmissing-prototypes and -Wstrict-pro...Neil Booth2003-05-061-2/+2
* re PR c/10604 (-Wall includes sign conversion warning [3.3 regression])Zack Weinberg2003-05-031-3/+7
* input.h (lineno): Rename to ...Nathan Sidwell2003-05-011-5/+5
* Various cleanups to help compile server.Per Bothner2003-03-201-5/+6
* c-opts.c: Default TARGET_EBCDIC to 0 if not defined.Neil Booth2003-03-171-0/+5
* Makefile.in: Update.Neil Booth2003-03-151-21/+50
* c-opts.c (finish_options): New.Neil Booth2003-03-141-4/+32
* /home/neil/diffs/include.logNeil Booth2003-03-141-5/+85
* c-opts.c (add_prefixed_path): Don't use concat.Zack Weinberg2003-03-101-2/+12
* c-opts.c (c_common_post_options): On fopen failure, return false, not NULL.Hans-Peter Nilsson2003-03-081-1/+1
* c-common.h (c_common_init, [...]): Update.Neil Booth2003-03-081-25/+32
* Makefile.in (c-ppoutput.o): Update.Neil Booth2003-03-061-14/+18
* Makefile.in: Update.Neil Booth2003-03-041-44/+36
* Makefile.in (C_AND_OBJC_OBJS, [...]): Update.Neil Booth2003-03-011-7/+99
* re PR fortran/9038 (-ffixed-line-length-none -x f77-cpp-input gives: Warning:...Toon Moene2003-02-201-0/+9
* cpplib.h (struct cpp_options): Add warn_deprecated field.Jason Merrill2003-01-281-0/+1
* alias.c: Fix comment typos.Kazu Hirata2003-01-181-1/+1
* Merge from pch-branch.Geoffrey Keating2003-01-101-0/+16
* Merge basic-improvements-branch to trunkZack Weinberg2002-12-161-0/+2
* * 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