diff options
author | jason <jason@138bc75d-0d04-0410-961f-82ee72b054a4> | 2017-05-23 20:51:33 +0000 |
---|---|---|
committer | jason <jason@138bc75d-0d04-0410-961f-82ee72b054a4> | 2017-05-23 20:51:33 +0000 |
commit | 7f0109996d7886e750a4f9ac414ccbe00dcaeac9 (patch) | |
tree | 6cb22db4693a92766f8b7d3ead7ec913d30623ae /gcc/cp/ChangeLog | |
parent | 6a1e2082a208cf31e82110d32eae832d52610747 (diff) | |
download | gcc-7f0109996d7886e750a4f9ac414ccbe00dcaeac9.tar.gz |
PR c++/80267 - ICE with nested capture of reference
PR c++/60992
* pt.c (tsubst_copy): Handle lookup finding a capture proxy.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-6-branch@248386 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cp/ChangeLog')
-rw-r--r-- | gcc/cp/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 5c88b0f4364..4b09e28c2f2 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,5 +1,9 @@ 2017-05-23 Jason Merrill <jason@redhat.com> + PR c++/80267 - ICE with nested capture of reference + PR c++/60992 + * pt.c (tsubst_copy): Handle lookup finding a capture proxy. + PR c++/80294 - ICE with constexpr and inheritance. * constexpr.c (reduced_constant_expression_p): A null constructor element is non-constant. |