Age | Commit message (Expand) | Author | Files | Lines |
2023-06-23 | c++: Add support for -std={c,gnu}++2{c,6} | Marek Polacek | 1 | -1/+1 |
2023-05-15 | c++: add feature-test macro for auto(x) | Patrick Palka | 1 | -0/+6 |
2023-05-10 | c++: always check consteval address | Jason Merrill | 1 | -4/+4 |
2023-05-09 | c++: Reject pack expansion of assume attribute [PR109756] | Jakub Jelinek | 1 | -0/+22 |
2023-04-25 | testsuite: Fix up ext-floating2.C on powerpc64-linux | Jakub Jelinek | 1 | -0/+4 |
2023-04-25 | testsuite: Fix up ext-floating15.C tests on powerpc64-linux [PR109278] | Jakub Jelinek | 1 | -0/+1 |
2023-03-30 | c++: Fix up ICE in build_min_non_dep_op_overload [PR109319] | Jakub Jelinek | 1 | -0/+42 |
2023-03-30 | c++: Avoid informs without a warning [PR109278] | Jakub Jelinek | 1 | -0/+11 |
2023-03-10 | c++ testsuite: Add test for PR107703 | Jakub Jelinek | 2 | -2/+586 |
2023-03-07 | c++: static lambda tsubst [PR108526] | Jason Merrill | 1 | -0/+1 |
2023-02-08 | testsuite: Fix up PR108525 test [PR108525] | Jakub Jelinek | 2 | -5/+5 |
2023-01-25 | c++: Fix up mangling of static lambdas [PR108525] | Jakub Jelinek | 1 | -0/+5 |
2023-01-24 | c++: static lambda in template [PR108526] | Jason Merrill | 1 | -0/+8 |
2023-01-19 | c++: Fix up handling of non-dependent subscript with static operator[] [PR108... | Jakub Jelinek | 2 | -0/+77 |
2022-12-15 | c++, libstdc++: Add typeinfo for _Float{16,32,64,128,32x,64x} and __bf16 type... | Jakub Jelinek | 1 | -0/+35 |
2022-12-02 | testsuite: Adjust dg-error for -fimplicit-constexpr | Marek Polacek | 2 | -4/+4 |
2022-11-19 | c++: Implement C++23 P2647R1 - Permitting static constexpr variables in const... | Jakub Jelinek | 3 | -2/+63 |
2022-11-16 | c++: P2448 - Relaxing some constexpr restrictions [PR106649] | Marek Polacek | 12 | -4/+435 |
2022-11-16 | c++: Fix up calls to static operator() or operator[] [PR107624] | Jakub Jelinek | 3 | -0/+94 |
2022-11-15 | c++: Implement C++23 P2589R1 - - static operator[] | Jakub Jelinek | 2 | -2/+31 |
2022-11-14 | c++: Disable -Wdangling-reference when initing T& | Marek Polacek | 1 | -2/+2 |
2022-11-04 | testsuite: Add testcase from C++23 P2314R4 - Character sets and encodings | Jakub Jelinek | 1 | -0/+10 |
2022-10-31 | libstdc++-v3: <complex> support for extended floating point types | Jakub Jelinek | 1 | -0/+182 |
2022-10-26 | c++: Implement -Wdangling-reference [PR106393] | Marek Polacek | 2 | -3/+5 |
2022-10-25 | c++: constexpr-evaluate more assumes | Jason Merrill | 2 | -0/+41 |
2022-10-25 | c++: improve failed constexpr assume diagnostic | Jason Merrill | 1 | -2/+2 |
2022-10-25 | gimplify: Don't add GIMPLE_ASSUME if errors were seen [PR107369] | Jakub Jelinek | 1 | -0/+12 |
2022-10-19 | Add assume support to VRP. | Andrew MacLeod | 1 | -0/+42 |
2022-10-18 | middle-end IFN_ASSUME support [PR106654] | Jakub Jelinek | 3 | -0/+66 |
2022-10-06 | c++, c: Implement C++23 P1774R8 - Portable assumptions [PR106654] | Jakub Jelinek | 5 | -37/+659 |
2022-09-30 | i386, rs6000, ia64, s390: Fix C++ ICEs with _Float64x or _Float128 [PR107080] | Jakub Jelinek | 1 | -0/+79 |
2022-09-27 | c++: Implement C++23 P2266R1, Simpler implicit move [PR101165] | Marek Polacek | 10 | -0/+527 |
2022-09-27 | c++: Implement C++23 P1169R4 - static operator() [PR106651] | Jakub Jelinek | 4 | -0/+79 |
2022-09-27 | c++: Implement P1467R9 - Extended floating-point types and standard names com... | Jakub Jelinek | 11 | -0/+1095 |
2022-09-26 | c++: P2513R4, char8_t Compatibility and Portability Fix [PR106656] | Marek Polacek | 1 | -2/+2 |
2022-09-07 | c++: diagnostic for template placeholder in parm [PR106793] | Jason Merrill | 1 | -2/+2 |
2022-09-07 | libcpp: Named universal character escapes and delimited escape sequence tweaks | Jakub Jelinek | 2 | -0/+34 |
2022-09-06 | c++: C++23 operator[] allows default arguments | Jason Merrill | 1 | -0/+7 |
2022-09-01 | libcpp: Add -Winvalid-utf8 warning [PR106655] | Jakub Jelinek | 12 | -0/+592 |
2022-08-26 | libcpp: Implement P2362R3 - Remove non-encodable wide character literals and ... | Jakub Jelinek | 2 | -0/+85 |
2022-08-26 | c++: Implement C++23 P2071R2 - Named universal character escapes [PR106648] | Jakub Jelinek | 1 | -0/+6 |
2022-05-09 | c++: Implement P2324R2, labels at the end of compound-stmts [PR103539] | Marek Polacek | 2 | -0/+141 |
2022-05-04 | c++: Don't emit deprecated warnings or unavailable errors on lambda declarations | Jakub Jelinek | 2 | -0/+56 |
2022-03-24 | c++: missing SFINAE for non-constant consteval calls [PR104620] | Patrick Palka | 1 | -2/+2 |
2022-03-24 | c++: extern thread_local declarations in constexpr [PR104994] | Jakub Jelinek | 4 | -7/+13 |
2022-03-10 | c++: Don't allow type-constraint auto(x) [PR104752] | Marek Polacek | 1 | -0/+8 |
2022-03-10 | c++: allow variadic operator[] for C++23 [PR103460] | Jakub Jelinek | 1 | -0/+17 |
2022-02-09 | c++: P2493 feature test macro updates | Jason Merrill | 1 | -2/+2 |
2022-01-31 | c++: ICE with auto[] and VLA [PR102414] | Marek Polacek | 2 | -0/+30 |
2022-01-27 | c++: new-expr of array of deduced class tmpl [PR101988] | Marek Polacek | 1 | -0/+11 |