aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-opts.c
AgeCommit message (Expand)AuthorFilesLines
2007-06-07re PR c++/30759 (initializer-list accepted for object of non-POD type)Simon Martin1-2/+3
2007-05-20re PR middle-end/7651 (Define -Wextra strictly in terms of other warning flags)Manuel López-Ibáñez1-1/+4
2007-05-19invoke.texi (Warning Options): Add -Wconversion-sign.Manuel López-Ibáñez1-1/+8
2007-05-11Makefile.in (OBJS-common): Add tree-ssa-alias-warnings.o.Silvius Rus1-1/+1
2007-05-07re PR driver/31694 (__GFORTRAN__ preprocessor macro)Francois-Xavier Coudert1-1/+1
2007-04-17invoke.texi (Debugging Options): Add documentation for the -femit-struct-debu...Lawrence Crowl1-0/+12
2007-04-07Separate NUL byte detection from rest of -Wformat warningsBruce Korb1-0/+2
2007-03-15re PR c++/24924 (front end and preprocessor pedantic_errors settings should a...Manuel López-Ibáñez1-0/+17
2007-03-06c-common.c (targetcm): Add.Mike Stump1-1/+7
2007-03-05c.opt (fgnu89-inline): New option.Ian Lance Taylor1-0/+7
2007-02-19c.opt (Waddress): New.Manuel López-Ibáñez1-2/+1
2007-02-15re PR c/26494 (-pedantic-errors can be overridden by -W*)Manuel López-Ibáñez1-9/+9
2007-02-13common.opt: Add Wstrict-overflow and Wstrict-overflow=.Ian Lance Taylor1-1/+3
2007-02-04c-opts.c (c_common_post_options): If C++0x mode is enabled, don't warn about ...Douglas Gregor1-0/+5
2007-01-25c-common.h (RID_FIRST_CXX0X): New.Douglas Gregor1-0/+1
2007-01-18· Richard Guenther <rguenther@suse.de>Dirk Mueller1-0/+1
2007-01-08c.opt: Add -flax-vector-conversions.Mark Shinwell1-0/+4
2007-01-02re PR middle-end/7651 (Define -Wextra strictly in terms of other warning flags)Manuel López-Ibáñez1-1/+4
2006-12-23re PR middle-end/7651 (Define -Wextra strictly in terms of other warning flags)Manuel López-Ibáñez1-1/+3
2006-12-22re PR middle-end/7651 (Define -Wextra strictly in terms of other warning flags)Manuel López-Ibáñez1-1/+3
2006-12-16re PR middle-end/7651 (Define -Wextra strictly in terms of other warning flags)Manuel López-Ibáñez1-2/+5
2006-12-10c-opts.c (c_common_parse_file): Unconditionally give a warning, suitable for ...Zack Weinberg1-7/+19
2006-11-20re PR c++/8586 (-Wwrite-strings should be included in -Wall)Gabriel Dos Reis1-0/+2
2006-11-01c-common.c (flag_cpp0x): New.Doug Gregor1-1/+19
2006-09-30re PR c/24010 (Duplicate C99 dot initializer warning missing)Joseph Myers1-2/+4
2006-09-17re PR c/25993 (-std= produces incorrect preprocessor output for .S)Steven Bosscher1-5/+14
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