aboutsummaryrefslogtreecommitdiff
path: root/gcc/c/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
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
2019-08-10tree-core.h (enum omp_clause_code): Add OMP_CLAUSE_DEVICE_TYPE.Jakub Jelinek1-0/+11
2019-08-10Assorted ChangeLog cleanups.Jakub Jelinek1-31/+36
2019-08-09c-parser.c (check_no_duplicate_clause): Simplify using omp_find_clause.Jakub Jelinek1-0/+6
2019-08-09re PR c/91401 (schedule + dist_schedule clauses rejected on distribute parall...Jakub Jelinek1-0/+7
2019-08-08[C] Fix bogus nested enum error messageRichard Sandiford1-0/+4
2019-08-08gimplify.c (omp_add_variable): Use GOVD_PRIVATE | GOVD_EXPLICIT for VLA helpe...Jakub Jelinek1-0/+6
2019-08-07tree-core.h (enum omp_clause_code): Adjust OMP_CLAUSE_USE_DEVICE_PTR OpenMP d...Jakub Jelinek1-0/+13
2019-07-31re PR c/91192 (non-deterministic ICE on invalid)Jakub Jelinek1-0/+7
2019-07-25Extend DCE to remove unnecessary new/delete-pairs (PR c++/23383).Martin Liska1-0/+6
2019-07-25Come up with function_decl_type and use it in tree_function_decl.Martin Liska1-0/+5
2019-07-23re PR tree-optimization/83518 (Missing optimization: useless instructions sho...Richard Biener1-0/+6
2019-07-20tree.def (OMP_LOOP): New tree code.Jakub Jelinek1-0/+12
2019-07-18Fix -Wreturn-type for static naked functions in CRichard Sandiford1-0/+6
2019-07-12introduce try/finally/else in gimplefeAlexandre Oliva1-0/+5
2019-07-12tree-core.h (enum omp_clause_code): Add OMP_CLAUSE_ORDER.Jakub Jelinek1-0/+9
2019-07-10gimple-parser.c (c_parser_gimple_postfix_expression): Support _Literal (int *...Richard Biener1-0/+5
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor1-0/+10
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor1-0/+7
2019-07-01gimple-parser.c (c_parser_gimple_postfix_expression): Handle _Literal (char *...Richard Biener1-0/+6
2019-06-24utils.c (handle_nonnull_attribute): Quote attribute name.Martin Sebor1-0/+4
2019-06-10tree.def (OMP_SCAN): New tree code.Jakub Jelinek1-0/+11
2019-06-05PR c/90737 - [8/9/10 Regression] inconsistent address of a local converted to...Martin Sebor1-0/+6
2019-06-05c-decl.c (start_decl): Adjust quoting and hyphenation in diagnostics.Martin Sebor1-0/+11
2019-05-17[PR89433] Repeated use of the C/C++ OpenACC 'routine' directiveThomas Schwinge1-0/+4
2019-05-17[PR89433] Use 'oacc_verify_routine_clauses' for C/C++ OpenACC 'routine' direc...Thomas Schwinge1-0/+4
2019-05-17[PR89433] Refer to OpenACC 'routine' clauses from "omp declare target" attributeThomas Schwinge1-0/+6
2019-05-17trans.c (check_inlining_for_nested_subprog): Quote reserved names.Martin Sebor1-0/+14
2019-05-17gimple-parser.c (c_parser_gimple_statement): Handle __VEC_PERM.Richard Biener1-0/+6