]> gcc.gnu.org Git - gcc.git/commitdiff
Add XFAIL for gcc.dg/pr84877.c on the SPARC
authorEric Botcazou <ebotcazou@adacore.com>
Mon, 26 Apr 2021 10:55:24 +0000 (12:55 +0200)
committerEric Botcazou <ebotcazou@adacore.com>
Mon, 26 Apr 2021 10:57:34 +0000 (12:57 +0200)
The maximum supported alignment is 64-bit on 32-bit mode.

gcc/testsuite/
* gcc.dg/pr84877.c: XFAIL on SPARC as well.

gcc/testsuite/gcc.dg/pr84877.c

index 8551d27bcbb89afde224708a5bbca4ab01b3aa7c..234fcd24e636dc5bf0113dd17021a67d6e3a85ee 100644 (file)
@@ -1,4 +1,4 @@
-/* { dg-do run { xfail { cris-*-* } } } */
+/* { dg-do run { xfail { cris-*-* sparc*-*-* } } } */
 /* { dg-options "-O2" } */
 
 #include <inttypes.h>
This page took 0.070327 seconds and 5 git commands to generate.