Age | Commit message (Expand) | Author | Files | Lines |
2019-05-13 | Use releasing_vec more broadly. | Jason Merrill | 1 | -21/+10 |
2019-05-10 | call.c (build_call_a): Use FUNC_OR_METHOD_TYPE_P. | Paolo Carlini | 1 | -6/+3 |
2019-05-02 | [C++ PATCH] remove unreachable code | Nathan Sidwell | 1 | -7/+3 |
2019-04-29 | [C++ PATCH] some cleanups | Nathan Sidwell | 1 | -19/+11 |
2019-04-08 | re PR c++/89914 (ICE in nothrow_spec_p, at cp/except.c:1238) | Paolo Carlini | 1 | -4/+4 |
2019-04-03 | PR c++/89331 - ICE with offsetof in incomplete class. | Jason Merrill | 1 | -0/+3 |
2019-03-27 | PR c++/89831 - error with qualified-id in const member function. | Jason Merrill | 1 | -10/+9 |
2019-03-27 | PR c++/89241 - ICE with lambda in template parameter list. | Jason Merrill | 1 | -0/+6 |
2019-03-26 | re PR c++/89796 (Incorrect warning generated with OpenMP atomic capture) | Jakub Jelinek | 1 | -0/+5 |
2019-03-22 | re PR c++/60702 (thread_local initialization) | Jakub Jelinek | 1 | -12/+6 |
2019-03-18 | re PR c++/85014 (internal compiler error: in lookup_base, at cp/search.c:185) | Paolo Carlini | 1 | -1/+9 |
2019-03-14 | re PR c++/89512 (ICE in get_expr_operands, at tree-ssa-operands.c:882) | Jakub Jelinek | 1 | -0/+8 |
2019-03-08 | re PR tree-optimization/89550 (Spurious array-bounds warning when using __PRE... | Jakub Jelinek | 1 | -6/+5 |
2019-03-06 | PR c++/89576 - if constexpr of lambda capture. | Jason Merrill | 1 | -2/+2 |
2019-03-01 | PR c++/89532 - ICE with incomplete type in decltype. | Marek Polacek | 1 | -0/+3 |
2019-02-27 | PR c++/86969 - ICE with constexpr if and recursive generic lambdas. | Jason Merrill | 1 | -3/+5 |
2019-02-21 | re PR c++/89403 (ICE in maybe_clone_body, at cp/optimize.c:693) | Jakub Jelinek | 1 | -1/+6 |
2019-02-17 | PR c++/89217 - ICE with list-initialization in range-based for loop. | Marek Polacek | 1 | -8/+32 |
2019-02-13 | PR c++/89297 - ICE with OVERLOAD in template. | Marek Polacek | 1 | -3/+7 |
2019-02-13 | [PR86379] do not use TREE_TYPE for USING_DECL_SCOPE | Alexandre Oliva | 1 | -2/+4 |
2019-01-27 | PR c++/88815 - narrowing conversion lost in decltype. | Marek Polacek | 1 | -1/+4 |
2019-01-24 | re PR c++/88976 (ICE in fold_convert_loc, at fold-const.c:2552) | Jakub Jelinek | 1 | -4/+19 |
2019-01-17 | [PR c++/86610] lambda captures in templates | Nathan Sidwell | 1 | -3/+2 |
2019-01-07 | re PR c++/85052 (Implement support for clang's __builtin_convertvector) | Jakub Jelinek | 1 | -0/+22 |
2019-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2018-12-21 | re PR c++/86524 (std::less with pointer arguments not usable in static_assert... | Jakub Jelinek | 1 | -1/+2 |
2018-12-19 | C++: more location wrapper nodes (PR c++/43064, PR c++/43486) | David Malcolm | 1 | -25/+60 |
2018-12-13 | [PR c++/87531] Fix second bug | Nathan Sidwell | 1 | -3/+4 |
2018-12-06 | asm inline | Segher Boessenkool | 1 | -2/+3 |
2018-11-16 | Remove ovl_used, it is no longer needed | Nathan Sidwell | 1 | -5/+0 |
2018-11-12 | Implement P0315R4, Lambdas in unevaluated contexts. | Jason Merrill | 1 | -6/+0 |
2018-11-08 | builtin-types.def (BT_FN_VOID_BOOL, [...]): New. | Jakub Jelinek | 1 | -161/+652 |
2018-11-05 | Implement P0732R2, class types in non-type template parameters. | Jason Merrill | 1 | -3/+13 |
2018-11-01 | [ABI PATCH] static anonymous unions of function scope | Nathan Sidwell | 1 | -8/+1 |
2018-10-29 | [OpenACC] Support C++ "this" in OpenACC directives | Joseph Myers | 1 | -1/+2 |
2018-09-27 | re PR c++/84940 (internal compiler error: in build_value_init_noctor, at cp/i... | Paolo Carlini | 1 | -3/+4 |
2018-09-12 | [OpenACC] C++ reference mapping | Cesar Philippidis | 1 | -1/+1 |
2018-09-07 | PR c++/87152 - range-based for loops with initializer broken in templates. | Marek Polacek | 1 | -7/+8 |
2018-08-27 | re PR c++/86993 (assignment of read-only variable error reported at wrong loc... | Jakub Jelinek | 1 | -1/+1 |
2018-08-27 | Come up with fndecl_built_in_p. | Martin Liska | 1 | -2/+1 |
2018-07-25 | re PR c++/85515 (Bogus suggestions from "GCC's leaky abstractions") | Jakub Jelinek | 1 | -0/+28 |
2018-07-10 | re PR c++/86443 (ICEs on #pragma omp distribute parallel for with class itera... | Jakub Jelinek | 1 | -4/+4 |
2018-06-22 | PR c++/86219 - ICE with erroneous initializer in template. | Jason Merrill | 1 | -1/+1 |
2018-06-22 | Avoid taking the address of something just because it's in parens. | Jason Merrill | 1 | -15/+5 |
2018-06-20 | Update OpenACC data clause semantics to the 2.5 behavior | Chung-Lin Tang | 1 | -0/+2 |
2018-06-20 | [PR c++/85634] Fix tsubst ICE | Nathan Sidwell | 1 | -8/+6 |
2018-06-18 | tree.c (cp_expr_location): New. | Jason Merrill | 1 | -2/+2 |
2018-06-06 | PR c++/85710 - ICE with -Wmemset-elt-size. | Jason Merrill | 1 | -1/+17 |
2018-06-05 | PR c++/85731 - wrong error with qualified-id in template. | Jason Merrill | 1 | -0/+2 |
2018-05-24 | cp-tree.h (INDIRECT_TYPE_P): New. | Paolo Carlini | 1 | -8/+8 |