aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-family/c-opts.c
AgeCommit message (Expand)AuthorFilesLines
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-11-13Source range tracking in libcpp and C FE, with bit-packing optimizationDavid Malcolm1-0/+2
2015-11-11decl.c: Remove unused header files.Andrew MacLeod1-2/+0
2015-10-29decl.c: Reorder #include's and remove duplicates.Andrew MacLeod1-4/+4
2015-09-22Disconnect -Wabi=<n> from -fabi-compat-version=<n>.Jason Merrill1-8/+14
2015-09-14c-opts.c (c_common_post_options): Set C++ standard earlier, before setting va...Marek Polacek1-4/+4
2015-08-07Add C++ Concepts TS support.Andrew Sutton1-0/+2
2015-07-20re PR c++/55095 (Wshift-overflow)Marek Polacek1-0/+4
2015-07-15opth-gen.awk: Check for UNKNOWN_LOCATION rather than GCC_TM_H, don't include ...Andrew MacLeod1-6/+1
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-1/+0
2015-07-01c-opts.c (c_common_post_options): Default to C++14.Jason Merrill1-2/+2
2015-07-01c-opts.c (c_common_post_options): Highest ABI level is now 10.Jason Merrill1-1/+1
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-1/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-3/+0
2015-06-05Merge debug-early branch into mainline.Aldy Hernandez1-0/+2
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-3/+0
2015-06-01re PR c++/44282 (fastcall is not mangled at all)Jason Merrill1-1/+1
2015-05-19Replace line_map union with C++ class hierarchyDavid Malcolm1-6/+8
2015-05-09c-opts.c (c_common_post_options): Also clear cpp_opts->cpp_warn_cxx11_compat.Jason Merrill1-0/+1
2015-05-09c-common.h (enum cxx_dialect): Add cxx_unset.Jason Merrill1-0/+4
2015-05-09c.opt (Wc++11-compat): Make primary.Jason Merrill1-1/+1
2015-05-07re PR c/65179 (Introduce new C warning: -Wshift-negative-value)Marek Polacek1-0/+5
2015-02-13re PR c++/64956 (__GXX_ABI_VERSION needs a proper definition for the 5.x rele...Jason Merrill1-0/+5
2015-01-30Always pass explicit location to fatal_error.Joseph Myers1-4/+5
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-1/+10
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-15N3778: Sized DeallocationJason Merrill1-0/+4
2014-11-21PR debug/38757 gcc does not emit DW_LANG_C99.Mark Wielaard1-0/+7
2014-10-26In cp/error.c...Manuel López-Ibáñez1-13/+2
2014-10-17c-opts.c (c_common_post_options): Set warn_implicit_int.Marek Polacek1-0/+4
2014-10-15invoke.texi: Update to reflect that GNU11 is the default mode for C.Marek Polacek1-0/+3
2014-09-15c.opt (Wpsabi): Use LangEnabledBy.Manuel López-Ibáñez1-4/+0
2014-09-09invoke.texi (Wnormalized=): Update.Manuel López-Ibáñez1-23/+0
2014-09-04options.texi: Document that Var and Init are required if CPP is given.Manuel López-Ibáñez1-31/+10
2014-08-29directives.c (check_eol_1): New.Manuel López-Ibáñez1-28/+0
2014-08-29macro.c (warn_of_redefinition): Suppress warnings for builtins that lack the ...Manuel López-Ibáñez1-4/+0
2014-08-25c.opt: Change -std=c++1y and -std=gnu++1y to be aliases for -std=c++14 and -s...Jason Merrill1-5/+5
2014-08-23cpplib.h (enum c_lang): Add CLK_GNUCXX1Z, CLK_CXX1Z...Edward Smith-Rowland1-6/+7
2014-08-22c.opt (Wcomment): Use CPP, Var and LangEnabledBy.Manuel López-Ibáñez1-11/+1
2014-08-20re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC...Manuel López-Ibáñez1-1/+15
2014-08-19re PR preprocessor/60975 (-Wvariadic-macros does not print warning)Manuel López-Ibáñez1-6/+3
2014-08-19c-opts.c (sanitize_cpp_opts): Make warn_long_long be set according to warn_c9...Marek Polacek1-2/+5
2014-08-10re PR c/51849 (-Wc99-compat would be considered useful)Marek Polacek1-0/+1
2014-07-24re PR c/57653 (filename information discarded when using -imacros)Marek Polacek1-0/+6
2014-06-26c-common.h (enum cxx_dialect): Add cxx1z.Jason Merrill1-0/+25
2014-06-26c-common.h (get_dump_info): Declare.Teresa Johnson1-0/+38
2014-06-12Support -Wabi warning about backward compatibility.Jason Merrill1-0/+26
2014-05-06c-opts.c (c_common_post_options): For -freestanding...Richard Biener1-0/+6
2014-03-22re PR debug/60603 (.debug_macinfo/.debug_macro has wrong line numbers for bui...Jakub Jelinek1-9/+10
2014-03-11Don't override -ffp-contract=fast if -funsafe-math-optimizationsIan Bolton1-1/+2