aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-opts.c
AgeCommit message (Expand)Author
2004-02-18re PR c++/11326 (C++ IA64 ABI: 3.1.4: sometimes pointer to temporary return v...Mark Mitchell
2004-02-13re PR other/10584 (ICE in copy_insn_list with __inline__ and -finstrument-fun...Ian Lance Taylor
2004-02-10c-opts.c (c_common_post_options): Don't emit working directory in cpp output ...Per Bothner
2004-02-08c-common.c (shadow_warning): Delete.Zack Weinberg
2004-02-07c-opts.c, [...]: Update copyright.Kazu Hirata
2004-02-04Partially revert/redo 2003-10-01 change; fix -fworking-directory.Per Bothner
2004-02-02[multiple changes]Eric Christopher
2003-12-22re PR c++/12862 (Conflicts Between typedefs/enums and Namespace Member Declar...Mark Mitchell
2003-12-21alias.c: Fix comment formatting.Kazu Hirata
2003-11-05c-opts.c (finish_options): Set include_cursor to disable premature calls to p...Per Bothner
2003-11-02c-opts.c (needValue): Do cpp_find_main_file before processing any imacros fla...Per Bothner
2003-10-31c-opts.c (finish_options): Change to returns boolean - false iff the call to ...Per Bothner
2003-10-02c-opts.c (c_common_post_options): Don't call cpp_find_main_file yet.Per Bothner
2003-09-25MERGE OF objc-improvements-branch into MAINLINE.Ziemowit Laski
2003-09-15invoke.texi (Warning Options): Describe -Wold-style-definition.Andreas Jaeger
2003-08-19PR c++/10538, PR c/5582Andrew Pinski
2003-08-09cppinit.c (cpp_read_main_file): Split out source-independent initialization t...Per Bothner
2003-08-05c.opt: Introduce -fworking-directory.Alexandre Oliva
2003-08-04c-common.c (flag_noniso_default_format_attributes): Delete.Roger Sayle
2003-08-01Makefile.in: Refine dependencies.Neil Booth
2003-07-31opts.c (in_fnames, [...]): Moved here from c-opts.Per Bothner
2003-07-30re PR c/10320 (gcc 3.4 gets rid of static inline function that does not get i...Jan Hubicka
2003-07-29Makefile.in (LIBCPP_DEPS): Add HASHTAB_H.Neil Booth
2003-07-28c-parse.in (lineno_stmt_decl_or_labels_ending_decl): Also warn when warn_decl...Hans-Peter Nilsson
2003-07-22alias.c: Fix comment formatting.Kazu Hirata
2003-07-21c-common.h (num_in_fnames): Declare.Geoffrey Keating
2003-07-19alias.c [...]: Remove unnecessary casts.Kaveh R. Ghazi
2003-07-17re PR middle-end/11498 (asm can't be used to give a variable its own name)Geoffrey Keating
2003-07-17c-opts.c (this_input_filename): New.Geoffrey Keating
2003-07-15c-opts.c (print_help): Remove.Neil Booth
2003-07-15c-opts.c (push_command_line_include): Don't free deferred_opts, we'll need it.Geoffrey Keating
2003-07-11Index: ChangeLogGeoffrey Keating
2003-07-08Makefile.in: Update.Neil Booth
2003-07-06c-common.h (c_comon_handle_filename, [...]): New.Neil Booth
2003-07-05re PR driver/11417 (fortran options warned about in cc1 when *.F or -x f77-cp...Neil Booth
2003-07-05cpplib.h (CPP_AT_NAME, [...]): New token types.Zack Weinberg
2003-07-032003-7-03 Devang Patel <dpatel@apple.com>Devang Patel
2003-07-02c-common.h (c_common_init_options): New prototype.Neil Booth
2003-06-30c-common.c (enum c_language_kind, flag_objc): Remove.Neil Booth
2003-06-26c-opts.c (missing_arg): Make non-static.Neil Booth
2003-06-25c-opts.c (complain_wrong_lang, [...]): Remove.Neil Booth
2003-06-22c-lex.c: Convert to ISO C90.Andreas Jaeger
2003-06-21Makefile.in: Update.Neil Booth
2003-06-18re PR debug/4252 (cc1: Invalid option `-fdump-translation-unit')Robert Abeles
2003-06-16c-opts.c (c_common_handle_option): s/on/value/.Neil Booth
2003-06-15c-opts.c (lang_flags): Update for new spelling of flags.Neil Booth
2003-06-14Makefile.in: Update to use common.opt and lang_opt_files.Neil Booth
2003-06-12c-opts.c (complain_wrong_lang): Add on argument.Jakub Jelinek
2003-06-12Don't warn on dollars in builtin macro definitions,Hans-Peter Nilsson
2003-06-08Makefile.in: Rename options.c and options.h to c-options.c and c-options.h.Neil Booth