Age | Commit message (Expand) | Author | Files | Lines |
2022-10-28 | c: C2x enums with fixed underlying type [PR61469] | Joseph Myers | 2 | -1/+26 |
2022-10-27 | Daily bump. | GCC Administrator | 1 | -0/+5 |
2022-10-26 | c++: Implement -Wdangling-reference [PR106393] | Marek Polacek | 1 | -0/+4 |
2022-10-20 | Daily bump. | GCC Administrator | 1 | -0/+16 |
2022-10-19 | c: C2x %wN, %wfN format checking | Joseph Myers | 2 | -32/+88 |
2022-10-19 | Daily bump. | GCC Administrator | 1 | -0/+8 |
2022-10-18 | c: C2x enums wider than int [PR36113] | Joseph Myers | 1 | -0/+4 |
2022-10-15 | Daily bump. | GCC Administrator | 1 | -0/+19 |
2022-10-14 | middle-end, c++, i386, libgcc: std::bfloat16_t and __bf16 arithmetic support | Jakub Jelinek | 2 | -1/+36 |
2022-10-14 | c++: Implement excess precision support for C++ [PR107097, PR323] | Jakub Jelinek | 3 | -18/+6 |
2022-10-14 | Daily bump. | GCC Administrator | 1 | -0/+5 |
2022-10-13 | c: Do not use *_IS_IEC_60559 == 2 | Joseph Myers | 1 | -7/+3 |
2022-10-13 | Daily bump. | GCC Administrator | 1 | -0/+9 |
2022-10-12 | preprocessor: Fix tracking of system header state [PR60014,PR60723] | Lewis Hyatt | 1 | -7/+10 |
2022-10-11 | Daily bump. | GCC Administrator | 1 | -0/+17 |
2022-10-10 | c++: Lambda context mangling | Nathan Sidwell | 1 | -1/+1 |
2022-10-10 | c-family: ICE with [[gnu::nocf_check]] [PR106937] | Marek Polacek | 2 | -44/+53 |
2022-10-08 | Daily bump. | GCC Administrator | 1 | -0/+17 |
2022-10-07 | Add a new option -fstrict-flex-arrays[=n] and new attribute strict_flex_array | Qing Zhao | 2 | -0/+54 |
2022-10-07 | fix clang warnings | Martin Liska | 1 | -1/+1 |
2022-10-07 | c++: Improve handling of foreigner namespace attributes | Jakub Jelinek | 1 | -3/+4 |
2022-10-07 | Daily bump. | GCC Administrator | 1 | -0/+15 |
2022-10-06 | c: C2x typeof | Joseph Myers | 2 | -12/+15 |
2022-10-06 | c++, c: Implement C++23 P1774R8 - Portable assumptions [PR106654] | Jakub Jelinek | 2 | -0/+17 |
2022-10-05 | Daily bump. | GCC Administrator | 1 | -0/+5 |
2022-10-04 | openmp: Add begin declare target support | Jakub Jelinek | 1 | -2/+2 |
2022-10-04 | Daily bump. | GCC Administrator | 1 | -0/+10 |
2022-10-03 | c++: rename IS_SAME_AS trait code to IS_SAME | Patrick Palka | 1 | -1/+1 |
2022-10-03 | c: Adjust LDBL_EPSILON for C2x for IBM long double | Joseph Myers | 1 | -1/+1 |
2022-10-01 | Daily bump. | GCC Administrator | 1 | -0/+6 |
2022-09-30 | c++: streamline built-in trait addition process | Patrick Palka | 2 | -72/+15 |
2022-09-30 | Daily bump. | GCC Administrator | 1 | -0/+12 |
2022-09-29 | c: C2x noreturn attribute | Joseph Myers | 1 | -0/+3 |
2022-09-29 | c++: implement __remove_cv, __remove_reference and __remove_cvref | Patrick Palka | 2 | -0/+4 |
2022-09-28 | Daily bump. | GCC Administrator | 1 | -0/+52 |
2022-09-27 | c++: Implement C++23 P2266R1, Simpler implicit move [PR101165] | Marek Polacek | 1 | -0/+1 |
2022-09-27 | c++: Don't quote nothrow in diagnostic | Marek Polacek | 1 | -2/+1 |
2022-09-27 | c++: Implement C++23 P1169R4 - static operator() [PR106651] | Jakub Jelinek | 1 | -0/+1 |
2022-09-27 | openmp: Add OpenMP assume, assumes and begin/end assumes support | Jakub Jelinek | 4 | -23/+30 |
2022-09-27 | c++: Implement P1467R9 - Extended floating-point types and standard names com... | Jakub Jelinek | 3 | -15/+50 |
2022-09-27 | Daily bump. | GCC Administrator | 1 | -0/+6 |
2022-09-26 | c++: P2513R4, char8_t Compatibility and Portability Fix [PR106656] | Marek Polacek | 1 | -1/+1 |
2022-09-24 | Daily bump. | GCC Administrator | 1 | -0/+8 |
2022-09-23 | c++: Implement __is_{nothrow_,}convertible [PR106784] | Marek Polacek | 2 | -0/+3 |
2022-09-23 | Daily bump. | GCC Administrator | 1 | -0/+6 |
2022-09-22 | c: fix uninitialized c_expr::m_decimal [PR106830] | David Malcolm | 1 | -6/+3 |
2022-09-16 | Daily bump. | GCC Administrator | 1 | -0/+6 |
2022-09-15 | Move void_list_node init to common code | Richard Biener | 2 | -3/+0 |
2022-09-10 | Daily bump. | GCC Administrator | 1 | -0/+4 |
2022-09-09 | Fix "address will never be NULL" warning | Jan-Benedict Glaw | 1 | -2/+1 |