re PR c++/56772 (placement new operator does not work inside function template for...
authorJason Merrill <jason@redhat.com>
Mon, 1 Apr 2013 21:18:23 +0000 (17:18 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Mon, 1 Apr 2013 21:18:23 +0000 (17:18 -0400)
commit879b0a1db9b13b1cb3632c974178d05c70ed8d57
treea7030ed6628d0920e1e6e987315af27e7e06bfa7
parentc53d966d3176a8ebe1f88ad1b87a8a9e2bfbb96c
re PR c++/56772 (placement new operator does not work inside function template for array types.)

PR c++/56772
* init.c (build_new): Don't try to process an array initializer
at template definition time.

From-SVN: r197326
gcc/cp/ChangeLog
gcc/cp/init.c
gcc/testsuite/g++.dg/cpp0x/initlist68.C [new file with mode: 0644]