aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-opts.c
AgeCommit message (Expand)AuthorFilesLines
2004-10-21re PR c/17538 (Filename and IMA)Andrew Pinski1-1/+1
2004-10-11re PR other/17361 (gcc driver complains about C++ options when assembling)Roger Sayle1-14/+12
2004-10-03c-aux-info.c, [...]: Follow code formatting conventions.Joseph Myers1-4/+4
2004-09-13c-common.c, [...]: Use %q, %< and %> for quoting in diagnostics.Joseph Myers1-7/+7
2004-08-30c-opts.c (c_common_handle_option): <case OPT_Werror> set global_dc->warning_a...Gabriel Dos Reis1-0/+1
2004-08-27re PR c++/13684 (local static object variable constructed once but ctors and ...Jason Merrill1-0/+4
2004-08-06re PR c/13282 (A "-Wno..." switch to turn off "missing initializer" warnings)Richard Sandiford1-2/+4
2004-07-25re PR c++/9283 (__attribute__((visibility ("hidden"))) not supported for clas...Niall Douglas1-0/+4
2004-07-25bitmap.c: Use type-safe memory allocation macros from libiberty.Bernardo Innocenti1-3/+3
2004-07-25c-common.c: Convert ATTRIBUTE_UNUSED to ARG_UNUSED in parameter lists.Bernardo Innocenti1-3/+3
2004-07-09c-opts.c (c_common_post_options): Force unit-at-a-time mode on when we have m...Zack Weinberg1-10/+30
2004-06-30Conditionally compile support for --enable-mapped_location.Per Bothner1-7/+2
2004-06-25c-common.h (warn_cast_qual, [...]): Remove explicit declarations.DJ Delorie1-174/+2
2004-06-22c-opts.c (c_common_handle_option): Handle -fpch-preprocess.Geoffrey Keating1-0/+4
2004-06-17c-common.c (flag_objc_sjlj_exceptions): New.Richard Henderson1-0/+10
2004-06-05Makefile.am: Add makedepend.Zack Weinberg1-1/+11
2004-05-22c.opt (Wmissing-include-dirs): New.Ben Elliston1-5/+9
2004-05-13Merge tree-ssa-20020619-branch into mainline.Diego Novillo1-15/+6
2004-05-05invoke.texi (Directory Options): Document -iquote.Mike Stump1-0/+6
2004-04-30bb-reorder.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2004-04-13Fix problem reported by Dan Berlin on gcc list.James E Wilson1-1/+5
2004-03-31builtins.c, [...]: Change most occurrences of TREE_UNSIGNED to TYPE_UNSIGNED.Richard Kenner1-1/+1
2004-03-23PR 12267, 12391, 12560, 13129, 14114, 14113Zack Weinberg1-27/+10
2004-03-04target-def.h (TARGET_OPTF): Delete.Alan Modra1-0/+4
2004-03-04Add framework support for darwin.Mike Stump1-0/+5
2004-02-23Remove -fwritable-strings.Zack Weinberg1-2/+0
2004-02-19c-opts.c (warn_variadic_macros): New.Richard Henderson1-0/+12
2004-02-17re PR c++/11326 (C++ IA64 ABI: 3.1.4: sometimes pointer to temporary return v...Mark Mitchell1-4/+0
2004-02-10c-opts.c (c_common_post_options): Don't emit working directory in cpp output ...Per Bothner1-1/+2
2004-02-08c-common.c (shadow_warning): Delete.Zack Weinberg1-1/+0
2004-02-04Partially revert/redo 2003-10-01 change; fix -fworking-directory.Per Bothner1-25/+41
2004-02-02[multiple changes]Eric Christopher1-0/+4
2004-01-21alias.c, [...]: Update copyright.Kazu Hirata1-1/+1
2004-01-19Move cpp_reader's line_maps field to a shared global.Per Bothner1-1/+1
2003-12-22re PR c++/12862 (Conflicts Between typedefs/enums and Namespace Member Declar...Mark Mitchell1-13/+2
2003-12-21alias.c: Fix comment formatting.Kazu Hirata1-1/+1
2003-11-05c-opts.c (finish_options): Set include_cursor to disable premature calls to p...Per Bothner1-1/+5
2003-11-02c-opts.c (needValue): Do cpp_find_main_file before processing any imacros fla...Per Bothner1-3/+4
2003-10-31c-opts.c (finish_options): Change to returns boolean - false iff the call to ...Per Bothner1-7/+10
2003-10-02c-opts.c (c_common_post_options): Don't call cpp_find_main_file yet.Per Bothner1-13/+10
2003-09-25MERGE OF objc-improvements-branch into MAINLINE.Ziemowit Laski1-0/+16
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