]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
PR c++/86182 - fix wrong PR tag in earlier commit
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 21 Jun 2018 18:19:23 +0000 (18:19 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 21 Jun 2018 18:19:23 +0000 (18:19 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@261858 138bc75d-0d04-0410-961f-82ee72b054a4

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 *, ...);