PR c++/53792 - [C++11] improving compiler-time constexpr evaluation
authorMartin Sebor <msebor@redhat.com>
Tue, 15 Mar 2016 03:05:17 +0000 (03:05 +0000)
committerMartin Sebor <msebor@gcc.gnu.org>
Tue, 15 Mar 2016 03:05:17 +0000 (21:05 -0600)
commit3ea33585de3d2b26f65dab8df27b5046981964a7
treeb05cf8fc1e8c4f2b0f08902a4ac834acc5e6c6a5
parent08a1cadc10b80f76033d18a8a2b6dfac53926bdc
PR c++/53792 - [C++11] improving compiler-time constexpr evaluation

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

PR c++/53792
* g++.dg/cpp0x/constexpr-inline.C: New test.
* g++.dg/cpp0x/constexpr-inline-1.C: Same.

From-SVN: r234208
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/cpp0x/constexpr-inline-1.C [new file with mode: 0644]
gcc/testsuite/g++.dg/cpp0x/constexpr-inline.C [new file with mode: 0644]