https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100943
Jakub Jelinek <jakub at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Last reconfirmed| |2021-06-07
Assignee|unassigned at gcc dot gnu.org |jakub at gcc dot gnu.org
Ever confirmed|0 |1
Status|UNCONFIRMED |ASSIGNED
--- Comment #1 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
I'll apply
2021-06-07 Jakub Jelinek <[email protected]>
PR target/100887
testsuite/100943
* gcc.dg/pr100887.c: Add -Wno-psabi -w to dg-options.
--- gcc/testsuite/gcc.dg/pr100887.c.jj 2021-06-07 09:28:21.990747548 +0200
+++ gcc/testsuite/gcc.dg/pr100887.c 2021-06-07 17:46:14.413145889 +0200
@@ -1,6 +1,6 @@
/* PR target/100887 */
/* { dg-do compile } */
-/* { dg-options "" } */
+/* { dg-options "-Wno-psabi -w" } */
/* { dg-additional-options "-mavx512f" { target { i?86-*-* x86_64-*-* } } } */
typedef unsigned long long __attribute__((__vector_size__ (2 * sizeof (long
long)))) U;
after testing.