paren3.C
280 Bytes
-
Fix PR c++/70106 (type of parenthesized qualified-id has wrong cv-qualifiers) · 3f1e5d3a
gcc/cp/ChangeLog: PR c++/70106 * semantics.c (force_paren_expr): Just build a PAREN_EXPR when processing_template_decl and EXPR is a SCOPE_REF. gcc/testsuite/ChangeLog: PR c++/70106 * g++.dg/cpp1y/paren3.C: New test. From-SVN: r234159
Patrick Palka committed