public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r12-2177] testsuite: Remove an xfail.
@ 2021-07-08 22:23 Martin Sebor
  0 siblings, 0 replies; only message in thread
From: Martin Sebor @ 2021-07-08 22:23 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:68b938fada4c728c0b850b44125d9a173c01c8fb

commit r12-2177-g68b938fada4c728c0b850b44125d9a173c01c8fb
Author: Martin Sebor <msebor@redhat.com>
Date:   Thu Jul 8 16:22:25 2021 -0600

    testsuite: Remove an xfail.
    
    gcc/testsuite/ChangeLog:
    
            * gcc.dg/Wstringop-overflow-43.c: Remove an xfail.

Diff:
---
 gcc/testsuite/gcc.dg/Wstringop-overflow-43.c | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/gcc/testsuite/gcc.dg/Wstringop-overflow-43.c b/gcc/testsuite/gcc.dg/Wstringop-overflow-43.c
index 14ab925afdc..6d045c58bf6 100644
--- a/gcc/testsuite/gcc.dg/Wstringop-overflow-43.c
+++ b/gcc/testsuite/gcc.dg/Wstringop-overflow-43.c
@@ -167,9 +167,7 @@ void warn_memset_reversed_range (void)
   /* The following are represented as ordinary ranges with reversed bounds
      and those are handled. */
   T1 (p, SAR (INT_MIN,  11), n11);      // { dg-warning "writing 11 or more bytes into a region of size 0" }
-  /* In ILP32 the offset in the following has no range info associated
-     with it.  */
-  T1 (p, SAR (INT_MIN,   1), n11);      // { dg-warning "writing 11 or more bytes into a region of size 0" "pr?????" { xfail ilp32 } }
+  T1 (p, SAR (INT_MIN,   1), n11);      // { dg-warning "writing 11 or more bytes into a region of size 0" }
   T1 (p, SAR (INT_MIN,   0), n11);      // { dg-warning "writing 11 or more bytes into a region of size 0" }
   /* Also represented as a true anti-range.  */
   T1 (p, SAR (    -12, -11), n11);      // { dg-warning "writing 11 or more bytes into a region of size \\d+" }


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

only message in thread, other threads:[~2021-07-08 22:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-08 22:23 [gcc r12-2177] testsuite: Remove an xfail Martin Sebor

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