PR c++/86182 - fix wrong PR tag in earlier commit
authorJason Merrill <jason@redhat.com>
Thu, 21 Jun 2018 18:19:23 +0000 (14:19 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Thu, 21 Jun 2018 18:19:23 +0000 (14:19 -0400)
From-SVN: r261858

gcc/cp/ChangeLog
gcc/testsuite/g++.dg/template/anonunion3.C

index 8dabe7624b3c5bfdada9f5348386b46679b9f92d..1ec2382ebcc18e21bd342a00b7d3725e649cae68 100644 (file)
@@ -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.
 
index 1ac8165fa78580fe60f426c867ce09c22369a165..6ab7d1007640c8a7dac2df24e74fe338b5ea729a 100644 (file)
@@ -1,4 +1,4 @@
-// PR c++/86192
+// PR c++/86182
 // { dg-do compile { target c++11 } }
 
 extern "C" int printf (const char *, ...);