summaryrefslogtreecommitdiff
path: root/gcc/c-family/c-opts.c
Commit message (Expand)AuthorAgeFilesLines
* c-opts.c (c_common_post_options): Set -ffp-contract=off in C standards modes.Joseph Myers2013-11-061-0/+9
* c.opt (-Wdate-time): New optionTobias Burnus2013-11-051-0/+1
* c-common.c (c_common_nodes_and_builtins): Use cxx11 in lieu of cxx0x.Gabriel Dos Reis2013-06-231-1/+1
* cpplib.h (enum c_lang): Add CLK_GNUCXX1Y and CLK_CXX1Y.Paolo Carlini2013-04-241-1/+1
* re PR pch/54117 (FAIL: ./decl-3.h -O0 -g (internal compiler error))Jakub Jelinek2013-02-181-0/+10
* re PR target/54908 (misc regressions on emutls targets remain from dynamic in...Jason Merrill2013-01-191-0/+14
* Update copyright years in gcc/Richard Sandiford2013-01-101-2/+1
* cpplib.h (struct cpp_options): Add canonical_system_headers.Simon Baldwin2012-11-161-0/+4
* Implement a flag -fext-numeric-literals that allows control of whether GNU...Ed Smith-Rowland2012-11-101-2/+14
* re PR c/53063 (encode group options in the .opt files)Manuel López-Ibáñez2012-11-071-9/+0
* re PR c/53063 (encode group options in the .opt files)Manuel López-Ibáñez2012-11-071-56/+10
* gcc:Joseph Myers2012-10-231-1/+20
* re PR c/53063 (encode group options in the .opt files)Manuel López-Ibáñez2012-10-201-71/+0
* re PR c/53063 (encode group options in the .opt files)Manuel López-Ibáñez2012-10-161-9/+1
* invoke.texi (-Wsizeof-pointer-memaccess): Document.Jakub Jelinek2012-08-171-2/+3
* c-common.h (c_common_print_pch_checksum): Remove.Steven Bosscher2012-06-211-1/+7
* c.opt (Wmissing-braces): Use LangEnabledBy(C ObjC,Wall).Manuel López-Ibáñez2012-05-291-2/+0
* re PR c++/25137 (Warning "missing braces around initializer" causing problems...Paolo Carlini2012-05-281-1/+2
* c.opt (--pedantic-errors,-pedantic-errors): Do not handle here.Manuel López-Ibáñez2012-05-171-11/+1
* re PR c/53063 (encode group options in the .opt files)Manuel López-Ibáñez2012-05-141-12/+37
* c.opt (Wclobbered,Wempty-body,Wignored-qualifiers, [...]): Use EnabledBy.Manuel López-Ibáñez2012-05-131-16/+2
* re PR c/53063 (encode group options in the .opt files)Manuel López-Ibáñez2012-05-111-1/+4
* Add new option, -Wliteral-suffix.Ollie Wild2012-04-271-0/+4
* re PR c/44774 (-Werror=edantic)Manuel López-Ibáñez2012-04-221-6/+6
* c-common.h (enum cxx_dialect): Add cxx1y.Jason Merrill2012-03-211-1/+22
* c-opts.c (c_common_post_options): Reset LTO flags if we are about to generate...Richard Guenther2012-01-181-0/+7
* re PR lto/51806 (-flto ignores -Werror)Richard Guenther2012-01-101-4/+0
* gcc:Joseph Myers2011-12-201-11/+11
* shift flag_next/gnu_runtime to modern opts system.Iain Sandoe2011-11-301-8/+0
* re PR c++/50810 (c++0x-compat does not warn about narrowing conversions)Jason Merrill2011-11-021-3/+15
* re PR c++/50920 (add a -std=c++11 option to the driver)Jason Merrill2011-10-311-9/+9
* re PR c++/50841 (bootstrap failure: narrowing conversion of '-0x0000000000000...Paolo Carlini2011-10-231-15/+3
* re PR c++/50810 (c++0x-compat does not warn about narrowing conversions)Paolo Carlini2011-10-231-3/+15
* Support -fdebug-cpp optionTom Tromey2011-10-171-0/+4
* Generate virtual locations for tokensTom Tromey2011-10-171-0/+12
* Add ability to force lexed tokens' source_locations.Gabriel Charette2011-08-221-5/+10
* re PR c++/49813 ([C++0x] sinh vs asinh vs constexpr)Jason Merrill2011-07-221-0/+3
* invoke.texi: Document -Wdelete-non-virtual-dtor.Jonathan Wakely2011-06-041-0/+1
* Implement -Wno-maybe-uninitializedXinliang David Li2011-04-261-0/+1
* tm.texi.in: Document C target hooks as separate from general target hooks.Joseph Myers2011-04-061-1/+16
* c.opt (fconstexpr-depth): Add Var(max_constexpr_depth).Jason Merrill2011-03-181-4/+0
* c-common.c (max_constexpr_depth): New.Jason Merrill2011-03-151-0/+4
* re PR pch/47430 (Random PCH related bootstrap failures on powerpc64-linux)Jakub Jelinek2011-01-261-1/+7
* system.h: Include "safe-ctype.h" instead of <safe-ctype.h>.Joseph Myers2010-11-291-2/+2
* common.opt (initial_max_fld_align, [...]): New Variable entries.Joseph Myers2010-11-241-3/+3
* flag-types.h (struct visibility_flags): Don't declare here.Joseph Myers2010-11-241-4/+4
* common.opt (debug_struct_ordinary, [...]): New Variable entries.Joseph Myers2010-11-191-3/+4
* invoke.texi (-dy): Remove.Joseph Myers2010-11-171-22/+1
* opts-common.c (control_warning_option): New.Joseph Myers2010-11-121-1/+5
* Makefile.in (OPTS_H): Define.Joseph Myers2010-11-121-5/+7