Commit 8745500a by Jason Merrill Committed by Jason Merrill

PR c++/86182 - fix wrong PR tag in earlier commit

From-SVN: r261858
parent 75382a96
......@@ -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.
......
// PR c++/86192
// PR c++/86182
// { dg-do compile { target c++11 } }
extern "C" int printf (const char *, ...);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment