aboutsummaryrefslogtreecommitdiff
path: root/gcc/c/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2019-12-03Diagnose use of [*] in old-style parameter definitions (PR c/88704).Joseph Myers1-0/+6
2019-12-01Fix bugs relating to flexibly-sized objects in nios2 backend.Sandra Loosemore1-0/+6
2019-11-30[C] Add a target hook that allows targets to verify type usageRichard Sandiford1-0/+14
2019-11-29Handle C2x attributes in Objective-C.Joseph Myers1-0/+11
2019-11-25Prevent all uses of DFP when unsupported (PR c/91985).Joseph Myers1-0/+6
2019-11-25Properly handle C2x attributes on types.Joseph Myers1-0/+18
2019-11-22re PR c/90677 (gcc-9.1.0 fails to build __gcc_diag__ souce: error: 'cgraph_no...Jakub Jelinek1-0/+5
2019-11-20re PR c/92088 (aggregates with VLAs and nested functions are broken)Richard Biener1-0/+6
2019-11-20Add more pedwarns for [[]] C attributes on types.Joseph Myers1-0/+7
2019-11-19Change some bad uses of C2x attributes into pedwarns.Joseph Myers1-0/+8
2019-11-18[mid-end][__RTL] Clean state despite unspecified __RTL startwith passesMatthew Malcomson1-0/+5
2019-11-15Diagnose duplicate C2x standard attributes.Joseph Myers1-0/+5
2019-11-15Support C2x [[maybe_unused]] attribute.Joseph Myers1-0/+4
2019-11-15Improve checks on C2x fallthrough attribute.Joseph Myers1-0/+6
2019-11-15Support C2x [[deprecated]] attribute.Joseph Myers1-0/+10
2019-11-14Support UTF-8 character constants for C2x.Joseph Myers1-0/+6
2019-11-14Remove build_{same_sized_,}truth_vector_typeRichard Sandiford1-0/+6
2019-11-14c-parser.c (c_parser_omp_context_selector): Don't require score argument to f...Jakub Jelinek1-0/+4
2019-11-14omp-general.c (omp_context_name_list_prop): New function.Jakub Jelinek1-0/+8
2019-11-14Support C2x [[]] attributes for C.Joseph Myers1-0/+45
2019-11-12Remove gcc/params.* files.Martin Liska1-0/+4
2019-11-12Apply mechanical replacement (generated patch).Martin Liska1-0/+6
2019-11-12Add OpenACC 2.6 `serial' construct supportMaciej W. Rozycki1-0/+10
2019-11-11c-parser.c (c_parser_translation_unit): Diagnose declare target without corre...Jakub Jelinek1-0/+5
2019-11-08[C] Opt out of GNU vector extensions for built-in SVE typesRichard Sandiford1-0/+18
2019-11-08Handle removal of old-style function definitions in C2x.Joseph Myers1-0/+8
2019-11-07Expand C2x attribute parsing support and factor out from TM attributes.Joseph Myers1-0/+10
2019-11-07Move string concatenation for C into the parser.Joseph Myers1-0/+25
2019-11-02gimplify.h (omp_construct_selector_matches): Change return type to int, add a...Jakub Jelinek1-0/+5
2019-10-29Add a simulate_enum_decl langhookRichard Sandiford1-0/+6
2019-10-29Add a simulate_builin_function_decl langhookRichard Sandiford1-0/+7
2019-10-28PR c/66970 - Add __has_builtin() macroMartin Sebor1-0/+5
2019-10-28re PR c/92249 (ICE in c_parser_gimple_compound_statement w/ GIMPLE testcases)Richard Biener1-0/+8
2019-10-25gimplify.h (omp_construct_selector_matches): Declare.Jakub Jelinek1-0/+9
2019-10-15Rename attribute-related functions and productions in C parser.Joseph Myers1-0/+16
2019-10-14[C] Avoid exposing internal details in aka typesRichard Sandiford1-0/+8
2019-10-14c-parser.c (c_parser_omp_all_clauses): Change bool NESTED_P argument into int...Jakub Jelinek1-0/+8
2019-10-12c-common.h (c_omp_mark_declare_variant, [...]): Declare.Jakub Jelinek1-0/+9
2019-10-11Support _Decimal* keywords for C2x.Joseph Myers1-0/+4
2019-10-10c-common.h (c_omp_check_context_selector, [...]): Declare.Jakub Jelinek1-0/+15
2019-10-02Handle :: tokens in C for C2x.Joseph Myers1-0/+5
2019-10-01[C] Avoid aka types that just add tagsRichard Sandiford1-0/+5
2019-09-27re PR c++/88203 (assert does not compile with OpenMP's pragma omp parallel fo...Jakub Jelinek1-0/+10
2019-09-27[C][C++] Allow targets to check calls to BUILT_IN_MD functionsRichard Sandiford1-0/+6
2019-09-20re PR c/91815 (questionable error on type definition at file scope)Eric Botcazou1-0/+6
2019-09-04Add warning Wenum-conversion for C and ObjC.Prathamesh Kulkarni1-0/+5
2019-08-23[PATCH, c-family] Fix a PCH thinko (and thus PR61250).Iain Sandoe1-0/+7
2019-08-22c-parser.c (c_parser_declaration_or_fndef): Set DECL_ARGUMENTS of a FUNCTION_...Eric Botcazou1-0/+5
2019-08-13Use checking forms of DECL_FUNCTION_CODE (PR 91421)Richard Sandiford1-0/+5
2019-08-13Protect some checks of DECL_FUNCTION_CODERichard Sandiford1-0/+7