summaryrefslogtreecommitdiff
path: root/gcc/c-opts.c
Commit message (Expand)AuthorAgeFilesLines
* c-common.c (flag_objc_sjlj_exceptions): New.Richard Henderson2004-06-171-0/+10
* Makefile.am: Add makedepend.Zack Weinberg2004-06-051-1/+11
* c.opt (Wmissing-include-dirs): New.Ben Elliston2004-05-221-5/+9
* Merge tree-ssa-20020619-branch into mainline.Diego Novillo2004-05-131-15/+6
* invoke.texi (Directory Options): Document -iquote.Mike Stump2004-05-051-0/+6
* bb-reorder.c, [...]: Fix comment typos.Kazu Hirata2004-04-301-1/+1
* Fix problem reported by Dan Berlin on gcc list.James E Wilson2004-04-131-1/+5
* builtins.c, [...]: Change most occurrences of TREE_UNSIGNED to TYPE_UNSIGNED.Richard Kenner2004-03-311-1/+1
* PR 12267, 12391, 12560, 13129, 14114, 14113Zack Weinberg2004-03-231-27/+10
* target-def.h (TARGET_OPTF): Delete.Alan Modra2004-03-041-0/+4
* Add framework support for darwin.Mike Stump2004-03-041-0/+5
* Remove -fwritable-strings.Zack Weinberg2004-02-231-2/+0
* c-opts.c (warn_variadic_macros): New.Richard Henderson2004-02-191-0/+12
* re PR c++/11326 (C++ IA64 ABI: 3.1.4: sometimes pointer to temporary return v...Mark Mitchell2004-02-171-4/+0
* c-opts.c (c_common_post_options): Don't emit working directory in cpp output ...Per Bothner2004-02-101-1/+2
* c-common.c (shadow_warning): Delete.Zack Weinberg2004-02-081-1/+0
* Partially revert/redo 2003-10-01 change; fix -fworking-directory.Per Bothner2004-02-041-25/+41
* [multiple changes]Eric Christopher2004-02-021-0/+4
* alias.c, [...]: Update copyright.Kazu Hirata2004-01-211-1/+1
* Move cpp_reader's line_maps field to a shared global.Per Bothner2004-01-191-1/+1
* re PR c++/12862 (Conflicts Between typedefs/enums and Namespace Member Declar...Mark Mitchell2003-12-221-13/+2
* alias.c: Fix comment formatting.Kazu Hirata2003-12-211-1/+1
* c-opts.c (finish_options): Set include_cursor to disable premature calls to p...Per Bothner2003-11-051-1/+5
* c-opts.c (needValue): Do cpp_find_main_file before processing any imacros fla...Per Bothner2003-11-021-3/+4
* c-opts.c (finish_options): Change to returns boolean - false iff the call to ...Per Bothner2003-10-311-7/+10
* c-opts.c (c_common_post_options): Don't call cpp_find_main_file yet.Per Bothner2003-10-021-13/+10
* MERGE OF objc-improvements-branch into MAINLINE.Ziemowit Laski2003-09-251-0/+16
* invoke.texi (Warning Options): Describe -Wold-style-definition.Andreas Jaeger2003-09-151-0/+4
* PR c++/10538, PR c/5582Andrew Pinski2003-08-191-0/+4
* cppinit.c (cpp_read_main_file): Split out source-independent initialization t...Per Bothner2003-08-091-1/+2
* c.opt: Introduce -fworking-directory.Alexandre Oliva2003-08-051-1/+14
* c-common.c (flag_noniso_default_format_attributes): Delete.Roger Sayle2003-08-041-3/+0
* Makefile.in: Refine dependencies.Neil Booth2003-08-011-1/+1
* opts.c (in_fnames, [...]): Moved here from c-opts.Per Bothner2003-07-311-11/+0
* re PR c/10320 (gcc 3.4 gets rid of static inline function that does not get i...Jan Hubicka2003-07-301-4/+1
* Makefile.in (LIBCPP_DEPS): Add HASHTAB_H.Neil Booth2003-07-291-1/+1
* c-parse.in (lineno_stmt_decl_or_labels_ending_decl): Also warn when warn_decl...Hans-Peter Nilsson2003-07-281-0/+4
* alias.c: Fix comment formatting.Kazu Hirata2003-07-221-2/+2
* c-common.h (num_in_fnames): Declare.Geoffrey Keating2003-07-211-18/+1
* alias.c [...]: Remove unnecessary casts.Kaveh R. Ghazi2003-07-191-2/+1
* re PR middle-end/11498 (asm can't be used to give a variable its own name)Geoffrey Keating2003-07-171-0/+17
* c-opts.c (this_input_filename): New.Geoffrey Keating2003-07-171-6/+10
* c-opts.c (print_help): Remove.Neil Booth2003-07-151-93/+0
* c-opts.c (push_command_line_include): Don't free deferred_opts, we'll need it.Geoffrey Keating2003-07-151-1/+1
* Index: ChangeLogGeoffrey Keating2003-07-111-17/+44
* Makefile.in: Update.Neil Booth2003-07-081-2/+2
* c-common.h (c_comon_handle_filename, [...]): New.Neil Booth2003-07-061-43/+31
* re PR driver/11417 (fortran options warned about in cc1 when *.F or -x f77-cp...Neil Booth2003-07-051-2/+20
* cpplib.h (CPP_AT_NAME, [...]): New token types.Zack Weinberg2003-07-051-5/+21
* 2003-7-03 Devang Patel <dpatel@apple.com>Devang Patel2003-07-031-1/+0