Age | Commit message (Expand) | Author | Files | Lines |
2020-10-26 | c++: Implement __is_nothrow_constructible and __is_nothrow_assignable | Ville Voutilainen | 1 | -0/+1 |
2020-10-23 | c, c++: Implement -Wsizeof-array-div [PR91741] | Marek Polacek | 1 | -0/+1 |
2020-09-19 | Infrastructure & C front end changes for array parameter checking (PR c/50584). | Martin Sebor | 1 | -2/+3 |
2020-09-19 | Move loop and switch tree data structures from cp/ to c-family/. | Sandra Loosemore | 1 | -1/+52 |
2020-07-31 | debug/96383 - emit debug info for used external functions | Richard Biener | 1 | -0/+2 |
2020-06-16 | openmp: Initial part of OpenMP 5.0 non-rectangular loop support | Jakub Jelinek | 1 | -1/+1 |
2020-06-03 | [OpenMP] Fix mapping of artificial variables (PR94874) | Tobias Burnus | 1 | -0/+1 |
2020-05-13 | c++: Replace "C++2a" with "C++20". | Jason Merrill | 1 | -2/+2 |
2020-01-22 | c-family: Remove location parm from unsafe_conversion_p. | Jason Merrill | 1 | -2/+1 |
2020-01-21 | Handle -Wsign-conversion in conversion_warning. | Jason Merrill | 1 | -2/+1 |
2020-01-18 | [C++ coroutines] Initial implementation. | Iain Sandoe | 1 | -0/+5 |
2020-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2019-12-20 | OpenACC 2.6 deep copy: C and C++ front-end parts | Julian Brown | 1 | -0/+1 |
2019-11-22 | re PR c/90677 (gcc-9.1.0 fails to build __gcc_diag__ souce: error: 'cgraph_no... | Jakub Jelinek | 1 | -0/+1 |
2019-11-22 | PR middle-end/83859 - attributes to associate pointer arguments and sizes | Martin Sebor | 1 | -1/+1 |
2019-11-15 | Improve checks on C2x fallthrough attribute. | Joseph Myers | 1 | -0/+1 |
2019-11-15 | Support C2x [[deprecated]] attribute. | Joseph Myers | 1 | -0/+1 |
2019-11-08 | [C] Opt out of GNU vector extensions for built-in SVE types | Richard Sandiford | 1 | -0/+10 |
2019-11-02 | gimplify.h (omp_construct_selector_matches): Change return type to int, add a... | Jakub Jelinek | 1 | -1/+0 |
2019-11-02 | PR c++/88335 - Implement P1073R3: Immediate functions | Jakub Jelinek | 1 | -1/+1 |
2019-10-28 | PR c/66970 - Add __has_builtin() macro | Martin Sebor | 1 | -0/+2 |
2019-10-25 | gimplify.h (omp_construct_selector_matches): Declare. | Jakub Jelinek | 1 | -1/+0 |
2019-10-14 | [C] Avoid exposing internal details in aka types | Richard Sandiford | 1 | -0/+1 |
2019-10-12 | c-common.h (c_omp_mark_declare_variant, [...]): Declare. | Jakub Jelinek | 1 | -0/+2 |
2019-10-10 | c-common.h (c_omp_check_context_selector, [...]): Declare. | Jakub Jelinek | 1 | -0/+2 |
2019-09-27 | re PR c++/88203 (assert does not compile with OpenMP's pragma omp parallel fo... | Jakub Jelinek | 1 | -0/+1 |
2019-09-27 | [C][C++] Allow targets to check calls to BUILT_IN_MD functions | Richard Sandiford | 1 | -2/+3 |
2019-09-06 | Remove support for repo files (PR c++/91125). | Martin Liska | 1 | -5/+0 |
2019-08-28 | PR c++/91360 - Implement C++20 P1143R2: constinit. | Marek Polacek | 1 | -0/+6 |
2019-07-20 | tree.def (OMP_LOOP): New tree code. | Jakub Jelinek | 1 | -1/+2 |
2019-06-19 | PR c++/60364 - noreturn after first decl not diagnosed. | Marek Polacek | 1 | -0/+2 |
2019-04-19 | re PR c/89888 (When switch controlling expression is promoted from type narro... | Jakub Jelinek | 1 | -4/+2 |
2019-03-19 | PR tree-optimization/89688 - -Wstringop-overflow confused by const 2D array o... | Martin Sebor | 1 | -1/+2 |
2019-02-11 | PR c++/87996 - size of array is negative error when SIZE_MAX/2 < sizeof(array... | Martin Sebor | 1 | -1/+3 |
2019-01-18 | c-family: Update unaligned adress of packed member check | H.J. Lu | 1 | -1/+1 |
2019-01-14 | Implement P0482R5, char8_t: A type for UTF-8 characters and strings | Tom Honermann | 1 | -12/+21 |
2019-01-14 | PR target/88638 - FAIL: fsf-nsstring-format-1.s on darwin | Martin Sebor | 1 | -0/+3 |
2019-01-07 | re PR c++/85052 (Implement support for clang's __builtin_convertvector) | Jakub Jelinek | 1 | -1/+2 |
2019-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2018-12-20 | C/C++: Add -Waddress-of-packed-member | H.J. Lu | 1 | -0/+1 |
2018-12-19 | C++: improvements to binary operator diagnostics (PR c++/87504) | David Malcolm | 1 | -1/+2 |
2018-11-20 | c-parser.c (c_parser_has_attribute_expression): New function. | Martin Sebor | 1 | -0/+2 |
2018-11-16 | Implement P0479R5, [[likely]] and [[unlikely]]. | Jason Merrill | 1 | -0/+1 |
2018-11-15 | PR c++/87541 - ICE using a constant decl as an attribute alloc_size argument | Martin Sebor | 1 | -1/+14 |
2018-11-09 | PR c/87795 - Excessive alignment permitted for functions and labels | Martin Sebor | 1 | -1/+1 |
2018-11-08 | builtin-types.def (BT_FN_VOID_BOOL, [...]): New. | Jakub Jelinek | 1 | -5/+8 |
2018-10-18 | Add -std=c2x, -std=gnu2x, -Wc11-c2x-compat, C2X _Static_assert support. | Joseph Myers | 1 | -3/+7 |
2018-10-09 | Cleanup of libcpp diagnostic callbacks | David Malcolm | 1 | -2/+3 |
2018-09-06 | varasm.c (output_constructor_regular_field): Check TYPE_SIZE_UNIT of the init... | Bernd Edlinger | 1 | -0/+1 |
2018-09-02 | c-common.c (braced_list_to_string): Remove eval parameter. | Bernd Edlinger | 1 | -1/+1 |