Age | Commit message (Expand) | Author | Files | Lines |
2006-02-13 | invoke.texi (-Write-strings): Document that it is enabled by default. | Gabriel Dos Reis | 1 | -0/+1 |
2006-02-09 | c-common.h (flag_const_strings): Don't declare. | Gabriel Dos Reis | 1 | -9/+1 |
2006-02-07 | c.opt: C++ frontend supports -Wdiv-by-zero. | Dirk Mueller | 1 | -4/+0 |
2006-01-29 | c.opt: Add -W(no-)overlength-strings. | Zack Weinberg | 1 | -0/+8 |
2006-01-26 | re PR c/25892 (-Wpointer-sign creates problems for Emacs) | Alexandre Oliva | 1 | -0/+10 |
2006-01-22 | re PR c++/16190 (-Wnon-virtual-dtor, in -Wall, silenced only by pessimizing c... | Gabriel Dos Reis | 1 | -1/+6 |
2006-01-20 | re PR libstdc++/25524 (libstdc++ headers should go in multilib directories) | Joseph Myers | 1 | -2/+9 |
2005-12-14 | c-common.c (c_common_truthvalue_conversion): Generalise warning for addresses... | Ben Elliston | 1 | -0/+1 |
2005-12-04 | re PR c/7776 (const char* p = "foo"; if (p == "foo") ... is compiled without ... | Roger Sayle | 1 | -0/+1 |
2005-11-04 | re PR fortran/18452 (Fortran options induces warning for fortran that needs p... | Francois-Xavier Coudert | 1 | -7/+20 |
2005-09-20 | c.opt (fextended-identifiers): New. | Joseph Myers | 1 | -0/+4 |
2005-07-19 | re PR c++/22476 (-Wmissing-format-attribute should pick out function pointer ... | Kaveh R. Ghazi | 1 | -2/+0 |
2005-06-25 | Update FSF address. | Kelley Cook | 1 | -2/+2 |
2005-05-24 | c-common.c (unsigned_conversion_warning): Move warning control from if() to w... | DJ Delorie | 1 | -12/+15 |
2005-05-18 | dummy-checksum.c: New. | Geoffrey Keating | 1 | -0/+8 |
2005-05-17 | Yet more Objective-C++... | Ziemowit Laski | 1 | -8/+0 |
2005-05-02 | re PR c++/19542 (attribute(sentinel) has problems with C++ __null) | Michael Matz | 1 | -0/+4 |
2005-04-24 | c-opts.c (finish_options): Make the line-number of the <built-in> location 0... | Per Bothner | 1 | -1/+4 |
2005-04-23 | diagnostic.c (warning): Accept parameter to classify warning option. | DJ Delorie | 1 | -10/+10 |
2005-03-22 | c-opts.c (c_common_parse_file): Only start/end main source file if debug hook... | Daniel Berlin | 1 | -4/+6 |
2005-03-15 | Index: gcc/ChangeLog | Geoffrey Keating | 1 | -0/+13 |
2005-03-08 | c-common.c, [...]: Fix comment formatting. | Kazu Hirata | 1 | -2/+2 |
2005-03-04 | re PR debug/20253 (Macro debug info broken due to lexer change) | Daniel Berlin | 1 | -1/+4 |
2005-02-24 | re PR middle-end/18902 (Naive (default) complex division algorithm) | Richard Henderson | 1 | -0/+5 |
2005-01-24 | c-opts.c, [...]: Update copyright. | Kazu Hirata | 1 | -1/+1 |
2005-01-23 | c-common.c (explicit_flag_signed_bitfields, [...]): Remove. | Kazu Hirata | 1 | -2/+0 |
2004-11-30 | c-opts.c (check_deps_environment_vars): If spec != NULL, set deps_seen. | Jakub Jelinek | 1 | -0/+1 |
2004-11-28 | re PR preprocessor/17651 (Erroneous preprocessor output with -g when generati... | Nathanael Nerode | 1 | -0/+2 |
2004-11-24 | c-opts.c (c_common_post_options): Don't clear flag_inline_functions. | Steven Bosscher | 1 | -4/+1 |
2004-10-21 | re PR c/17538 (Filename and IMA) | Andrew Pinski | 1 | -1/+1 |
2004-10-11 | re PR other/17361 (gcc driver complains about C++ options when assembling) | Roger Sayle | 1 | -14/+12 |
2004-10-03 | c-aux-info.c, [...]: Follow code formatting conventions. | Joseph Myers | 1 | -4/+4 |
2004-09-13 | c-common.c, [...]: Use %q, %< and %> for quoting in diagnostics. | Joseph Myers | 1 | -7/+7 |
2004-08-30 | c-opts.c (c_common_handle_option): <case OPT_Werror> set global_dc->warning_a... | Gabriel Dos Reis | 1 | -0/+1 |
2004-08-27 | re PR c++/13684 (local static object variable constructed once but ctors and ... | Jason Merrill | 1 | -0/+4 |
2004-08-06 | re PR c/13282 (A "-Wno..." switch to turn off "missing initializer" warnings) | Richard Sandiford | 1 | -2/+4 |
2004-07-25 | re PR c++/9283 (__attribute__((visibility ("hidden"))) not supported for clas... | Niall Douglas | 1 | -0/+4 |
2004-07-25 | bitmap.c: Use type-safe memory allocation macros from libiberty. | Bernardo Innocenti | 1 | -3/+3 |
2004-07-25 | c-common.c: Convert ATTRIBUTE_UNUSED to ARG_UNUSED in parameter lists. | Bernardo Innocenti | 1 | -3/+3 |
2004-07-09 | c-opts.c (c_common_post_options): Force unit-at-a-time mode on when we have m... | Zack Weinberg | 1 | -10/+30 |
2004-06-30 | Conditionally compile support for --enable-mapped_location. | Per Bothner | 1 | -7/+2 |
2004-06-25 | c-common.h (warn_cast_qual, [...]): Remove explicit declarations. | DJ Delorie | 1 | -174/+2 |
2004-06-22 | c-opts.c (c_common_handle_option): Handle -fpch-preprocess. | Geoffrey Keating | 1 | -0/+4 |
2004-06-17 | c-common.c (flag_objc_sjlj_exceptions): New. | Richard Henderson | 1 | -0/+10 |
2004-06-05 | Makefile.am: Add makedepend. | Zack Weinberg | 1 | -1/+11 |
2004-05-22 | c.opt (Wmissing-include-dirs): New. | Ben Elliston | 1 | -5/+9 |
2004-05-13 | Merge tree-ssa-20020619-branch into mainline. | Diego Novillo | 1 | -15/+6 |
2004-05-05 | invoke.texi (Directory Options): Document -iquote. | Mike Stump | 1 | -0/+6 |
2004-04-30 | bb-reorder.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2004-04-13 | Fix problem reported by Dan Berlin on gcc list. | James E Wilson | 1 | -1/+5 |