Age | Commit message (Expand) | Author | Files | Lines |
2020-03-18 | c++: Diagnose a deduction guide in a wrong scope [PR91759] | Jakub Jelinek | 1 | -0/+9 |
2020-03-12 | c++: Tweak reshape_init_array_1 [PR94124] | Jakub Jelinek | 1 | -4/+15 |
2020-03-10 | c++: Fix wrong conversion error with non-viable overload [PR94124] | Marek Polacek | 1 | -0/+7 |
2020-03-09 | c++: Fix convert_like in template [PR91465, PR93870, PR92031, PR94068] | Marek Polacek | 1 | -6/+3 |
2020-02-26 | c++: Fix ICE with invalid array bounds [PR93789] | Marek Polacek | 1 | -3/+8 |
2020-02-22 | c++: Use %qs in diagnostic message [PR93882] | Marek Polacek | 1 | -1/+1 |
2020-02-05 | c++: Fix ICE with CONSTRUCTOR flags verification [PR93559] | Marek Polacek | 1 | -1/+3 |
2020-02-05 | c++: Fix SEGV with malformed constructor decl. | Jason Merrill | 1 | -4/+7 |
2020-02-02 | c++: Fix ICE on invalid alignas in a template [PR93530] | Marek Polacek | 1 | -1/+1 |
2020-01-31 | c++: Reduce memory consumption for arrays of non-aggregate type. | Jason Merrill | 1 | -16/+34 |
2020-01-28 | c++: Function declared with typedef with eh-specification. | Jason Merrill | 1 | -0/+1 |
2020-01-25 | c++: Fix ICE with constrained friend (PR93400). | Jason Merrill | 1 | -0/+2 |
2020-01-23 | c++: Fix ICE with defaulted destructor and template. | Jason Merrill | 1 | -1/+2 |
2020-01-21 | PR c++/91476 - anon-namespace reference temp clash between TUs. | Jason Merrill | 1 | -21/+12 |
2020-01-19 | PR c++/33799 - destroy return value, take 2. | Jason Merrill | 1 | -0/+3 |
2020-01-18 | [C++ coroutines] Initial implementation. | Iain Sandoe | 1 | -0/+60 |
2020-01-15 | Revert "PR c++/33799 - destroy return value if local cleanup throws." | Jason Merrill | 1 | -14/+0 |
2020-01-13 | PR c++/33799 - destroy return value if local cleanup throws. | Jason Merrill | 1 | -0/+14 |
2020-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2019-12-30 | Remove assert in reshape_init_r. | Marek Polacek | 1 | -1/+0 |
2019-12-30 | decl2.c (delete_sanity): Add location_t parameter and use it throughout. | Paolo Carlini | 1 | -1/+1 |
2019-12-20 | PR c++/92745 - bogus error when initializing array of vectors. | Marek Polacek | 1 | -8/+7 |
2019-12-18 | typeck.c (cxx_sizeof_or_alignof_type): Add location_t parameter and use it th... | Paolo Carlini | 1 | -3/+6 |
2019-12-17 | PR c++/92576 - redeclaration of variable template. | Jason Merrill | 1 | -11/+5 |
2019-12-09 | typeck.c (check_for_casting_away_constness): Add location_t parameter and use... | Paolo Carlini | 1 | -1/+2 |
2019-12-06 | [C++] Pass type uses through the verify_type_context hook | Richard Sandiford | 1 | -0/+26 |
2019-12-05 | PR c++/91353 - P1331R2: Allow trivial default init in constexpr contexts. | Marek Polacek | 1 | -4/+12 |
2019-12-05 | typeck2.c (build_functional_cast): Add location_t parameter and use it. | Paolo Carlini | 1 | -1/+2 |
2019-12-04 | cp-tree.h (enum cp_tree_index): Add CPTI_SOURCE_LOCATION_IMPL. | Jakub Jelinek | 1 | -0/+6 |
2019-12-03 | PR c++/91363 - P0960R3: Parenthesized initialization of aggregates. | Marek Polacek | 1 | -4/+64 |
2019-11-29 | re PR c++/60228 (ICE using lambda in #pragma omp declare reduction) | Jakub Jelinek | 1 | -4/+10 |
2019-11-27 | PR c++/92206 - ICE with typedef to dependent alias. | Jason Merrill | 1 | -1/+1 |
2019-11-22 | re PR c++/92458 (Constraints do not work with precompiled headers) | Jakub Jelinek | 1 | -1/+1 |
2019-11-11 | Implement P1946R0, Allow defaulting comparisons by value. | Jason Merrill | 1 | -0/+5 |
2019-11-11 | re PR c++/92447 (ICE in poplevel, at cp/decl.c:585) | Jakub Jelinek | 1 | -4/+4 |
2019-11-06 | C++20 NB CA378 - Remove constrained non-template functions. | Jason Merrill | 1 | -1/+11 |
2019-11-05 | Implement C++20 operator<=>. | Jason Merrill | 1 | -0/+8 |
2019-11-05 | decl.c (omp_declare_variant_finalize_one): Call declare_simd_adjust_this not ... | Jakub Jelinek | 1 | -4/+17 |
2019-11-02 | gimplify.h (omp_construct_selector_matches): Change return type to int, add a... | Jakub Jelinek | 1 | -2/+2 |
2019-11-02 | PR c++/88335 - Implement P1073R3: Immediate functions | Jakub Jelinek | 1 | -36/+146 |
2019-10-31 | re PR c++/90947 (Simple lookup table of array of strings is miscompiled) | Jakub Jelinek | 1 | -3/+2 |
2019-10-30 | cp-tree.h (omp_declare_variant_finalize, [...]): Declare. | Jakub Jelinek | 1 | -0/+205 |
2019-10-29 | Add a simulate_enum_decl langhook | Richard Sandiford | 1 | -0/+34 |
2019-10-29 | Add a simulate_builin_function_decl langhook | Richard Sandiford | 1 | -0/+13 |
2019-10-24 | Add missing space to diagnostic in reshape_init_r. | Marek Polacek | 1 | -1/+1 |
2019-10-24 | Finish moving constraint and logic functionality of out pt.c. | Andrew Sutton | 1 | -3/+0 |
2019-10-24 | [C++ PATCH] 'std' identifier not needed | Nathan Sidwell | 1 | -8/+7 |
2019-10-22 | re PR tree-optimization/85887 (Missing DW_TAG_lexical_block PC range) | Jakub Jelinek | 1 | -2/+2 |
2019-10-18 | [C++ PATCH] anon type names | Nathan Sidwell | 1 | -3/+0 |
2019-10-17 | decl.c (grokfndecl): Remove redundant use of in_system_header_at. | Paolo Carlini | 1 | -13/+8 |