Fix read of uninitialized value in make_pack_expansion()
authorPatrick Palka <ppalka@gcc.gnu.org>
Tue, 22 Dec 2015 17:49:21 +0000 (17:49 +0000)
committerPatrick Palka <ppalka@gcc.gnu.org>
Tue, 22 Dec 2015 17:49:21 +0000 (17:49 +0000)
commit6be028226ea467f1ddd4dc0aeadd6935c614cea0
tree8cb91d48b7d571da64cc4a675833c291557a4e3c
parentaf9345d7df615812a078bb942cadd4c317c3e3de
Fix read of uninitialized value in make_pack_expansion()

gcc/cp/ChangeLog:

* pt.c (make_pack_expansion): Make sure to initialize
ppd.type_pack_expansion_p.

From-SVN: r231904
gcc/cp/ChangeLog
gcc/cp/pt.c