re PR c++/24924 (front end and preprocessor pedantic_errors settings should agree)
[gcc.git] / gcc / c-opts.c
2007-03-15 Manuel López-Ibáñezre PR c++/24924 (front end and preprocessor pedantic_er...
2007-03-06 Mike Stumpc-common.c (targetcm): Add.
2007-03-05 Ian Lance Taylorc.opt (fgnu89-inline): New option.
2007-02-19 Manuel López-Ibáñezc.opt (Waddress): New.
2007-02-15 Manuel López-Ibáñezre PR c/26494 (-pedantic-errors can be overridden by...
2007-02-13 Ian Lance Taylorcommon.opt: Add Wstrict-overflow and Wstrict-overflow=.
2007-02-04 Douglas Gregorc-opts.c (c_common_post_options): If C++0x mode is...
2007-01-25 Douglas Gregorc-common.h (RID_FIRST_CXX0X): New.
2007-01-18 Dirk Mueller· Richard Guenther <rguenther@suse.de>
2007-01-08 Mark Shinwellc.opt: Add -flax-vector-conversions.
2007-01-02 Manuel López-Ibáñezre PR middle-end/7651 (Define -Wextra strictly in terms...
2006-12-23 Manuel López-Ibáñezre PR middle-end/7651 (Define -Wextra strictly in terms...
2006-12-22 Manuel López-Ibáñezre PR middle-end/7651 (Define -Wextra strictly in terms...
2006-12-16 Manuel López-Ibáñezre PR middle-end/7651 (Define -Wextra strictly in terms...
2006-12-10 Zack Weinbergc-opts.c (c_common_parse_file): Unconditionally give...
2006-11-20 Gabriel Dos Reisre PR c++/8586 (-Wwrite-strings should be included...
2006-11-01 Doug Gregorc-common.c (flag_cpp0x): New.
2006-09-30 Joseph Myersre PR c/24010 (Duplicate C99 dot initializer warning...
2006-09-17 Steven Bosscherre PR c/25993 (-std= produces incorrect preprocessor...
2006-06-01 Per BothnerSuppress extra '#1 <built-in> or '#1 <command line...
2006-05-18 Mike StumpWhitespace fixups
2006-02-24 Geoffrey KeatingIndex: gcc/ChangeLog
2006-02-13 Gabriel Dos Reisinvoke.texi (-Write-strings): Document that it is enabl...
2006-02-09 Gabriel Dos Reisc-common.h (flag_const_strings): Don't declare.
2006-02-07 Dirk Muellerc.opt: C++ frontend supports -Wdiv-by-zero.
2006-01-29 Zack Weinbergc.opt: Add -W(no-)overlength-strings.
2006-01-26 Alexandre Olivare PR c/25892 (-Wpointer-sign creates problems for...
2006-01-22 Gabriel Dos Reisre PR c++/16190 (-Wnon-virtual-dtor, in -Wall, silenced...
2006-01-20 Joseph Myersre PR libstdc++/25524 (libstdc++ headers should go...
2005-12-13 Ben Ellistonc-common.c (c_common_truthvalue_conversion): Generalise...
2005-12-04 Roger Saylere PR c/7776 (const char* p = "foo"; if (p == "foo...
2005-11-04 Francois-Xavier... re PR fortran/18452 (Fortran options induces warning...
2005-09-20 Joseph Myersc.opt (fextended-identifiers): New.
2005-07-19 Kaveh R. Ghazire PR c++/22476 (-Wmissing-format-attribute should...
2005-06-25 Kelley CookUpdate FSF address.
2005-05-25 DJ Deloriec-common.c (unsigned_conversion_warning): Move warning...
2005-05-18 Geoffrey Keatingdummy-checksum.c: New.
2005-05-17 Ziemowit LaskiYet more Objective-C++...
2005-05-02 Michael Matzre PR c++/19542 (attribute(sentinel) has problems with...
2005-04-24 Per Bothnerc-opts.c (finish_options): Make the line-number of...
2005-04-23 DJ Deloriediagnostic.c (warning): Accept parameter to classify...
2005-03-22 Daniel Berlinc-opts.c (c_common_parse_file): Only start/end main...
2005-03-15 Geoffrey KeatingIndex: gcc/ChangeLog
2005-03-08 Kazu Hiratac-common.c, [...]: Fix comment formatting.
2005-03-04 Daniel Berlinre PR debug/20253 (Macro debug info broken due to lexer...
2005-02-24 Richard Hendersonre PR middle-end/18902 (Naive (default) complex divisio...
2005-01-24 Kazu Hiratac-opts.c, [...]: Update copyright.
2005-01-23 Kazu Hiratac-common.c (explicit_flag_signed_bitfields, [...])...
2004-11-30 Jakub Jelinekc-opts.c (check_deps_environment_vars): If spec !=...
2004-11-28 Nathanael Nerodere PR preprocessor/17651 (Erroneous preprocessor output...
2004-11-24 Steven Bosscherc-opts.c (c_common_post_options): Don't clear flag_inli...
2004-10-21 Andrew Pinskire PR c/17538 (Filename and IMA)
2004-10-11 Roger Saylere PR other/17361 (gcc driver complains about C++ optio...
2004-10-03 Joseph Myersc-aux-info.c, [...]: Follow code formatting conventions.
2004-09-12 Joseph Myersc-common.c, [...]: Use %q, %< and %> for quoting in...
2004-08-30 Gabriel Dos Reisc-opts.c (c_common_handle_option): <case OPT_Werror...
2004-08-28 Jason Merrillre PR c++/13684 (local static object variable construct...
2004-08-06 Richard Sandifordre PR c/13282 (A "-Wno..." switch to turn off "missing...
2004-07-25 Niall Douglasre PR c++/9283 (__attribute__((visibility ("hidden...
2004-07-25 Bernardo Innocentibitmap.c: Use type-safe memory allocation macros from...
2004-07-25 Bernardo Innocentic-common.c: Convert ATTRIBUTE_UNUSED to ARG_UNUSED...
2004-07-09 Zack Weinbergc-opts.c (c_common_post_options): Force unit-at-a-time...
2004-06-30 Per BothnerConditionally compile support for --enable-mapped_location.
2004-06-25 DJ Deloriec-common.h (warn_cast_qual, [...]): Remove explicit...
2004-06-22 Geoffrey Keatingc-opts.c (c_common_handle_option): Handle -fpch-preprocess.
2004-06-18 Richard Hendersonc-common.c (flag_objc_sjlj_exceptions): New.
2004-06-05 Zack WeinbergMakefile.am: Add makedepend.
2004-05-22 Ben Ellistonc.opt (Wmissing-include-dirs): New.
2004-05-13 Diego NovilloMerge tree-ssa-20020619-branch into mainline.
2004-05-05 Mike Stumpinvoke.texi (Directory Options): Document -iquote.
2004-04-30 Kazu Hiratabb-reorder.c, [...]: Fix comment typos.
2004-04-14 James E WilsonFix problem reported by Dan Berlin on gcc list.
2004-04-01 Richard Kennerbuiltins.c, [...]: Change most occurrences of TREE_UNSI...
2004-03-23 Zack WeinbergPR 12267, 12391, 12560, 13129, 14114, 14113
2004-03-04 Alan Modratarget-def.h (TARGET_OPTF): Delete.
2004-03-04 Mike StumpAdd framework support for darwin.
2004-02-23 Zack WeinbergRemove -fwritable-strings.
2004-02-19 Richard Hendersonc-opts.c (warn_variadic_macros): New.
2004-02-17 Mark Mitchellre PR c++/11326 (C++ IA64 ABI: 3.1.4: sometimes pointer...
2004-02-10 Per Bothnerc-opts.c (c_common_post_options): Don't emit working...
2004-02-08 Zack Weinbergc-common.c (shadow_warning): Delete.
2004-02-05 Per BothnerPartially revert/redo 2003-10-01 change; fix -fworking...
2004-02-02 Eric Christopher[multiple changes]
2004-01-21 Kazu Hirataalias.c, [...]: Update copyright.
2004-01-20 Per BothnerMove cpp_reader's line_maps field to a shared global.
2003-12-22 Mark Mitchellre PR c++/12862 (Conflicts Between typedefs/enums and...
2003-12-21 Kazu Hirataalias.c: Fix comment formatting.
2003-11-05 Per Bothnerc-opts.c (finish_options): Set include_cursor to disabl...
2003-11-03 Per Bothnerc-opts.c (needValue): Do cpp_find_main_file before...
2003-11-01 Per Bothnerc-opts.c (finish_options): Change to returns boolean...
2003-10-02 Per Bothnerc-opts.c (c_common_post_options): Don't call cpp_find_m...
2003-09-25 Ziemowit LaskiMERGE OF objc-improvements-branch into MAINLINE.
2003-09-15 Andreas Jaegerinvoke.texi (Warning Options): Describe -Wold-style...
2003-08-19 Andrew PinskiPR c++/10538, PR c/5582
2003-08-09 Per Bothnercppinit.c (cpp_read_main_file): Split out source-indepe...
2003-08-05 Alexandre Olivac.opt: Introduce -fworking-directory.
2003-08-04 Roger Saylec-common.c (flag_noniso_default_format_attributes)...
2003-08-01 Neil BoothMakefile.in: Refine dependencies.
2003-07-31 Per Bothneropts.c (in_fnames, [...]): Moved here from c-opts.
2003-07-30 Jan Hubickare PR c/10320 (gcc 3.4 gets rid of static inline functi...
next