Age | Commit message (Expand) | Author | Files | Lines |
2019-01-27 | PR c++/86740, ICE with constexpr if and nested generic lambdas. | Jason Merrill | 1 | -0/+8 |
2018-07-03 | PR c++/86378 - functional cast in noexcept-specifier. | Jason Merrill | 1 | -2/+2 |
2018-06-15 | * tree.c (maybe_warn_parm_abi): Inform the location of the class. | Jason Merrill | 1 | -14/+12 |
2018-06-13 | PR c++/86094 - wrong code with defaulted move ctor. | Jason Merrill | 1 | -11/+33 |
2018-06-11 | PR c++/85807 - ICE with call in template NSDMI. | Jason Merrill | 1 | -1/+2 |
2018-06-11 | PR c++/86094 - wrong code with defaulted move ctor. | Jason Merrill | 1 | -1/+1 |
2018-06-05 | re PR c++/85976 (ICE in cp_tree_equal when building Blitz. May be nested temp... | Marek Polacek | 1 | -0/+8 |
2018-05-07 | PR c++/85618 - ICE with initialized VLA. | Jason Merrill | 1 | -2/+21 |
2018-04-10 | PR debug/65821 - wrong location for main(). | Jason Merrill | 1 | -9/+24 |
2018-04-10 | PR debug/65821 - wrong location for main(). | Jason Merrill | 1 | -16/+1 |
2018-04-04 | PR c++/85200 - ICE with constexpr if in generic lambda. | Jason Merrill | 1 | -3/+5 |
2018-04-04 | PR c++/85148 - ICE with 'this' in array NSDMI. | Jason Merrill | 1 | -1/+1 |
2018-03-28 | [PR c++/84968] reject stmt-exprs in noexcept constexprs | Alexandre Oliva | 1 | -0/+4 |
2018-03-27 | re PR c++/85076 (ICE with invalid template used as lambda argument) | Jakub Jelinek | 1 | -0/+3 |
2018-03-21 | [PR c++/85008] ICE looking for clone | Nathan Sidwell | 1 | -1/+1 |
2018-03-20 | [PR c++/84970] lookup marking | Nathan Sidwell | 1 | -3/+15 |
2018-03-16 | re PR c++/79937 (ICE in replace_placeholders_r) | Jakub Jelinek | 1 | -4/+51 |
2018-03-15 | re PR c++/84222 ([[deprecated]] class complains about internal class usage) | Jakub Jelinek | 1 | -0/+13 |
2018-03-06 | [C++] [PR84231] overload on cond_expr in template | Alexandre Oliva | 1 | -0/+15 |
2018-03-01 | re PR c++/84582 (Rejected valid C++ code since r257961) | Marek Polacek | 1 | -0/+1 |
2018-02-26 | PR c++/84560 - ICE capturing multi-dimensional VLA. | Jason Merrill | 1 | -0/+2 |
2018-02-26 | re PR c++/84325 (internal compiler error, in cxx_eval_constant_expression gcc... | Marek Polacek | 1 | -1/+1 |
2018-02-20 | re PR c++/84449 (ICE with constexpr and deleted destructor) | Jakub Jelinek | 1 | -1/+6 |
2018-02-10 | re PR sanitizer/83987 (ICE with OpenMP, sanitizer and virtual bases) | Jakub Jelinek | 1 | -10/+0 |
2018-02-05 | class.c: Remove unused global variables. | Marek Polacek | 1 | -1/+0 |
2018-02-02 | PR c++/84181 - ICE with lambda parm in template argument. | Jason Merrill | 1 | -1/+1 |
2018-01-23 | re PR sanitizer/83987 (ICE with OpenMP, sanitizer and virtual bases) | Jakub Jelinek | 1 | -0/+10 |
2018-01-10 | Preserving locations for variable-uses and constants (PR c++/43486) | David Malcolm | 1 | -0/+66 |
2018-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2018-01-02 | re PR c++/83556 (ICE in gimplify_expr, at gimplify.c:12004) | Jakub Jelinek | 1 | -2/+9 |
2017-12-15 | tree-core.h (struct attribute_spec): Swap affects_type_identity and handler f... | Jakub Jelinek | 1 | -14/+14 |
2017-12-07 | PR c/81544 - attribute noreturn and warn_unused_result on the same function a... | Martin Sebor | 1 | -8/+8 |
2017-12-05 | [PR C++/83287] Mark lookup for keeping | Nathan Sidwell | 1 | -0/+7 |
2017-11-28 | Remove Cilk Plus support. | Julia Koval | 1 | -1/+0 |
2017-11-16 | PR c++/79092 - non-type args of different types are different | Jason Merrill | 1 | -0/+4 |
2017-11-13 | Defer folding of *&. | Jason Merrill | 1 | -2/+2 |
2017-11-03 | re PR c++/81957 (ICE decltype) | Paolo Carlini | 1 | -1/+1 |
2017-10-31 | [C++ PATCH] overloaded operator fns [1/N] | Nathan Sidwell | 1 | -1/+2 |
2017-10-23 | PR c++/77369 - wrong noexcept handling in C++14 and below | Jason Merrill | 1 | -4/+7 |
2017-10-13 | PR c++/82357 - bit-field in template | Jason Merrill | 1 | -0/+4 |
2017-09-22 | re PR sanitizer/81929 (exponential slowdown in undefined behavior sanitizer f... | Jakub Jelinek | 1 | -6/+7 |
2017-09-08 | PR c++/70029 - ICE with ref-qualifier and -flto | Jason Merrill | 1 | -0/+15 |
2017-09-06 | name-lookup.h (lookup_fnfields_slot_nolazy, [...]): Rename to ... | Nathan Sidwell | 1 | -1/+1 |
2017-08-29 | PR c++/81236 - ICE with template-id in generic lambda | Jason Merrill | 1 | -0/+3 |
2017-08-23 | cp-tree.h (print_search_statistics, [...]): Don't declare. | Nathan Sidwell | 1 | -1/+0 |
2017-08-07 | Canonicalize names of attributes. | Martin Liska | 1 | -0/+1 |
2017-07-19 | class.c (add_implicitly_declared_members): Use classtype_has_move_assign_or_m... | Nathan Sidwell | 1 | -1/+1 |
2017-07-17 | class.c (type_has_user_declared_move_constructor, [...]): Combine into ... | Nathan Sidwell | 1 | -2/+1 |
2017-06-29 | * constexpr.c, error.c, tree.c: Remove WITH_CLEANUP_EXPR handling. | Jason Merrill | 1 | -6/+0 |
2017-06-29 | PR c++/81188 - matching decltype of member function call. | Jason Merrill | 1 | -5/+0 |