Age | Commit message (Expand) | Author | Files | Lines |
2023-01-05 | c++: class-head parsing and CPP_TEMPLATE_ID access [PR108275] | Patrick Palka | 1 | -0/+18 |
2023-01-04 | c++: mark_single_function and SFINAE [PR108282] | Patrick Palka | 1 | -0/+19 |
2023-01-04 | c++: Error recovery in merge_default_template_args [PR108206] | Jakub Jelinek | 1 | -0/+5 |
2023-01-04 | vrp: Handle pointers in maybe_set_nonzero_bits [PR108253] | Jakub Jelinek | 1 | -0/+48 |
2023-01-03 | testsuite: AIX | David Edelsohn | 1 | -0/+5 |
2023-01-03 | OpenMP: GC unused SIMD clones | Sandra Loosemore | 1 | -1/+6 |
2022-12-23 | c++: get_nsdmi in template context [PR108116] | Patrick Palka | 1 | -0/+22 |
2022-12-23 | c++: template friend with variadic constraints [PR107853] | Patrick Palka | 2 | -0/+41 |
2022-12-22 | libstdc++: Improve output of default contract violation handler [PR107792] | Arsen Arsenović | 36 | -674/+775 |
2022-12-22 | testsuite: don't declare printf in coro.h | Jason Merrill | 22 | -25/+23 |
2022-12-22 | phiopt: Drop SSA_NAME_RANGE_INFO in maybe equal case [PR108166] | Jakub Jelinek | 1 | -0/+26 |
2022-12-20 | c++: source position of lambda captures [PR84471] | Jason Merrill | 3 | -2/+44 |
2022-12-20 | c++, tree: walk TREE_VEC (and VECTOR_CST) in natural order [PR101886] | Patrick Palka | 2 | -1/+15 |
2022-12-20 | coroutines: Accept 'extern "C"' coroutines. | Iain Sandoe | 1 | -0/+89 |
2022-12-20 | c++: NTTP object wrapper substitution fixes [PR103346, ...] | Patrick Palka | 4 | -0/+78 |
2022-12-19 | c++: modules and std::source_location::current() def arg [PR100881] | Patrick Palka | 13 | -11/+53 |
2022-12-19 | c++: ICE with concepts TS multiple auto deduction [PR101886] | Patrick Palka | 1 | -0/+9 |
2022-12-17 | c++: constantness of non-dependent NTTP argument [PR107437] | Patrick Palka | 2 | -1/+21 |
2022-12-16 | coroutines: Build pointer initializers with nullptr_node [PR107768] | Andrew Pinski | 1 | -0/+26 |
2022-12-15 | c++: variadic using-decl with parm pack in terminal name [PR102104] | Patrick Palka | 6 | -0/+165 |
2022-12-15 | c++: mangle contracts in write_mangled_name | Arsen Arsenović | 1 | -0/+19 |
2022-12-15 | c++: class-scope qualified constrained auto [PR107188] | Patrick Palka | 1 | -0/+10 |
2022-12-15 | c++: extract_local_specs and unevaluated contexts [PR100295] | Patrick Palka | 1 | -0/+15 |
2022-12-15 | c++: local alias in typename in lambda [PR105518] | Patrick Palka | 1 | -0/+23 |
2022-12-15 | c++: partial ordering with memfn ptr cst [PR108104] | Patrick Palka | 1 | -0/+30 |
2022-12-15 | c++: Ensure !!var is not an lvalue [PR107065] | Jakub Jelinek | 1 | -0/+14 |
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-15 | c++: fix initializer_list transformation [PR108071] | Jason Merrill | 3 | -0/+69 |
2022-12-14 | ipa-sra: Consider the first parameter of methods safe to dereference | Martin Jambor | 1 | -0/+62 |
2022-12-14 | ipa-sra: Treat REFERENCE_TYPES as always dereferencable | Martin Jambor | 1 | -0/+23 |
2022-12-12 | Revert "c++: build initializer_list<string> in a loop [PR105838]" | Jason Merrill | 1 | -24/+0 |
2022-12-11 | Treat ADDR_EXPR and CONSTRUCTOR as GIMPLE/GENERIC magically | Richard Biener | 1 | -1/+1 |
2022-12-08 | analyzer: fix ICE on region creation during get_referenced_base_regions [PR10... | David Malcolm | 1 | -0/+37 |
2022-12-08 | c++: build initializer_list<string> in a loop [PR105838] | Jason Merrill | 1 | -0/+24 |
2022-12-08 | c++: avoid initializer_list<string> [PR105838] | Jason Merrill | 1 | -0/+25 |
2022-12-08 | c++: fewer allocator temps [PR105838] | Jason Merrill | 1 | -0/+12 |
2022-12-08 | Ensure arguments to range-op handler are supported. | Andrew MacLeod | 1 | -0/+18 |
2022-12-06 | OpenMP: omp_get_max_teams, omp_set_num_teams, and omp_{gs}et_teams_thread_lim... | Marcel Vollweiler | 1 | -1/+1 |
2022-12-06 | tree-optimization/104165 - bougs -Warray-bounds, add testcase | Richard Biener | 1 | -0/+27 |
2022-12-04 | c++: pack in requires-expr parm list [PR107417] | Patrick Palka | 1 | -0/+10 |
2022-12-04 | coroutines: Do not promote temporaries that will be elided. | Iain Sandoe | 5 | -0/+440 |
2022-12-03 | c++: substituting CONST_DECL_USING_P enumerators [PR103081] | Patrick Palka | 2 | -0/+35 |
2022-12-02 | testsuite: Adjust dg-error for -fimplicit-constexpr | Marek Polacek | 4 | -7/+8 |
2022-12-02 | c++: Set the locus of the function result decl | Bernhard Reutner-Fischer | 1 | -0/+20 |
2022-12-02 | c++: Incremental fix for g++.dg/gomp/for-21.C [PR84469] | Jakub Jelinek | 2 | -9/+66 |
2022-12-02 | c++: Deduce range for structured bindings if expression is not type dependent... | Jakub Jelinek | 2 | -0/+53 |
2022-12-01 | c++: comptypes ICE with BOUND_TEMPLATE_TEMPLATE_PARMs [PR107539] | Patrick Palka | 1 | -0/+18 |
2022-11-30 | tree-optimization/107919 - uninit diagnostic predicate simplification | Richard Biener | 1 | -0/+15 |
2022-11-29 | c++: ICE with <=> of incompatible pointers [PR107542] | Patrick Palka | 1 | -0/+29 |
2022-11-29 | c++: explicit specialization and trailing requirements [PR107864] | Patrick Palka | 1 | -0/+11 |