re PR c++/69261 (Copying char arrays during constexpr evaluation does not work reliably)
authorJason Merrill <jason@redhat.com>
Thu, 14 Jan 2016 15:32:31 +0000 (10:32 -0500)
committerJason Merrill <jason@gcc.gnu.org>
Thu, 14 Jan 2016 15:32:31 +0000 (10:32 -0500)
commita7ccb9e72266f4cd82801166008b0b98cd25c773
treeca8051f9263fb4a37987b5467c7657252947ee71
parent73e48cb322152bf504ced8694fa748544ecaa6eb
re PR c++/69261 (Copying char arrays during constexpr evaluation does not work reliably)

PR c++/69261
* constexpr.c (find_array_ctor_elt): Handle splitting RANGE_EXPR.

From-SVN: r232370
gcc/cp/ChangeLog
gcc/cp/constexpr.c
gcc/testsuite/g++.dg/cpp1y/constexpr-array2.C [new file with mode: 0644]