Age | Commit message (Expand) | Author | Files | Lines |
2019-12-20 | c-ada-spec.h (decl_sloc): Delete. | Eric Botcazou | 2 | -17/+17 |
2019-12-20 | OpenACC 2.6 deep copy: C and C++ front-end parts | Julian Brown | 3 | -13/+140 |
2019-12-19 | Add OpenACC 2.6's no_create | Julian Brown | 3 | -2/+33 |
2019-12-10 | Replace label_text ctor with "borrow" and "take" | David Malcolm | 2 | -2/+7 |
2019-12-04 | Fix C handling of use of lvalues of incomplete types (PR c/36941, PR c/88827). | Joseph Myers | 3 | -13/+12 |
2019-12-03 | Diagnose use of [*] in old-style parameter definitions (PR c/88704). | Joseph Myers | 2 | -0/+9 |
2019-12-01 | Fix bugs relating to flexibly-sized objects in nios2 backend. | Sandra Loosemore | 2 | -33/+6 |
2019-11-30 | [C] Add a target hook that allows targets to verify type usage | Richard Sandiford | 3 | -2/+49 |
2019-11-29 | Handle C2x attributes in Objective-C. | Joseph Myers | 2 | -13/+158 |
2019-11-25 | Prevent all uses of DFP when unsupported (PR c/91985). | Joseph Myers | 2 | -1/+9 |
2019-11-25 | Properly handle C2x attributes on types. | Joseph Myers | 5 | -43/+63 |
2019-11-22 | re PR c/90677 (gcc-9.1.0 fails to build __gcc_diag__ souce: error: 'cgraph_no... | Jakub Jelinek | 2 | -0/+19 |
2019-11-20 | re PR c/92088 (aggregates with VLAs and nested functions are broken) | Richard Biener | 2 | -0/+23 |
2019-11-20 | Add more pedwarns for [[]] C attributes on types. | Joseph Myers | 3 | -4/+37 |
2019-11-19 | Change some bad uses of C2x attributes into pedwarns. | Joseph Myers | 3 | -34/+62 |
2019-11-18 | [mid-end][__RTL] Clean state despite unspecified __RTL startwith passes | Matthew Malcomson | 2 | -5/+8 |
2019-11-15 | Diagnose duplicate C2x standard attributes. | Joseph Myers | 2 | -2/+57 |
2019-11-15 | Support C2x [[maybe_unused]] attribute. | Joseph Myers | 2 | -0/+6 |
2019-11-15 | Improve checks on C2x fallthrough attribute. | Joseph Myers | 3 | -3/+17 |
2019-11-15 | Support C2x [[deprecated]] attribute. | Joseph Myers | 3 | -4/+46 |
2019-11-14 | Support UTF-8 character constants for C2x. | Joseph Myers | 3 | -0/+9 |
2019-11-14 | Remove build_{same_sized_,}truth_vector_type | Richard Sandiford | 2 | -2/+8 |
2019-11-14 | c-parser.c (c_parser_omp_context_selector): Don't require score argument to f... | Jakub Jelinek | 2 | -1/+8 |
2019-11-14 | omp-general.c (omp_context_name_list_prop): New function. | Jakub Jelinek | 2 | -12/+46 |
2019-11-14 | Support C2x [[]] attributes for C. | Joseph Myers | 6 | -123/+489 |
2019-11-12 | Remove gcc/params.* files. | Martin Liska | 2 | -1/+4 |
2019-11-12 | Apply mechanical replacement (generated patch). | Martin Liska | 2 | -1/+7 |
2019-11-12 | Add OpenACC 2.6 `serial' construct support | Maciej W. Rozycki | 2 | -5/+39 |
2019-11-11 | c-parser.c (c_parser_translation_unit): Diagnose declare target without corre... | Jakub Jelinek | 2 | -0/+13 |
2019-11-08 | [C] Opt out of GNU vector extensions for built-in SVE types | Richard Sandiford | 3 | -31/+74 |
2019-11-08 | Handle removal of old-style function definitions in C2x. | Joseph Myers | 2 | -7/+28 |
2019-11-07 | Expand C2x attribute parsing support and factor out from TM attributes. | Joseph Myers | 2 | -78/+279 |
2019-11-07 | Move string concatenation for C into the parser. | Joseph Myers | 4 | -69/+240 |
2019-11-02 | gimplify.h (omp_construct_selector_matches): Change return type to int, add a... | Jakub Jelinek | 2 | -3/+7 |
2019-10-29 | Add a simulate_enum_decl langhook | Richard Sandiford | 4 | -0/+40 |
2019-10-29 | Add a simulate_builin_function_decl langhook | Richard Sandiford | 4 | -0/+21 |
2019-10-28 | PR c/66970 - Add __has_builtin() macro | Martin Sebor | 2 | -0/+33 |
2019-10-28 | re PR c/92249 (ICE in c_parser_gimple_compound_statement w/ GIMPLE testcases) | Richard Biener | 2 | -1/+10 |
2019-10-25 | gimplify.h (omp_construct_selector_matches): Declare. | Jakub Jelinek | 3 | -3/+16 |
2019-10-15 | Rename attribute-related functions and productions in C parser. | Joseph Myers | 2 | -77/+95 |
2019-10-14 | [C] Avoid exposing internal details in aka types | Richard Sandiford | 2 | -39/+99 |
2019-10-14 | c-parser.c (c_parser_omp_all_clauses): Change bool NESTED_P argument into int... | Jakub Jelinek | 2 | -8/+24 |
2019-10-12 | c-common.h (c_omp_mark_declare_variant, [...]): Declare. | Jakub Jelinek | 2 | -7/+26 |
2019-10-11 | Support _Decimal* keywords for C2x. | Joseph Myers | 2 | -2/+7 |
2019-10-10 | c-common.h (c_omp_check_context_selector, [...]): Declare. | Jakub Jelinek | 2 | -40/+520 |
2019-10-02 | Handle :: tokens in C for C2x. | Joseph Myers | 2 | -6/+24 |
2019-10-01 | [C] Avoid aka types that just add tags | Richard Sandiford | 2 | -1/+73 |
2019-09-27 | re PR c++/88203 (assert does not compile with OpenMP's pragma omp parallel fo... | Jakub Jelinek | 3 | -38/+83 |
2019-09-27 | [C][C++] Allow targets to check calls to BUILT_IN_MD functions | Richard Sandiford | 2 | -4/+15 |
2019-09-20 | re PR c/91815 (questionable error on type definition at file scope) | Eric Botcazou | 2 | -2/+11 |