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