public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r12-1356] testsuite: Uncomment __cpp_consteval test
@ 2021-06-10  7:47 Jakub Jelinek
  0 siblings, 0 replies; only message in thread
From: Jakub Jelinek @ 2021-06-10  7:47 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:5ad76ad7f5bb7f052f4ef694b2b46f6e14a8d666

commit r12-1356-g5ad76ad7f5bb7f052f4ef694b2b46f6e14a8d666
Author: Jakub Jelinek <jakub@redhat.com>
Date:   Thu Jun 10 09:46:08 2021 +0200

    testsuite: Uncomment __cpp_consteval test
    
    The __cpp_consteval macro and corresponding test have been initially
    commented out because the consteval support didn't have virtual consteval
    method support.  The r11-1789-ge6321c4508b2a85c21246c1c06a8208e2a151e48
    change enabled the macro but didn't enable the corresponding test.
    
    2021-06-10  Jakub Jelinek  <jakub@redhat.com>
    
            * g++.dg/cpp2a/feat-cxx2a.C: Uncomment __cpp_consteval test.
            * g++.dg/cpp23/feat-cxx2b.C: Likewise.

Diff:
---
 gcc/testsuite/g++.dg/cpp23/feat-cxx2b.C | 2 --
 gcc/testsuite/g++.dg/cpp2a/feat-cxx2a.C | 2 --
 2 files changed, 4 deletions(-)

diff --git a/gcc/testsuite/g++.dg/cpp23/feat-cxx2b.C b/gcc/testsuite/g++.dg/cpp23/feat-cxx2b.C
index 4a342e967f8..283a8bae31e 100644
--- a/gcc/testsuite/g++.dg/cpp23/feat-cxx2b.C
+++ b/gcc/testsuite/g++.dg/cpp23/feat-cxx2b.C
@@ -520,13 +520,11 @@
 #  error "__cpp_constexpr_in_decltype != 201711"
 #endif
 
-/* Not supported fully yet:
 #ifndef __cpp_consteval
 #  error "__cpp_consteval"
 #elif __cpp_consteval != 201811
 #  error "__cpp_consteval != 201811"
 #endif
-*/
 
 #ifndef __cpp_concepts
 #  error "__cpp_concepts"
diff --git a/gcc/testsuite/g++.dg/cpp2a/feat-cxx2a.C b/gcc/testsuite/g++.dg/cpp2a/feat-cxx2a.C
index dc46e48f6d7..3239df824fc 100644
--- a/gcc/testsuite/g++.dg/cpp2a/feat-cxx2a.C
+++ b/gcc/testsuite/g++.dg/cpp2a/feat-cxx2a.C
@@ -520,13 +520,11 @@
 #  error "__cpp_constexpr_in_decltype != 201711"
 #endif
 
-/* Not supported fully yet:
 #ifndef __cpp_consteval
 #  error "__cpp_consteval"
 #elif __cpp_consteval != 201811
 #  error "__cpp_consteval != 201811"
 #endif
-*/
 
 #ifndef __cpp_concepts
 #  error "__cpp_concepts"


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-06-10  7:47 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-10  7:47 [gcc r12-1356] testsuite: Uncomment __cpp_consteval test Jakub Jelinek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).