diff options
author | Jason Merrill <jason@redhat.com> | 2018-06-21 14:19:23 -0400 |
---|---|---|
committer | Jason Merrill <jason@gcc.gnu.org> | 2018-06-21 14:19:23 -0400 |
commit | 8745500a49bfde05e5a82bd3f8a22a7fe46e2fc7 (patch) | |
tree | 3a70b37a1a830df964dc5eac9d88e83c028e0546 /gcc/cp | |
parent | 75382a9665aa26d35ed2d5f18b2943223ab07b05 (diff) | |
download | gcc-8745500a49bfde05e5a82bd3f8a22a7fe46e2fc7.zip gcc-8745500a49bfde05e5a82bd3f8a22a7fe46e2fc7.tar.gz gcc-8745500a49bfde05e5a82bd3f8a22a7fe46e2fc7.tar.bz2 |
PR c++/86182 - fix wrong PR tag in earlier commit
From-SVN: r261858
Diffstat (limited to 'gcc/cp')
-rw-r--r-- | gcc/cp/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 8dabe76..1ec2382 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -68,7 +68,7 @@ * cp-tree.h (CONSTRUCTOR_NO_IMPLICIT_ZERO): Remove. * constexpr.c: Use CONSTRUCTOR_NO_CLEARING instead. - PR c++/86192 - ICE with anonymous union passed to template. + PR c++/86182 - ICE with anonymous union passed to template. * pt.c (tsubst_expr) [DECL_EXPR]: Handle an anonymous union type used to declare a named variable. |