Age | Commit message (Expand) | Author | Files | Lines |
2019-11-29 | re PR c++/60228 (ICE using lambda in #pragma omp declare reduction) | Jakub Jelinek | 5 | -6/+48 |
2019-11-28 | re PR c++/92695 (P1064R0 - virtual constexpr fails if object taken from array) | Jakub Jelinek | 2 | -2/+11 |
2019-11-27 | Implement P1814R0, CTAD for alias templates. | Jason Merrill | 7 | -108/+413 |
2019-11-27 | Fix constrained alias template transparency. | Jason Merrill | 6 | -21/+75 |
2019-11-27 | PR c++/92206 - ICE with typedef to dependent alias. | Jason Merrill | 7 | -39/+78 |
2019-11-27 | re PR c++/92236 ([concepts] Explain non-satisfaction in static_assert) | Andrew Sutton | 7 | -31/+86 |
2019-11-27 | re PR c++/92439 ([concepts] trunk crashes on constraint satisfaction failure) | Andrew Sutton | 2 | -99/+204 |
2019-11-27 | re PR c++/88395 (ICE: Segmentation fault signal terminated program cc1plus, w... | Andrew Sutton | 2 | -0/+8 |
2019-11-27 | Diagnose certain constraint errors as hard errors, but otherwise treat them t... | Andrew Sutton | 7 | -109/+132 |
2019-11-27 | re PR c++/92524 (ICE in short program with constexpr and std::array) | Jakub Jelinek | 2 | -0/+11 |
2019-11-26 | Remember the location of a variable template-id. | Jason Merrill | 3 | -25/+34 |
2019-11-27 | typeck.c (cp_build_unary_op): Consistently use the accurate location in seven... | Paolo Carlini | 2 | -19/+34 |
2019-11-26 | re PR c++/92648 (Handling of unknown attributes) | Jakub Jelinek | 2 | -1/+15 |
2019-11-26 | re PR c++/61414 (enum class bitfield size-checking needs a separate warning f... | Jakub Jelinek | 2 | -1/+62 |
2019-11-25 | typeck.c (cp_build_indirect_ref_1): Add location_t parameter and use it in er... | Paolo Carlini | 6 | -36/+62 |
2019-11-23 | re PR c++/92365 (ice unexpected expression ‘int16_t()’ of kind cast_expr) | Bernd Edlinger | 2 | -2/+8 |
2019-11-22 | PR c++/88337 - P1327R1: Allow polymorphic typeid in constexpr. | Marek Polacek | 3 | -5/+14 |
2019-11-22 | re PR c/90677 (gcc-9.1.0 fails to build __gcc_diag__ souce: error: 'cgraph_no... | Jakub Jelinek | 2 | -0/+12 |
2019-11-22 | re PR c++/92458 (Constraints do not work with precompiled headers) | Jakub Jelinek | 6 | -8/+22 |
2019-11-21 | PR c++/92450 - ICE with invalid nested name specifier. | Marek Polacek | 2 | -3/+11 |
2019-11-21 | re PR c++/90842 (ICE in poplevel, at cp/decl.c:585) | Jakub Jelinek | 2 | -0/+19 |
2019-11-20 | typeck2.c (build_x_arrow): Early return if decay_conversion returns error_mar... | Paolo Carlini | 2 | -1/+10 |
2019-11-20 | re PR c++/90767 (jumbled error message with this and const) | Jakub Jelinek | 2 | -1/+11 |
2019-11-20 | cvt.c (ocp_convert): Use additional warning sentinel. | Paolo Carlini | 2 | -0/+5 |
2019-11-19 | re PR c++/92414 (internal compiler error: tree check: expected constructor, h... | Jakub Jelinek | 2 | -0/+9 |
2019-11-19 | Consider parm types equivalence for operator rewrite tiebreaker. | Jason Merrill | 2 | -24/+46 |
2019-11-19 | re PR c++/89913 (ICE with invalid using declaration) | Andrew Sutton | 2 | -0/+15 |
2019-11-19 | re PR c++/92078 (error: 'struct std::ptr<Iter>' redeclared with different acc... | Andrew Sutton | 2 | -40/+49 |
2019-11-19 | Suppress diagnostics substituting into a requires-expression (PR c++/92403). | Andrew Sutton | 2 | -1/+13 |
2019-11-19 | re PR c++/92504 (ICE on gcc-9 -fopenmp: internal compiler error: tree check: ... | Jakub Jelinek | 2 | -1/+6 |
2019-11-18 | typeck.c (cp_build_addr_expr_1): Use cp_expr_loc_or_input_loc in three places. | Paolo Carlini | 2 | -6/+18 |
2019-11-18 | PR c++/91962 - ICE with reference binding and qualification conversion. | Marek Polacek | 2 | -1/+7 |
2019-11-17 | method.c (lookup_comparison_result): Use %qD instead of %<%T::%D%> to print t... | Jakub Jelinek | 2 | -2/+9 |
2019-11-15 | typeck.c (cp_truthvalue_conversion): Add tsubst_flags_t parameter and use it ... | Paolo Carlini | 6 | -9/+20 |
2019-11-15 | Implement P1816R0, class template argument deduction for aggregates. | Jason Merrill | 4 | -34/+165 |
2019-11-14 | Remove build_{same_sized_,}truth_vector_type | Richard Sandiford | 3 | -2/+8 |
2019-11-14 | c-parser.c (c_parser_omp_context_selector): Don't require score argument to f... | Jakub Jelinek | 3 | -4/+26 |
2019-11-14 | omp-general.c (omp_context_name_list_prop): New function. | Jakub Jelinek | 3 | -14/+48 |
2019-11-13 | PR c++/89070 - bogus [[nodiscard]] warning in SFINAE. | Marek Polacek | 2 | -3/+12 |
2019-11-13 | [C++] Fix interaction between aka changes and DR1558 (PR92206) | Richard Sandiford | 3 | -3/+19 |
2019-11-12 | [C++ PATCH] Merge some using-decl handling | Nathan Sidwell | 2 | -106/+150 |
2019-11-12 | Remove gcc/params.* files. | Martin Liska | 3 | -2/+5 |
2019-11-12 | Apply mechanical replacement (generated patch). | Martin Liska | 3 | -3/+10 |
2019-11-12 | Add OpenACC 2.6 `serial' construct support | Maciej W. Rozycki | 4 | -5/+46 |
2019-11-11 | Implement P1946R0, Allow defaulting comparisons by value. | Jason Merrill | 4 | -21/+44 |
2019-11-11 | * typeck.c (cp_build_binary_op): Sorry about <=> on VECTOR_TYPE. | Jason Merrill | 2 | -0/+11 |
2019-11-11 | re PR c++/92447 (ICE in poplevel, at cp/decl.c:585) | Jakub Jelinek | 2 | -4/+8 |
2019-11-11 | c-parser.c (c_parser_translation_unit): Diagnose declare target without corre... | Jakub Jelinek | 2 | -0/+13 |
2019-11-10 | Implement D1957R0, T* to bool should be considered narrowing. | Jason Merrill | 2 | -0/+11 |
2019-11-08 | PR c++/92215 - flawed diagnostic for bit-field with non-integral type. | Marek Polacek | 2 | -0/+31 |