aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-opts.c
AgeCommit message (Expand)AuthorFilesLines
2003-09-15invoke.texi (Warning Options): Describe -Wold-style-definition.Andreas Jaeger1-0/+4
2003-08-19PR c++/10538, PR c/5582Andrew Pinski1-0/+4
2003-08-09cppinit.c (cpp_read_main_file): Split out source-independent initialization t...Per Bothner1-1/+2
2003-08-05c.opt: Introduce -fworking-directory.Alexandre Oliva1-1/+14
2003-08-04c-common.c (flag_noniso_default_format_attributes): Delete.Roger Sayle1-3/+0
2003-08-01Makefile.in: Refine dependencies.Neil Booth1-1/+1
2003-07-31opts.c (in_fnames, [...]): Moved here from c-opts.Per Bothner1-11/+0
2003-07-30re PR c/10320 (gcc 3.4 gets rid of static inline function that does not get i...Jan Hubicka1-4/+1
2003-07-29Makefile.in (LIBCPP_DEPS): Add HASHTAB_H.Neil Booth1-1/+1
2003-07-28c-parse.in (lineno_stmt_decl_or_labels_ending_decl): Also warn when warn_decl...Hans-Peter Nilsson1-0/+4
2003-07-22alias.c: Fix comment formatting.Kazu Hirata1-2/+2
2003-07-21c-common.h (num_in_fnames): Declare.Geoffrey Keating1-18/+1
2003-07-19alias.c [...]: Remove unnecessary casts.Kaveh R. Ghazi1-2/+1
2003-07-17re PR middle-end/11498 (asm can't be used to give a variable its own name)Geoffrey Keating1-0/+17
2003-07-17c-opts.c (this_input_filename): New.Geoffrey Keating1-6/+10
2003-07-15c-opts.c (print_help): Remove.Neil Booth1-93/+0
2003-07-15c-opts.c (push_command_line_include): Don't free deferred_opts, we'll need it.Geoffrey Keating1-1/+1
2003-07-11Index: ChangeLogGeoffrey Keating1-17/+44
2003-07-08Makefile.in: Update.Neil Booth1-2/+2
2003-07-06c-common.h (c_comon_handle_filename, [...]): New.Neil Booth1-43/+31
2003-07-05re PR driver/11417 (fortran options warned about in cc1 when *.F or -x f77-cp...Neil Booth1-2/+20
2003-07-05cpplib.h (CPP_AT_NAME, [...]): New token types.Zack Weinberg1-5/+21
2003-07-032003-7-03 Devang Patel <dpatel@apple.com>Devang Patel1-1/+0
2003-07-02c-common.h (c_common_init_options): New prototype.Neil Booth1-18/+9
2003-06-30c-common.c (enum c_language_kind, flag_objc): Remove.Neil Booth1-18/+28
2003-06-26c-opts.c (missing_arg): Make non-static.Neil Booth1-8/+2
2003-06-25c-opts.c (complain_wrong_lang, [...]): Remove.Neil Booth1-46/+1
2003-06-22c-lex.c: Convert to ISO C90.Andreas Jaeger1-63/+46
2003-06-21Makefile.in: Update.Neil Booth1-2/+2
2003-06-18re PR debug/4252 (cc1: Invalid option `-fdump-translation-unit')Robert Abeles1-1/+1
2003-06-16c-opts.c (c_common_handle_option): s/on/value/.Neil Booth1-142/+138
2003-06-15c-opts.c (lang_flags): Update for new spelling of flags.Neil Booth1-2/+2
2003-06-14Makefile.in: Update to use common.opt and lang_opt_files.Neil Booth1-1/+1
2003-06-12c-opts.c (complain_wrong_lang): Add on argument.Jakub Jelinek1-5/+7
2003-06-12Don't warn on dollars in builtin macro definitions,Hans-Peter Nilsson1-0/+17
2003-06-08Makefile.in: Rename options.c and options.h to c-options.c and c-options.h.Neil Booth1-1/+1
2003-06-07Makefile.in (OJBS, c-opts.o): Update.Neil Booth1-229/+34
2003-06-03c-opts.c (c_common_handle_option): New, pulled out of c_common_decode_option.Neil Booth1-16/+29
2003-06-02c-opts.c (CL_REJECT_NEGATIVE): New.Neil Booth1-16/+16
2003-05-31Makefile.in (c-opts.o, [...]): Update dependencies.Neil Booth1-311/+48
2003-05-19c-opts.c (c_common_decode_option): Don't accept dollars as identifier charact...Neil Booth1-0/+1
2003-05-19Add a new flag...Matt Austern1-0/+5
2003-05-17c-common.c, c-common.h (dollars_in_ident): Remove.Neil Booth1-1/+6
2003-05-13diagnostic.c (output_format): Add support for %m.Zack Weinberg1-4/+4
2003-05-11c-cppbuiltin.c (c_cpp_builtins): Move __STDC_HOSTED__ into cpplib as it's a S...Neil Booth1-1/+1
2003-05-11re PR c++/689 ([diagnostic] this warning is not helpful: `class xxxx' only de...Gabriel Dos Reis1-1/+0
2003-05-06c-opts.c (COMMAND_LINE_OPTIONS): Reject -Wmissing-prototypes and -Wstrict-pro...Neil Booth1-2/+2
2003-05-03re PR c/10604 (-Wall includes sign conversion warning [3.3 regression])Zack Weinberg1-3/+7
2003-05-01input.h (lineno): Rename to ...Nathan Sidwell1-5/+5
2003-03-20Various cleanups to help compile server.Per Bothner1-5/+6