Age | Commit message (Expand) | Author | Files | Lines |
2019-05-20 | PR c++/90532 Ensure __is_constructible(T[]) is false | Jonathan Wakely | 1 | -0/+2 |
2019-01-08 | backport: re PR c++/88122 (g++ ICE: internal compiler error: Segmentation fault) | Jakub Jelinek | 1 | -2/+6 |
2018-09-24 | re PR c++/85070 (ICE on C++ code: in lazily_declare_fn, at cp/method.c:2409) | Paolo Carlini | 1 | -1/+1 |
2018-09-13 | re PR c++/87093 (is_constructible (__is_constructible() instrinsic) explicitl... | Ville Voutilainen | 1 | -1/+1 |
2018-07-04 | backport: re PR c++/86398 (is_trivially_constructible always returns true eve... | Ville Voutilainen | 1 | -1/+1 |
2018-03-27 | re PR c++/85067 (ICE with volatile parameter in defaulted copy-constructor) | Paolo Carlini | 1 | -1/+0 |
2018-03-16 | re PR c/84910 (typo: "%qs follows inline declaration ") | Jakub Jelinek | 1 | -1/+1 |
2018-01-26 | PR c++/83956 - wrong dtor error with anonymous union | Jason Merrill | 1 | -1/+10 |
2018-01-11 | [C++ PATCH] kill unused enum | Nathan Sidwell | 1 | -16/+0 |
2018-01-03 | [PR c++/83667] Fix tree_dump ICE | Nathan Sidwell | 1 | -1/+1 |
2018-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2017-11-21 | Add quotes for constexpr keyword. | Martin Liska | 1 | -3/+3 |
2017-11-01 | [C++ PATCH] overloaded operator fns [6/N] | Nathan Sidwell | 1 | -1/+1 |
2017-10-31 | [C++ PATCH] overloaded operator fns [2/N] | Nathan Sidwell | 1 | -4/+4 |
2017-10-31 | [C++ PATCH] overloaded operator fns [1/N] | Nathan Sidwell | 1 | -5/+6 |
2017-10-06 | re PR c++/47791 (finish function is using literal value instead of a #defined... | Paolo Carlini | 1 | -1/+1 |
2017-09-30 | re PR c++/68754 (Explicitly defaulted constexpr assignment operator fails to ... | Paolo Carlini | 1 | -3/+5 |
2017-09-06 | name-lookup.h (lookup_fnfields_slot_nolazy, [...]): Rename to ... | Nathan Sidwell | 1 | -1/+1 |
2017-08-29 | Fix lambdas in template default argument of inherited ctor. | Jason Merrill | 1 | -15/+27 |
2017-08-10 | PR c++/81359 - Unparsed NSDMI error from SFINAE context. | Jason Merrill | 1 | -4/+10 |
2017-08-09 | PR c++/81359 - Unparsed NSDMI error from SFINAE context. | Jason Merrill | 1 | -6/+14 |
2017-07-26 | PR c++/67054 - Inherited ctor with non-default-constructible members | Leonid Koppel | 1 | -1/+1 |
2017-07-21 | Remove TYPE_METHODS. | Nathan Sidwell | 1 | -6/+13 |
2017-07-19 | class.c (add_implicitly_declared_members): Use classtype_has_move_assign_or_m... | Nathan Sidwell | 1 | -3/+3 |
2017-07-17 | class.c (type_has_user_declared_move_constructor, [...]): Combine into ... | Nathan Sidwell | 1 | -8/+4 |
2017-07-12 | cp-tree.h (DECL_CONSTRUCTOR_P, [...]): Look at identifier flags. | Nathan Sidwell | 1 | -6/+6 |
2017-06-30 | call.c (build_new_method_call_1): Use constructo_name to get ctor name. | Nathan Sidwell | 1 | -9/+10 |
2017-06-29 | Whitespace cleanups. | Nathan Sidwell | 1 | -3/+2 |
2017-06-26 | cp-tree.h (lang_decl_fn): Remove assignment_operator_p field. | Nathan Sidwell | 1 | -4/+1 |
2017-06-18 | PR c++/70844 - -Wuseless-cast and inheriting constructor. | Jason Merrill | 1 | -0/+1 |
2017-06-16 | cp-tree.h (build_this_parm, [...]): Add FN parm. | Nathan Sidwell | 1 | -4/+3 |
2017-06-16 | Don't defer noexcept_deferred_spec. | Nathan Sidwell | 1 | -1/+1 |
2017-06-01 | re PR c++/80812 (ICE: in build_value_init_noctor, at cp/init.c:483) | Ville Voutilainen | 1 | -1/+1 |
2017-05-19 | call.c (add_list_candidates): Use OVL_FIRST. | Nathan Sidwell | 1 | -1/+2 |
2017-05-17 | Implement new C++ intrinsics __is_assignable and __is_constructible. | Ville Voutilainen | 1 | -7/+35 |
2017-05-16 | cp-tree.h (class ovl_iterator, [...]): New OVERLOAD iterators. | Nathan Sidwell | 1 | -4/+4 |
2017-05-16 | cp-tree.h (OVL_FIRST, OVL_NAME): New. | Nathan Sidwell | 1 | -4/+2 |
2017-05-11 | cp-tree.h (pushdecl, [...]): Move declarations to ... | Nathan Sidwell | 1 | -1/+1 |
2017-05-11 | re PR c++/80682 (__is_trivially_constructible(void, int) returns true.) | Ville Voutilainen | 1 | -0/+2 |
2017-05-10 | cp-tree.h (add_method, [...]): Change last arg to bool. | Nathan Sidwell | 1 | -2/+2 |
2017-03-14 | PR c++/79393 DR 1658 workaround | Nathan Sidwell | 1 | -16/+18 |
2017-03-13 | PR c++/79393 DR 1658 workaround | Nathan Sidwell | 1 | -1/+17 |
2017-03-04 | Core issues 2273 and 2277 | Jason Merrill | 1 | -1/+2 |
2017-02-15 | PR c++/79464 - ICE in IPA with omitted constructor parms | Jason Merrill | 1 | -0/+3 |
2017-02-07 | method.c (synthesized_method_base_walk): New. | Nathan Sidwell | 1 | -112/+99 |
2017-01-31 | Introduce C++ support in libcc1 | Alexandre Oliva | 1 | -5/+5 |
2017-01-27 | PR c++/78771 - ICE with inherited constructor. | Jason Merrill | 1 | -3/+11 |
2017-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2016-12-21 | PR c++/78767 - ICE with inherited constructor default argument | Jason Merrill | 1 | -1/+5 |
2016-11-01 | Implement P0136R1, Rewording inheriting constructors. | Jason Merrill | 1 | -42/+173 |