aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-opts.c
AgeCommit message (Expand)AuthorFilesLines
2009-04-19re PR c/32061 ((Wlogical-op) wording of warning of constant logicials need im...Manuel López-Ibáñez1-0/+2
2009-04-15c.opt (Wenum-compare): Enable for C and Objc.Ian Lance Taylor1-0/+19
2009-04-07re PR c++/25185 (deep typedef substitution in error message)Jason Merrill1-0/+4
2009-03-30re PR middle-end/323 (optimized code gives strange floating point results)Joseph Myers1-0/+14
2009-03-29re PR preprocessor/34695 (Preprocessor warning->error conversion from -Werror...Joseph Myers1-18/+7
2009-02-17re PR target/39082 (union with long double doesn't follow x86-64 psABI)H.J. Lu1-0/+4
2009-01-28c.opt (Wpacked-bitfield-compat): Change init value to -1.Adam Nemet1-0/+5
2009-01-24re PR c/38938 (-Wno-all doesn't work on -Wpointer-sign)H.J. Lu1-2/+2
2009-01-22c-opts.c (c_common_post_options): Fix a typo in comments.H.J. Lu1-1/+1
2008-09-18cpplib.h (struct cpp_options): Add new boolean flag warn_builtin_macro_redefi...Simon Baldwin1-0/+4
2008-08-20diagnostic.c (inform): Add an explicit location_t parameter.Manuel López-Ibáñez1-1/+1
2008-08-18re PR preprocessor/7263 (__extension__ keyword doesn't suppress warning on LL...Manuel López-Ibáñez1-1/+1
2008-08-13re PR c/30551 (-pedantic does not include -Wmain, but -pedantic-errors does m...Manuel López-Ibáñez1-13/+17
2008-08-08re PR c/28875 ("-Wextra -Wno-unused-parameter -Wall" doesn't work as expected)Manuel López-Ibáñez1-1/+1
2008-07-29flags.h (flag_really_no_inline): Remove.Jan Hubicka1-11/+0
2008-07-25cgraphbuild.c (record_reference): Drop non-unit-at-a-time code.Jan Hubicka1-18/+1
2008-06-18c-opts.c (c_common_post_options): PCH is not compatible with no-unit-at-a-time.Jan Hubicka1-0/+3
2008-05-25re PR fortran/18428 (No preprocessing option -cpp for gfortran)Daniel Franke1-21/+1
2008-05-09re PR preprocessor/22231 (-MG ignores missing headers even with -c)Tom Tromey1-0/+2
2008-04-02cppopts.texi (-dU): Document.Joseph Myers1-0/+1
2008-03-02re PR c++/24924 (front end and preprocessor pedantic_errors settings should a...Manuel López-Ibáñez1-12/+0
2008-02-27c-ppoutput.c (scan_translation_unit): Handle CPP_PRAGMA and CPP_PRAGMA_EOL.Jakub Jelinek1-4/+4
2008-02-26re PR c/34351 (Please get us the "volatile register" warning back)Manuel López-Ibáñez1-0/+1
2008-01-22re PR c/32102 (-Wall stomps on -Wstrict-overflow)Manuel López-Ibáñez1-2/+9
2008-01-14re PR c++/24924 (front end and preprocessor pedantic_errors settings should a...Manuel López-Ibáñez1-1/+8
2008-01-13c-decl.c: (grokdeclarator): Use OPT_Wignored_qualifiers instead of OPT_Wretur...Doug Kwan1-1/+3
2008-01-02c-opts.c (sanitize_cpp_opts): Don't warn about "long long" when in C++0x mode.Douglas Gregor1-1/+5
2007-12-06re PR c/29172 (--combine can't handle #pragma once)Tom Tromey1-0/+1
2007-10-09c-opts.c (c_common_handle_option): -Wnontemplate-friend...Manuel López-Ibáñez1-6/+1
2007-09-06tree-cfg.c (remove_bb): Only warn if line is non-zero.Tom Tromey1-4/+4
2007-09-04* c-opts.c: Include "tm_p.h".Ben Elliston1-0/+1
2007-08-31c-opts.c (c_common_handle_option): Support -fno-directives-only.Ollie Wild1-1/+1
2007-07-30directives-only.c: New file.Ollie Wild1-0/+19
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-4/+3
2007-07-11re PR middle-end/30482 (<complex> division by 0)Paolo Carlini1-5/+3
2007-07-08revert: c-opts.c (c_common_handle_option): Make DOLLARS_IN_IDENTIFIERS apply ...Sandra Loosemore1-0/+1
2007-07-06c-opts.c (c_common_handle_option): Make DOLLARS_IN_IDENTIFIERS apply to assem...Sandra Loosemore1-1/+0
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