This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/53792] [C++11] improving compiler-time constexpr evaluation


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53792

--- Comment #10 from Martin Sebor <msebor at gcc dot gnu.org> ---
Author: msebor
Date: Tue Mar 15 03:05:17 2016
New Revision: 234208

URL: https://gcc.gnu.org/viewcvs?rev=234208&root=gcc&view=rev
Log:
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.

Added:
    trunk/gcc/testsuite/g++.dg/cpp0x/constexpr-inline-1.C
    trunk/gcc/testsuite/g++.dg/cpp0x/constexpr-inline.C
Modified:
    trunk/gcc/testsuite/ChangeLog

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]