public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r11-6830] testsuite/98241 - remove ilp32 XFAIL of gcc.dg/pr78973.c
@ 2021-01-21  9:36 Richard Biener
  0 siblings, 0 replies; only message in thread
From: Richard Biener @ 2021-01-21  9:36 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:8afef308b49c9d8dfe38fab7bbb5f6bb070b093d

commit r11-6830-g8afef308b49c9d8dfe38fab7bbb5f6bb070b093d
Author: Richard Biener <rguenther@suse.de>
Date:   Thu Jan 21 10:35:11 2021 +0100

    testsuite/98241 - remove ilp32 XFAIL of gcc.dg/pr78973.c
    
    XPASSes as reported.
    
    2021-01-21  Richard Biener  <rguenther@suse.de>
    
            PR testsuite/98241
            * gcc.dg/pr78973.c: Remove ilp32 XFAIL.

Diff:
---
 gcc/testsuite/gcc.dg/pr78973.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/testsuite/gcc.dg/pr78973.c b/gcc/testsuite/gcc.dg/pr78973.c
index 6f4f6437926..7dd67cef330 100644
--- a/gcc/testsuite/gcc.dg/pr78973.c
+++ b/gcc/testsuite/gcc.dg/pr78973.c
@@ -9,7 +9,7 @@
 static void f (void *p, int n)
 {
   if (n <= 4)
-    __builtin_memset (p, 0, n);   /* { dg-warning "exceeds maximum object size" "pr79073" { xfail { ilp32 || { int16 && { ! msp430_large } } } } } */
+    __builtin_memset (p, 0, n);   /* { dg-warning "exceeds maximum object size" "pr79073" { xfail { int16 && { ! msp430_large } } } } */
 }
 
 void g (void *d, unsigned n)


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

only message in thread, other threads:[~2021-01-21  9:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-21  9:36 [gcc r11-6830] testsuite/98241 - remove ilp32 XFAIL of gcc.dg/pr78973.c Richard Biener

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