public inbox for libstdc++-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r12-5881] libstdc++: Remove bogus dg-error for effective-target c++20
@ 2021-12-09 23:29 Jonathan Wakely
  0 siblings, 0 replies; only message in thread
From: Jonathan Wakely @ 2021-12-09 23:29 UTC (permalink / raw)
  To: gcc-cvs, libstdc++-cvs

https://gcc.gnu.org/g:9042302ef06dc8484ee188ebd6c4164ba67d347d

commit r12-5881-g9042302ef06dc8484ee188ebd6c4164ba67d347d
Author: Jonathan Wakely <jwakely@redhat.com>
Date:   Thu Dec 9 22:14:57 2021 +0000

    libstdc++: Remove bogus dg-error for effective-target c++20
    
    This test no longer has additional errors for C++20 mode, so remove the
    dg-error that is now failing, and the unnecessary dg-prune-output.
    
    libstdc++-v3/ChangeLog:
    
            * testsuite/20_util/scoped_allocator/69293_neg.cc: Remove
            dg-error for c++20.

Diff:
---
 libstdc++-v3/testsuite/20_util/scoped_allocator/69293_neg.cc | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/libstdc++-v3/testsuite/20_util/scoped_allocator/69293_neg.cc b/libstdc++-v3/testsuite/20_util/scoped_allocator/69293_neg.cc
index fd37374447f..143adc3f51c 100644
--- a/libstdc++-v3/testsuite/20_util/scoped_allocator/69293_neg.cc
+++ b/libstdc++-v3/testsuite/20_util/scoped_allocator/69293_neg.cc
@@ -47,8 +47,4 @@ test01()
   auto p = sa.allocate(1);
   sa.construct(p);  // this is required to be ill-formed
   // { dg-error "failed: .* uses_allocator is true" "" { target *-*-* } 0 }
-  // { dg-error "too many initializers for 'X'" "" { target c++2a } 0 }
 }
-
-// Needed because of PR c++/92193
-// { dg-prune-output "no matching function for call to" }


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

only message in thread, other threads:[~2021-12-09 23:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-09 23:29 [gcc r12-5881] libstdc++: Remove bogus dg-error for effective-target c++20 Jonathan Wakely

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).