Age | Commit message (Expand) | Author | Files | Lines |
2017-07-26 | re PR c++/71570 (ICE on invalid variable capture in cxx_incomplete_type_diagn... | Paolo Carlini | 1 | -1/+4 |
2017-06-30 | config-lang.in (gtfiles): Add cp/lex.c. | Nathan Sidwell | 1 | -1/+1 |
2017-06-16 | PR c++/80465 - ICE with generic lambda with noexcept-specifier. | Jason Merrill | 1 | -4/+5 |
2017-06-16 | cp-tree.h (build_this_parm, [...]): Add FN parm. | Nathan Sidwell | 1 | -1/+2 |
2017-06-13 | Implement no_sanitize function attribute | Martin Liska | 1 | -3/+1 |
2017-05-19 | c-format.c (locus): Move out of function scope, add GTY attribute. | Bernd Edlinger | 1 | -1/+5 |
2017-05-16 | cp-tree.h (class ovl_iterator, [...]): New OVERLOAD iterators. | Nathan Sidwell | 1 | -12/+9 |
2017-05-11 | cp-tree.h (pushdecl, [...]): Move declarations to ... | Nathan Sidwell | 1 | -2/+2 |
2017-05-10 | cp-tree.h (add_method, [...]): Change last arg to bool. | Nathan Sidwell | 1 | -2/+2 |
2017-05-08 | name-lookup.h (pushdecl_with_scope): Replace with ... | Nathan Sidwell | 1 | -13/+2 |
2017-01-31 | re PR c++/79264 (ICE verify_type failed) | Nathan Sidwell | 1 | -6/+14 |
2017-01-31 | Introduce C++ support in libcc1 | Alexandre Oliva | 1 | -1/+1 |
2017-01-17 | re PR c++/61636 (generic lambda: segfault / "cannot call member function with... | Nathan Sidwell | 1 | -13/+48 |
2017-01-04 | re PR c++/66735 ([C++14] lambda init-capture fails for const references) | Nathan Sidwell | 1 | -11/+31 |
2017-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2016-11-07 | Implement P0012R1, Make exception specifications part of the type system. | Jason Merrill | 1 | -0/+3 |
2016-10-07 | Fix profiled bootstrap (part 2) | Martin Liska | 1 | -1/+1 |
2016-09-27 | Implement P0018R3, C++17 lambda capture of *this by value as [=,*this] | Jakub Jelinek | 1 | -4/+19 |
2016-08-09 | Implement C++17 constexpr lambda. | Jason Merrill | 1 | -0/+18 |
2016-08-04 | re PR c++/72800 (ICE on invalid C++14 code with initialized lambda capture: t... | Paolo Carlini | 1 | -0/+2 |
2016-08-04 | Rename TYPE_ANONYMOUS_P to TYPE_UNNAMED_P. | Jason Merrill | 1 | -1/+1 |
2016-07-25 | PR c++/71837 - pack expansion in init-capture | Jason Merrill | 1 | -1/+7 |
2016-07-08 | Use lvalue_p instead of real_lvalue_p. | Jason Merrill | 1 | -1/+1 |
2016-07-08 | * lambda.c (maybe_add_lambda_conv_op): Fix null object argument. | Jason Merrill | 1 | -4/+5 |
2016-05-29 | re PR c++/71105 (lambdas with default captures improperly have function point... | Paolo Carlini | 1 | -1/+3 |
2016-04-27 | re PR c++/69024 ([cilkpus] cilk_spawn is broken for initializations with impl... | Ryan Burn | 1 | -0/+1 |
2016-04-18 | tree.h (TYPE_ALIGN, DECL_ALIGN): Return shifted amount. | Michael Matz | 1 | -1/+1 |
2016-02-25 | re PR c++/69842 (Parameter deduction in polymorphic lambdas) | Jason Merrill | 1 | -17/+13 |
2016-02-17 | re PR c++/69842 (Parameter deduction in polymorphic lambdas) | Jason Merrill | 1 | -1/+3 |
2016-01-22 | re PR c++/69392 (G++ can't capture 'this' pointer to templated type using ini... | Jason Merrill | 1 | -9/+9 |
2016-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2015-12-20 | re PR c++/67411 (internal compiler error: in tsubst_copy, at cp/pt.c:13473) | Jason Merrill | 1 | -3/+11 |
2015-11-25 | lambda.c (maybe_add_lambda_conv_op): Only set no_sanitize_undefined if SANITI... | Jason Merrill | 1 | -5/+8 |
2015-11-25 | re PR sanitizer/67941 (calls on function pointer from a captureless lambda ca... | Jason Merrill | 1 | -0/+6 |
2015-11-11 | decl.c: Remove unused header files. | Andrew MacLeod | 1 | -5/+0 |
2015-10-29 | decl.c: Reorder #include's and remove duplicates. | Andrew MacLeod | 1 | -6/+5 |
2015-10-26 | function.h (MINIMUM_METHOD_BOUNDARY): New macro. | Christian Bruel | 1 | -8/+1 |
2015-10-12 | re PR c++/58566 ([c++11] ICE with invalid expression in lambda body) | Ville Voutilainen | 1 | -1/+1 |
2015-10-04 | Implement N4514, C++ Extensions for Transactional Memory. | Jason Merrill | 1 | -1/+4 |
2015-08-19 | * lambda.c (current_nonlambda_scope): New. | Jason Merrill | 1 | -0/+24 |
2015-07-08 | tree-core.h: Include symtab.h. | Andrew MacLeod | 1 | -2/+1 |
2015-06-25 | function.h (ipa_opt_pass, [...]): Move forward declarations. | Andrew MacLeod | 1 | -2/+0 |
2015-06-17 | coretypes.h: Include input.h and as-a.h. | Andrew MacLeod | 1 | -3/+0 |
2015-06-08 | coretypes.h: Include hash-table.h and hash-set.h for host files. | Andrew MacLeod | 1 | -4/+0 |
2015-06-04 | coretypes.h: Include machmode.h... | Andrew MacLeod | 1 | -3/+0 |
2015-04-15 | re PR c++/65727 (Segfault With Decltype In Lambda Expression Used To Initiali... | Jason Merrill | 1 | -15/+13 |
2015-04-03 | re PR c++/64085 (ICE on C++14 lambda by-reference capture with an initializer) | Paolo Carlini | 1 | -1/+1 |
2015-01-27 | re PR c++/58597 (ICE with lambda in default argument of template function) | Jason Merrill | 1 | -1/+1 |
2015-01-09 | genattrtab.c (write_header): Include hash-set.h... | Michael Collison | 1 | -4/+10 |
2015-01-05 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |