aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-family
AgeCommit message (Expand)Author
2016-08-22Update ChangeLog and version files for releasereleases/gcc-6.2.0Richard Biener
2016-07-05re PR c++/71214 (Typo in feature test macro for rvalue references)Markus Trippelsdorf
2016-06-14backport: re PR c/68657 ("gcc -Werror=sign-conversion test.i" shows invalid: ...Jakub Jelinek
2016-06-13re PR sanitizer/71498 (ubsan bounds checking influenced by surrounding code)Jakub Jelinek
2016-05-30re PR c++/71349 (Combined async target clause parsing issues)Jakub Jelinek
2016-04-29re PR middle-end/70626 (bogus results in 'acc parallel loop' reductions)Cesar Philippidis
2016-04-27Update ChangeLog and version files for releasereleases/gcc-6.1.0GCC Administrator
2016-04-20* c-cppbuiltin.c (c_cpp_builtins): Fix __cpp_range_based_for.Jason Merrill
2016-04-15re PR c/70651 (ICE on invalid code on x86_64-linux-gnu in build_va_arg, at c-...Marek Polacek
2016-04-13re PR c++/70639 (internal compiler error: in guard_tinfo_to_string, at c-fami...Marek Polacek
2016-03-28* c-cppbuiltin.c (c_cpp_builtins): Update __cpp_range_based_for.Jason Merrill
2016-03-23re PR c++/69884 (warning: ignoring attributes on template argument)Marek Polacek
2016-03-22PR c/69993: improvements to wording of -Wmisleading-indentationDavid Malcolm
2016-03-17re PR c/69407 (-Wunused-value on __atomic_fetch_OP and __atomic_OP_fetch)Marek Polacek
2016-03-15expr.c (cpp_classify_number): Hex floats are new in C++1z.Jason Merrill
2016-03-14* c-cppbuiltin.c (c_cpp_builtins): Bump __cpp_range_based_for.Jason Merrill
2016-03-09re PR c/70143 (false strict-aliasing warning)Richard Biener
2016-03-08Remove Concepts from -std=c++1z.Jason Merrill
2016-03-04PR c/68187: fix overzealous -Wmisleading-indentation (comment #1)David Malcolm
2016-03-04PR c/68187: fix overzealous -Wmisleading-indentation (comment #0)David Malcolm
2016-03-04re PR middle-end/70054 (GCC 6 gives a strict-aliasing warning on use of std::...Richard Biener
2016-03-01re PR c++/69795 (g++ ICE on invalid code on x86_64-linux-gnu in "reject_gcc_b...Marek Polacek
2016-02-23PR middle-end/69780 - [4.9/5/6 Regression] ICE on __builtin_alloca_with_alignMartin Sebor
2016-02-22PR28901 Add two levels for -Wunused-const-variable.Mark Wielaard
2016-02-19re PR c++/69865 (-trigraphs option broken)Bernd Edlinger
2016-02-19re PR c++/69826 (problem with cilkplus pragma and preprocessor variable)Jakub Jelinek
2016-02-16re PR c/69835 (-Wnonnull diagnoses parameter comparisons with NULL even when ...Jakub Jelinek
2016-02-15re PR c++/69797 (ICE on invalid code on x86_64-linux-gnu in operator[], at ve...Jakub Jelinek
2016-02-08Remove -fshort-doubleBernd Schmidt
2016-02-05PR c++/69662 - -Wplacement-new on allocated one element array membersMartin Sebor
2016-02-01re PR preprocessor/69543 (_Pragma does not apply within macro)Jakub Jelinek
2016-02-01nvptx.c (PTX_GANG_DEFAULT): New.Nathan Sidwell
2016-01-27re PR c++/69267 ([cilkplus] ICE when calling a function with an empty class a...Ryan Burn
2016-01-26PR other/69006: fix extra newlines after diagnosticsDavid Malcolm
2016-01-21PR c/69405 - [6 Regression] ICE in c_tree_printer on an invalidMartin Sebor
2016-01-18re PR c++/68767 (spurious warning: null argument where non-null required)Jason Merrill
2016-01-18Ignore reduction clause on kernels directiveTom de Vries
2016-01-15re PR bootstrap/68271 (Boostrap fails on x86_64-apple-darwin14 at r230084)Jakub Jelinek
2016-01-14Fix minor whitespace problems in last commitJeff Law
2016-01-14[cilkplus] Fix cilk_spawn gimplification bug (PR cilkplus/69048)Ryan Burn
2016-01-14PR preprocessor/69177 and PR c++/68819: libcpp fallbacks and -Wmisleading-ind...David Malcolm
2016-01-13Improve warning locations (PR66208)Bernd Schmidt
2016-01-10Fix -Wmisleading indentation false-positive for do-while statementPatrick Palka
2016-01-07PR c/68966 - atomic_fetch_* on atomic_bool not diagnosedMartin Sebor
2016-01-05Fix PR c/69122 (-Wmisleading-indentation false positive with empty macros)David Malcolm
2016-01-04Update copyright years.Jakub Jelinek
2015-12-21C and C++ FE: fix source ranges for binary opsDavid Malcolm
2015-12-16Better error recovery for merge-conflict markersDavid Malcolm
2015-12-15c-common.c (c_common_attribute_table): Handle "omp declare target link" attri...Ilya Verbin
2015-12-14re PR c/68833 (-Werror=format issues an error now)Jakub Jelinek