summaryrefslogtreecommitdiff
path: root/gcc/c-opts.c
Commit message (Expand)AuthorAgeFilesLines
* cppopts.texi (-dU): Document.Joseph Myers2008-04-021-0/+1
* re PR c++/24924 (front end and preprocessor pedantic_errors settings should a...Manuel López-Ibáñez2008-03-021-12/+0
* c-ppoutput.c (scan_translation_unit): Handle CPP_PRAGMA and CPP_PRAGMA_EOL.Jakub Jelinek2008-02-271-4/+4
* re PR c/34351 (Please get us the "volatile register" warning back)Manuel López-Ibáñez2008-02-261-0/+1
* re PR c/32102 (-Wall stomps on -Wstrict-overflow)Manuel López-Ibáñez2008-01-221-2/+9
* re PR c++/24924 (front end and preprocessor pedantic_errors settings should a...Manuel López-Ibáñez2008-01-141-1/+8
* c-decl.c: (grokdeclarator): Use OPT_Wignored_qualifiers instead of OPT_Wretur...Doug Kwan2008-01-131-1/+3
* c-opts.c (sanitize_cpp_opts): Don't warn about "long long" when in C++0x mode.Douglas Gregor2008-01-021-1/+5
* re PR c/29172 (--combine can't handle #pragma once)Tom Tromey2007-12-061-0/+1
* c-opts.c (c_common_handle_option): -Wnontemplate-friend...Manuel López-Ibáñez2007-10-091-6/+1
* tree-cfg.c (remove_bb): Only warn if line is non-zero.Tom Tromey2007-09-061-4/+4
* * c-opts.c: Include "tm_p.h".Ben Elliston2007-09-041-0/+1
* c-opts.c (c_common_handle_option): Support -fno-directives-only.Ollie Wild2007-08-311-1/+1
* directives-only.c: New file.Ollie Wild2007-07-301-0/+19
* Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton2007-07-261-4/+3
* re PR middle-end/30482 (<complex> division by 0)Paolo Carlini2007-07-111-5/+3
* revert: c-opts.c (c_common_handle_option): Make DOLLARS_IN_IDENTIFIERS apply ...Sandra Loosemore2007-07-081-0/+1
* c-opts.c (c_common_handle_option): Make DOLLARS_IN_IDENTIFIERS apply to assem...Sandra Loosemore2007-07-061-1/+0
* re PR c++/30759 (initializer-list accepted for object of non-POD type)Simon Martin2007-06-071-2/+3
* re PR middle-end/7651 (Define -Wextra strictly in terms of other warning flags)Manuel López-Ibáñez2007-05-201-1/+4
* invoke.texi (Warning Options): Add -Wconversion-sign.Manuel López-Ibáñez2007-05-191-1/+8
* Makefile.in (OBJS-common): Add tree-ssa-alias-warnings.o.Silvius Rus2007-05-111-1/+1
* re PR driver/31694 (__GFORTRAN__ preprocessor macro)Francois-Xavier Coudert2007-05-071-1/+1
* invoke.texi (Debugging Options): Add documentation for the -femit-struct-debu...Lawrence Crowl2007-04-171-0/+12
* Separate NUL byte detection from rest of -Wformat warningsBruce Korb2007-04-071-0/+2
* re PR c++/24924 (front end and preprocessor pedantic_errors settings should a...Manuel López-Ibáñez2007-03-151-0/+17
* c-common.c (targetcm): Add.Mike Stump2007-03-061-1/+7
* c.opt (fgnu89-inline): New option.Ian Lance Taylor2007-03-051-0/+7
* c.opt (Waddress): New.Manuel López-Ibáñez2007-02-191-2/+1
* re PR c/26494 (-pedantic-errors can be overridden by -W*)Manuel López-Ibáñez2007-02-151-9/+9
* common.opt: Add Wstrict-overflow and Wstrict-overflow=.Ian Lance Taylor2007-02-131-1/+3
* c-opts.c (c_common_post_options): If C++0x mode is enabled, don't warn about ...Douglas Gregor2007-02-041-0/+5
* c-common.h (RID_FIRST_CXX0X): New.Douglas Gregor2007-01-251-0/+1
* · Richard Guenther <rguenther@suse.de>Dirk Mueller2007-01-181-0/+1
* c.opt: Add -flax-vector-conversions.Mark Shinwell2007-01-081-0/+4
* re PR middle-end/7651 (Define -Wextra strictly in terms of other warning flags)Manuel López-Ibáñez2007-01-021-1/+4
* re PR middle-end/7651 (Define -Wextra strictly in terms of other warning flags)Manuel López-Ibáñez2006-12-231-1/+3
* re PR middle-end/7651 (Define -Wextra strictly in terms of other warning flags)Manuel López-Ibáñez2006-12-221-1/+3
* re PR middle-end/7651 (Define -Wextra strictly in terms of other warning flags)Manuel López-Ibáñez2006-12-161-2/+5
* c-opts.c (c_common_parse_file): Unconditionally give a warning, suitable for ...Zack Weinberg2006-12-101-7/+19
* re PR c++/8586 (-Wwrite-strings should be included in -Wall)Gabriel Dos Reis2006-11-201-0/+2
* c-common.c (flag_cpp0x): New.Doug Gregor2006-11-011-1/+19
* 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