summaryrefslogtreecommitdiff
path: root/gcc/c-opts.c
Commit message (Expand)AuthorAgeFilesLines
* re PR c/24010 (Duplicate C99 dot initializer warning missing)Joseph Myers2006-09-301-2/+4
* re PR c/25993 (-std= produces incorrect preprocessor output for .S)Steven Bosscher2006-09-171-5/+14
* Suppress extra '#1 <built-in> or '#1 <command line>' on -dD output.Per Bothner2006-06-011-1/+4
* Whitespace fixupsMike Stump2006-05-181-3/+3
* Index: gcc/ChangeLogGeoffrey Keating2006-02-241-0/+10
* invoke.texi (-Write-strings): Document that it is enabled by default.Gabriel Dos Reis2006-02-131-0/+1
* c-common.h (flag_const_strings): Don't declare.Gabriel Dos Reis2006-02-091-9/+1
* c.opt: C++ frontend supports -Wdiv-by-zero.Dirk Mueller2006-02-071-4/+0
* c.opt: Add -W(no-)overlength-strings.Zack Weinberg2006-01-291-0/+8
* re PR c/25892 (-Wpointer-sign creates problems for Emacs)Alexandre Oliva2006-01-261-0/+10
* re PR c++/16190 (-Wnon-virtual-dtor, in -Wall, silenced only by pessimizing c...Gabriel Dos Reis2006-01-221-1/+6
* re PR libstdc++/25524 (libstdc++ headers should go in multilib directories)Joseph Myers2006-01-201-2/+9
* c-common.c (c_common_truthvalue_conversion): Generalise warning for addresses...Ben Elliston2005-12-141-0/+1
* re PR c/7776 (const char* p = "foo"; if (p == "foo") ... is compiled without ...Roger Sayle2005-12-041-0/+1
* re PR fortran/18452 (Fortran options induces warning for fortran that needs p...Francois-Xavier Coudert2005-11-041-7/+20
* c.opt (fextended-identifiers): New.Joseph Myers2005-09-201-0/+4
* re PR c++/22476 (-Wmissing-format-attribute should pick out function pointer ...Kaveh R. Ghazi2005-07-191-2/+0
* Update FSF address.Kelley Cook2005-06-251-2/+2
* c-common.c (unsigned_conversion_warning): Move warning control from if() to w...DJ Delorie2005-05-241-12/+15
* dummy-checksum.c: New.Geoffrey Keating2005-05-181-0/+8
* Yet more Objective-C++...Ziemowit Laski2005-05-171-8/+0
* re PR c++/19542 (attribute(sentinel) has problems with C++ __null)Michael Matz2005-05-021-0/+4
* c-opts.c (finish_options): Make the line-number of the <built-in> location 0...Per Bothner2005-04-241-1/+4
* diagnostic.c (warning): Accept parameter to classify warning option.DJ Delorie2005-04-231-10/+10
* c-opts.c (c_common_parse_file): Only start/end main source file if debug hook...Daniel Berlin2005-03-221-4/+6
* Index: gcc/ChangeLogGeoffrey Keating2005-03-151-0/+13
* c-common.c, [...]: Fix comment formatting.Kazu Hirata2005-03-081-2/+2
* re PR debug/20253 (Macro debug info broken due to lexer change)Daniel Berlin2005-03-041-1/+4
* re PR middle-end/18902 (Naive (default) complex division algorithm)Richard Henderson2005-02-241-0/+5
* c-opts.c, [...]: Update copyright.Kazu Hirata2005-01-241-1/+1
* c-common.c (explicit_flag_signed_bitfields, [...]): Remove.Kazu Hirata2005-01-231-2/+0
* c-opts.c (check_deps_environment_vars): If spec != NULL, set deps_seen.Jakub Jelinek2004-11-301-0/+1
* re PR preprocessor/17651 (Erroneous preprocessor output with -g when generati...Nathanael Nerode2004-11-281-0/+2
* c-opts.c (c_common_post_options): Don't clear flag_inline_functions.Steven Bosscher2004-11-241-4/+1
* re PR c/17538 (Filename and IMA)Andrew Pinski2004-10-211-1/+1
* re PR other/17361 (gcc driver complains about C++ options when assembling)Roger Sayle2004-10-111-14/+12
* c-aux-info.c, [...]: Follow code formatting conventions.Joseph Myers2004-10-031-4/+4
* c-common.c, [...]: Use %q, %< and %> for quoting in diagnostics.Joseph Myers2004-09-131-7/+7
* c-opts.c (c_common_handle_option): <case OPT_Werror> set global_dc->warning_a...Gabriel Dos Reis2004-08-301-0/+1
* re PR c++/13684 (local static object variable constructed once but ctors and ...Jason Merrill2004-08-271-0/+4
* re PR c/13282 (A "-Wno..." switch to turn off "missing initializer" warnings)Richard Sandiford2004-08-061-2/+4
* re PR c++/9283 (__attribute__((visibility ("hidden"))) not supported for clas...Niall Douglas2004-07-251-0/+4
* bitmap.c: Use type-safe memory allocation macros from libiberty.Bernardo Innocenti2004-07-251-3/+3
* c-common.c: Convert ATTRIBUTE_UNUSED to ARG_UNUSED in parameter lists.Bernardo Innocenti2004-07-251-3/+3
* c-opts.c (c_common_post_options): Force unit-at-a-time mode on when we have m...Zack Weinberg2004-07-091-10/+30
* Conditionally compile support for --enable-mapped_location.Per Bothner2004-06-301-7/+2
* c-common.h (warn_cast_qual, [...]): Remove explicit declarations.DJ Delorie2004-06-251-174/+2
* c-opts.c (c_common_handle_option): Handle -fpch-preprocess.Geoffrey Keating2004-06-221-0/+4
* c-common.c (flag_objc_sjlj_exceptions): New.Richard Henderson2004-06-171-0/+10
* Makefile.am: Add makedepend.Zack Weinberg2004-06-051-1/+11