PR c++/53792 - [C++11] improving compiler-time constexpr evaluation
authormsebor <msebor@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 15 Mar 2016 03:05:17 +0000 (03:05 +0000)
committermsebor <msebor@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 15 Mar 2016 03:05:17 +0000 (03:05 +0000)
commit7bad2faf72b5290c1f6b545952f529222759e006
treeb05cf8fc1e8c4f2b0f08902a4ac834acc5e6c6a5
parent6f89583213e56858ea8709d17b8d4fcc66931a76
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@234208 138bc75d-0d04-0410-961f-82ee72b054a4
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]