PR c++/58281 - Problem with explicitly instantiated constexpr template
authormsebor <msebor@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 16 Mar 2016 03:00:02 +0000 (03:00 +0000)
committermsebor <msebor@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 16 Mar 2016 03:00:02 +0000 (03:00 +0000)
commit6373d2a204abe38683a3d5f39ad7a140c12c2482
treeb4197e170edffb660d3a5f432cd03ef391260f8f
parent2d5f3f28a63c7295b6a42431152f368081e944b1
PR c++/58281 - Problem with explicitly instantiated constexpr template
functions

gcc/testsuite/ChangeLog:
2016-03-15  Martin Sebor  <msebor@redhat.com>

PR c++/58281
* g++.dg/cpp1y/constexpr-instantiate.C: Add new test.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@234246 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/cpp1y/constexpr-instantiate.C [new file with mode: 0644]