FI 20, decomposition declaration with parenthesized initializer.
authorJason Merrill <jason@redhat.com>
Tue, 10 Jan 2017 19:04:22 +0000 (14:04 -0500)
committerJason Merrill <jason@gcc.gnu.org>
Tue, 10 Jan 2017 19:04:22 +0000 (14:04 -0500)
commit2af5cb50138bbbf597b143740f42d4e9d1c37816
treef5cce458015bffca437d25dc74c17219c8e3fe36
parent491b3c5f229565df2e58ddfbf732eef82f9ad0ab
FI 20, decomposition declaration with parenthesized initializer.

* parser.c (cp_parser_decomposition_declaration): Use
cp_parser_initializer.

From-SVN: r244282
gcc/cp/ChangeLog
gcc/cp/parser.c
gcc/testsuite/g++.dg/cpp1z/decomp20.C [new file with mode: 0644]