aboutsummaryrefslogtreecommitdiff
path: root/gcc/c/ChangeLog
AgeCommit message (Expand)Author
2019-12-04Fix C handling of use of lvalues of incomplete types (PR c/36941, PR c/88827).Joseph Myers
2019-12-03Diagnose use of [*] in old-style parameter definitions (PR c/88704).Joseph Myers
2019-12-022019-12-01 Sandra Loosemore <sandra@codesourcery.com>Sandra Loosemore
2019-11-30[C] Add a target hook that allows targets to verify type usageRichard Sandiford
2019-11-29Handle C2x attributes in Objective-C.Joseph Myers
2019-11-25Prevent all uses of DFP when unsupported (PR c/91985).Joseph Myers
2019-11-25Properly handle C2x attributes on types.Joseph Myers
2019-11-22 PR c/90677Jakub Jelinek
2019-11-202019-11-20 Richard Biener <rguenther@suse.de>Richard Biener
2019-11-20Add more pedwarns for [[]] C attributes on types.Joseph Myers
2019-11-19Change some bad uses of C2x attributes into pedwarns.Joseph Myers
2019-11-18[mid-end][__RTL] Clean state despite unspecified __RTL startwith passesMatthew Malcomson
2019-11-15Diagnose duplicate C2x standard attributes.Joseph Myers
2019-11-15Support C2x [[maybe_unused]] attribute.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-14Remove build_{same_sized_,}truth_vector_typeRichard Sandiford
2019-11-14 * c-parser.c (c_parser_omp_context_selector): Don't require scoreJakub Jelinek
2019-11-14 * omp-general.c (omp_context_name_list_prop): New function.Jakub Jelinek
2019-11-14Support C2x [[]] attributes for C.Joseph Myers
2019-11-12Remove gcc/params.* files.Martin Liska
2019-11-12Apply mechanical replacement (generated patch).Martin Liska
2019-11-12Add OpenACC 2.6 `serial' construct supportMaciej W. Rozycki
2019-11-11 * c-parser.c (c_parser_translation_unit): Diagnose declare targetJakub Jelinek
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-07Move string concatenation for C into the parser.Joseph Myers
2019-11-02 * gimplify.h (omp_construct_selector_matches): Change returnJakub Jelinek
2019-10-29Add a simulate_enum_decl langhookRichard Sandiford
2019-10-29Add a simulate_builin_function_decl langhookRichard Sandiford
2019-10-28PR c/66970 - Add __has_builtin() macroMartin Sebor
2019-10-282019-10-28 Richard Biener <rguenther@suse.de>Richard Biener
2019-10-24 * gimplify.h (omp_construct_selector_matches): Declare.Jakub Jelinek
2019-10-15Rename attribute-related functions and productions in C parser.Joseph Myers
2019-10-14[C] Avoid exposing internal details in aka typesRichard Sandiford
2019-10-14c/Jakub Jelinek
2019-10-12c-family/Jakub Jelinek
2019-10-11Support _Decimal* keywords for C2x.Joseph Myers
2019-10-10c-family/Jakub Jelinek
2019-10-02Handle :: tokens in C for C2x.Joseph Myers
2019-10-01[C] Avoid aka types that just add tagsRichard Sandiford
2019-09-27 PR c++/88203Jakub Jelinek
2019-09-27[C][C++] Allow targets to check calls to BUILT_IN_MD functionsRichard Sandiford
2019-09-20 PR c/91815Eric Botcazou
2019-09-04Add warning Wenum-conversion for C and ObjC.Prathamesh Kulkarni
2019-08-23[PATCH, c-family] Fix a PCH thinko (and thus PR61250).Iain Sandoe
2019-08-22 * c-parser.c (c_parser_declaration_or_fndef): Set DECL_ARGUMENTS of aEric Botcazou
2019-08-13Use checking forms of DECL_FUNCTION_CODE (PR 91421)Richard Sandiford