aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-family/ChangeLog
AgeCommit message (Expand)Author
2019-11-302019-11-30 Jan Hubicka <hubicka@ucw.cz>Jan Hubicka
2019-11-30[C] Add a target hook that allows targets to verify type usageRichard Sandiford
2019-11-27 Implement P1814R0, CTAD for alias templates.Jason Merrill
2019-11-26 PR c++/61414Jakub Jelinek
2019-11-25Fix typo in C++2a paper number - P1920R1 -> P1902R1Jakub Jelinek
2019-11-25Prevent all uses of DFP when unsupported (PR c/91985).Joseph Myers
2019-11-23 PR middle-end/83859Jakub Jelinek
2019-11-22 PR c/90677Jakub Jelinek
2019-11-22 Implement P1920R1, Missing feature-test macros 2017-2019.Jakub Jelinek
2019-11-22PR middle-end/83859 - attributes to associate pointer arguments and sizesMartin Sebor
2019-11-21Make more bad uses of fallthrough attribute into pedwarns.Joseph Myers
2019-11-19Change some bad uses of C2x attributes into pedwarns.Joseph Myers
2019-11-15Improve checks on C2x fallthrough attribute.Joseph Myers
2019-11-15Support C2x [[deprecated]] attribute.Joseph Myers
2019-11-14Support UTF-8 character constants for C2x.Joseph Myers
2019-11-14 * c-omp.c (c_omp_check_context_selector): Add nvidia to the list ofJakub Jelinek
2019-11-14 * omp-general.c (omp_context_name_list_prop): New function.Jakub Jelinek
2019-11-13Add C2x *_NORM_MAX constants to <float.h>.Joseph Myers
2019-11-13 * c-ada-spec.c (get_underlying_decl): Do not look through typedefs.Eric Botcazou
2019-11-12Use more SET_OPTION_IF_UNSET.Martin Liska
2019-11-12Add OpenACC 2.6 `serial' construct supportMaciej W. Rozycki
2019-11-08[C] Opt out of GNU vector extensions for built-in SVE typesRichard Sandiford
2019-11-08Handle removal of old-style function definitions in C2x.Joseph Myers
2019-11-07Expand C2x attribute parsing support and factor out from TM attributes.Joseph Myers
2019-11-06 PR inline-asm/92352Jakub Jelinek
2019-11-05Make -fconcepts-ts imply -fconcepts.Jason Merrill
2019-11-04 PR c++/91979 - mangling nullptr expressionKamlesh Kumar
2019-11-02 * gimplify.h (omp_construct_selector_matches): Change returnJakub Jelinek
2019-11-01 * omp-general.h (omp_context_selector_set_compare): Declare.Jakub Jelinek
2019-11-01 PR c++/88335 - Implement P1073R3: Immediate functionsJakub Jelinek
2019-10-30[C++ PATCH] Feature macros are longNathan Sidwell
2019-10-28PR c/66970 - Add __has_builtin() macroMartin Sebor
2019-10-24 * gimplify.h (omp_construct_selector_matches): Declare.Jakub Jelinek
2019-10-19Implement C++20 P1301 [[nodiscard("should have a reason")]].JeanHeyd Meneide
2019-10-14[C] Avoid exposing internal details in aka typesRichard Sandiford
2019-10-12c-family/Jakub Jelinek
2019-10-11Support decimal floating-point constants in C2x.Joseph Myers
2019-10-11Support _Decimal* keywords for C2x.Joseph Myers
2019-10-10Update DFP macros in float.h for C2x and TS 18661-2.Joseph Myers
2019-10-10c-family/Jakub Jelinek
2019-10-09PR tree-optimization/90879 - fold zero-equality of strcmp between a longer st...Martin Sebor
2019-10-09Update the concepts implementation to conform to C++20.Jason Merrill
2019-10-08Make C2X imply -fno-fp-int-builtin-inexact.Joseph Myers
2019-10-05 PR c++/91369 - Implement P0784R7: constexpr newJakub Jelinek
2019-10-04Add strftime format checking support for C2x %OB and %Ob (bug 82752).Joseph Myers
2019-10-01Support prefixes in diagnostic_show_locusDavid Malcolm
2019-10-01 PR c++/91925Jakub Jelinek
2019-10-01[C] Improve diagnostics for vector typesRichard Sandiford
2019-09-30[C] Print ", ..." rather than ", ..." in diagnosticsRichard Sandiford
2019-09-27 PR c++/88203Jakub Jelinek