aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-opts.c
AgeCommit message (Expand)AuthorFilesLines
2006-06-01Suppress extra '#1 <built-in> or '#1 <command line>' on -dD output.Per Bothner1-1/+4
2006-05-18Whitespace fixupsMike Stump1-3/+3
2006-02-24Index: gcc/ChangeLogGeoffrey Keating1-0/+10
2006-02-13invoke.texi (-Write-strings): Document that it is enabled by default.Gabriel Dos Reis1-0/+1
2006-02-09c-common.h (flag_const_strings): Don't declare.Gabriel Dos Reis1-9/+1
2006-02-07c.opt: C++ frontend supports -Wdiv-by-zero.Dirk Mueller1-4/+0
2006-01-29c.opt: Add -W(no-)overlength-strings.Zack Weinberg1-0/+8
2006-01-26re PR c/25892 (-Wpointer-sign creates problems for Emacs)Alexandre Oliva1-0/+10
2006-01-22re PR c++/16190 (-Wnon-virtual-dtor, in -Wall, silenced only by pessimizing c...Gabriel Dos Reis1-1/+6
2006-01-20re PR libstdc++/25524 (libstdc++ headers should go in multilib directories)Joseph Myers1-2/+9
2005-12-14c-common.c (c_common_truthvalue_conversion): Generalise warning for addresses...Ben Elliston1-0/+1
2005-12-04re PR c/7776 (const char* p = "foo"; if (p == "foo") ... is compiled without ...Roger Sayle1-0/+1
2005-11-04re PR fortran/18452 (Fortran options induces warning for fortran that needs p...Francois-Xavier Coudert1-7/+20
2005-09-20c.opt (fextended-identifiers): New.Joseph Myers1-0/+4
2005-07-19re PR c++/22476 (-Wmissing-format-attribute should pick out function pointer ...Kaveh R. Ghazi1-2/+0
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-05-24c-common.c (unsigned_conversion_warning): Move warning control from if() to w...DJ Delorie1-12/+15
2005-05-18dummy-checksum.c: New.Geoffrey Keating1-0/+8
2005-05-17Yet more Objective-C++...Ziemowit Laski1-8/+0
2005-05-02re PR c++/19542 (attribute(sentinel) has problems with C++ __null)Michael Matz1-0/+4
2005-04-24c-opts.c (finish_options): Make the line-number of the <built-in> location 0...Per Bothner1-1/+4
2005-04-23diagnostic.c (warning): Accept parameter to classify warning option.DJ Delorie1-10/+10
2005-03-22c-opts.c (c_common_parse_file): Only start/end main source file if debug hook...Daniel Berlin1-4/+6
2005-03-15Index: gcc/ChangeLogGeoffrey Keating1-0/+13
2005-03-08c-common.c, [...]: Fix comment formatting.Kazu Hirata1-2/+2
2005-03-04re PR debug/20253 (Macro debug info broken due to lexer change)Daniel Berlin1-1/+4
2005-02-24re PR middle-end/18902 (Naive (default) complex division algorithm)Richard Henderson1-0/+5
2005-01-24c-opts.c, [...]: Update copyright.Kazu Hirata1-1/+1
2005-01-23c-common.c (explicit_flag_signed_bitfields, [...]): Remove.Kazu Hirata1-2/+0
2004-11-30c-opts.c (check_deps_environment_vars): If spec != NULL, set deps_seen.Jakub Jelinek1-0/+1
2004-11-28re PR preprocessor/17651 (Erroneous preprocessor output with -g when generati...Nathanael Nerode1-0/+2
2004-11-24c-opts.c (c_common_post_options): Don't clear flag_inline_functions.Steven Bosscher1-4/+1
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