gcc/gcc/cp
Nathan Sidwell 733195e367 c++: Avoid inconsistency in lambda fn's this pointer name [pr94807]
* coroutines.cc (morph_fn_to_coro): Just check for
	closure_identifier.
	* pt.c (tsubst_function_decl): Update lambda fn's this_ptr name.
2020-05-05 07:48:35 -07:00
..
ChangeLog c++: Avoid inconsistency in lambda fn's this pointer name [pr94807] 2020-05-05 07:48:35 -07:00
ChangeLog-1993
ChangeLog-1994
ChangeLog-1995
ChangeLog-1996
ChangeLog-1997
ChangeLog-1998
ChangeLog-1999
ChangeLog-2000
ChangeLog-2001
ChangeLog-2002
ChangeLog-2003
ChangeLog-2004
ChangeLog-2005
ChangeLog-2006
ChangeLog-2007
ChangeLog-2008
ChangeLog-2009
ChangeLog-2010
ChangeLog-2011
ChangeLog-2012
ChangeLog-2013
ChangeLog-2014
ChangeLog-2015
ChangeLog-2016
ChangeLog-2017
ChangeLog-2018
ChangeLog-2019
ChangeLog.ptr
ChangeLog.tree-ssa
Make-lang.in
NEWS
call.c c++: Explicit constructor called in copy-initialization [PR90320] 2020-04-26 21:08:41 -04:00
cfns.gperf
cfns.h
class.c c++, middle-end, rs6000: Fix C++17 ABI incompatibilities during class layout and [[no_unique_address]] handling [PR94707] 2020-04-29 09:01:49 +02:00
config-lang.in
constexpr.c c++: Delegating constructor in constexpr init [PR94772] 2020-04-27 17:13:33 -04:00
constraint.cc c++: Don't save parms in nested requirement [pr 94827] 2020-05-04 09:44:39 -07:00
coroutines.cc c++: Avoid inconsistency in lambda fn's this pointer name [pr94807] 2020-05-05 07:48:35 -07:00
cp-gimplify.c c++: Avoid unnecessary copying in cp_fold [PR94038] 2020-05-04 18:30:32 -04:00
cp-lang.c
cp-name-hint.h
cp-objcp-common.c
cp-objcp-common.h
cp-tree.def
cp-tree.h c++: Missing SFINAE with inaccessible static data member [PR90880] 2020-05-01 16:37:57 -04:00
cp-ubsan.c
cvt.c c++: Error recovery with erroneous DECL_INITIAL [PR94475] 2020-04-16 08:58:40 -04:00
cxx-pretty-print.c c++: "'decltype_type' not supported" in diagnostic [PR85278] 2020-04-14 14:22:31 -04:00
cxx-pretty-print.h c++: Include the constraint parameter mapping in diagnostic constraint contexts 2020-03-20 10:19:54 -04:00
decl.c c++: -fmerge-all-constants vs. destructors [PR91529] 2020-05-01 13:53:33 -04:00
decl.h
decl2.c c++: Redeclaration of implicit operator== [PR94583] 2020-04-28 14:37:36 -04:00
dump.c
error.c c++: Parameter pack in requires parameter list [PR94808] 2020-04-28 21:45:54 -04:00
except.c c++: Avoid a suspicious -Wnoexcept warning [PR93805] 2020-03-23 16:08:43 -04:00
expr.c c++: Fix reuse of class constants [PR94453] 2020-04-04 11:06:31 -04:00
friend.c
g++spec.c
init.c c++: Local class DMI using local static [PR90479] 2020-05-01 13:53:34 -04:00
lambda.c c++: Non-type-dependent variadic lambda init-capture [PR94483] 2020-04-17 14:00:41 -04:00
lang-specs.h
lex.c
logic.cc Fix up duplicated duplicated words in comments 2020-03-18 12:56:26 +01:00
mangle.c c++: reject scalar array initialization with nullptr [PR94510] 2020-04-22 02:27:54 -04:00
method.c c++: Redeclaration of implicit operator== [PR94583] 2020-04-28 14:37:36 -04:00
name-lookup.c c++: Improve redeclared parameter name diagnostic [PR94588] 2020-04-13 23:12:31 -04:00
name-lookup.h
operators.def
optimize.c
parser.c c++: Member template function lookup failure [PR94799] 2020-05-05 10:19:09 -04:00
parser.h
pt.c c++: Avoid inconsistency in lambda fn's this pointer name [pr94807] 2020-05-05 07:48:35 -07:00
ptree.c
rtti.c c++: Emit DFP typeinfos even when DFP is disabled [PR92906] 2020-02-14 00:11:24 +01:00
search.c
semantics.c c++: Missing SFINAE with inaccessible static data member [PR90880] 2020-05-01 16:37:57 -04:00
tree.c c++: zero_init_expr_p of dependent expression 2020-04-23 17:30:01 -04:00
type-utils.h c++: Fix return type deduction with an abbreviated function template 2020-02-10 20:43:53 -05:00
typeck.c c++: Further tweak for P1937R2 - const{expr,eval} inconsistencies 2020-02-28 17:35:32 +01:00
typeck2.c c++: Parenthesized-init of aggregates accepts invalid code [PR94885] 2020-05-01 16:32:23 -04:00
vtable-class-hierarchy.c