re PR c++/70572 (ICE on code with decltype (auto) in digest_init_r, at cp/typeck2...
[gcc.git] / gcc / cp / lambda.c
2016-04-27 Ryan Burnre PR c++/69024 ([cilkpus] cilk_spawn is broken for...
2016-04-18 Michael Matztree.h (TYPE_ALIGN, DECL_ALIGN): Return shifted amount.
2016-02-25 Jason Merrillre PR c++/69842 (Parameter deduction in polymorphic...
2016-02-17 Jason Merrillre PR c++/69842 (Parameter deduction in polymorphic...
2016-01-22 Jason Merrillre PR c++/69392 (G++ can't capture 'this' pointer to...
2016-01-04 Jakub JelinekUpdate copyright years.
2015-12-20 Jason Merrillre PR c++/67411 (internal compiler error: in tsubst_cop...
2015-11-25 Jason Merrilllambda.c (maybe_add_lambda_conv_op): Only set no_saniti...
2015-11-25 Jason Merrillre PR sanitizer/67941 (calls on function pointer from...
2015-11-11 Andrew MacLeoddecl.c: Remove unused header files.
2015-10-29 Andrew MacLeoddecl.c: Reorder #include's and remove duplicates.
2015-10-26 Christian Bruelfunction.h (MINIMUM_METHOD_BOUNDARY): New macro.
2015-10-12 Ville Voutilainenre PR c++/58566 ([c++11] ICE with invalid expression...
2015-10-04 Jason MerrillImplement N4514, C++ Extensions for Transactional Memory.
2015-08-20 Jason Merrill* lambda.c (current_nonlambda_scope): New.
2015-07-08 Andrew MacLeodtree-core.h: Include symtab.h.
2015-06-25 Andrew MacLeodfunction.h (ipa_opt_pass, [...]): Move forward declarat...
2015-06-17 Andrew MacLeodcoretypes.h: Include input.h and as-a.h.
2015-06-08 Andrew MacLeodcoretypes.h: Include hash-table.h and hash-set.h for...
2015-06-04 Andrew MacLeodcoretypes.h: Include machmode.h...
2015-04-15 Jason Merrillre PR c++/65727 (Segfault With Decltype In Lambda Expre...
2015-04-03 Paolo Carlinire PR c++/64085 (ICE on C++14 lambda by-reference captu...
2015-01-27 Jason Merrillre PR c++/58597 (ICE with lambda in default argument...
2015-01-09 Michael Collisongenattrtab.c (write_header): Include hash-set.h...
2015-01-05 Jakub JelinekUpdate copyright years.
2014-12-12 Jason Merrillre PR c++/61402 (-Wsequence-point doesn't notice unsequ...
2014-12-12 Jason MerrillRemove N3639 "array of runtime length" from -std=c...
2014-10-28 Andrew MacLeodcgraph.h: Flatten.
2014-10-20 Jason Merrillre PR c++/63601 (Segfault on usage of 'this' in unevalu...
2014-09-22 Jason Merrillre PR c++/63320 (bogus ‘this’ was not captured for...
2014-08-23 Edward Smith-Rowlandcpplib.h (enum c_lang): Add CLK_GNUCXX1Z, CLK_CXX1Z...
2014-08-15 Jason Merrillre PR c++/61566 (ICE in write_unscoped_name)
2014-07-24 Martin LiskaIPA C++ refactoring 1/N
2014-05-22 Paolo Carlinire PR c++/61088 (segfault with array of lambdas initial...
2014-05-21 Ville Voutilainenre PR c++/61133 (g++ doesn't implement DR1760)
2014-05-09 Momchil Velikovre PR c++/60463 (Lambda function can call a non-const...
2014-05-02 Jason Merrillre PR c++/60992 (ICE in tsubst_copy, at cp/pt.c:12637)
2014-02-28 Paolo Carlinire PR c++/58610 ([c++11] ICE with constexpr of class...
2014-02-21 Jason Merrillre PR c++/60252 ([c++11] ICE with invalid variable...
2014-02-21 Jason Merrillre PR c++/60252 ([c++11] ICE with invalid variable...
2014-02-21 Jason Merrillre PR c++/60251 ([c++11] ICE capturing variable-length...
2014-01-06 Adam Butcherre PR c++/59635 ([c++1y] ICE with auto and ... as lambd...
2014-01-02 Richard SandifordUpdate copyright years in gcc/
2013-12-24 Jason Merrillre PR c++/59271 (a.C:16:21: internal compiler error...
2013-11-19 Diego NovilloFactor unrelated declarations out of tree.h.
2013-10-29 David MalcolmAutogenerated fixes of "->symbol." to "->"
2013-10-17 Paolo Carlinire PR c++/58596 ([c++11] ICE with decltype in non-stati...
2013-10-08 Paolo Carlinire PR c++/58568 ([c++11] ICE with lambda in invalid...
2013-09-23 Adam ButcherSupport nested generic lambdas.
2013-09-16 Adam ButcherSupport lambda templates.
2013-09-15 Jason MerrillCore DR 904 PR c++/41933
2013-09-15 Jason Merrill* lambda.c (add_capture): Don't add DECL_LANG_SPECIFIC.
2013-09-13 Adam ButcherRevert r202554, r202540 and r202539.
2013-09-13 Adam ButcherFix uninitialized variables causing breakage with ...
2013-09-12 Adam ButcherSupport lambda templates.
2013-07-14 Adam ButcherExtract lambda functions from semantics.c.