On Tue, Dec 30, 2025 at 3:27 AM Florian Weimer <[email protected]> wrote:
>
> * Andrew Pinski:
>
> > diff --git a/gcc/testsuite/gcc.dg/pr123295-1.c 
> > b/gcc/testsuite/gcc.dg/pr123295-1.c
> > new file mode 100644
> > index 00000000000..ebb4bc2bdad
> > --- /dev/null
> > +++ b/gcc/testsuite/gcc.dg/pr123295-1.c
> > @@ -0,0 +1,20 @@
> > +/* { dg-do compile } */
> > +/* { dg-options "-Wno-psabi -O1 -g" } */
> > +
> > +typedef unsigned long V __attribute__((__vector_size__(64)));
> > +typedef __int128 U __attribute__((__vector_size__(64)));
>
> Doesn't this need something to check for __int128 availability?
> Something like this?
>
> /* { dg-do compile { target int128 } } */

Yes I am going to fix this. I noticed it yesterday and filed PR 123334
to remind myself to do it.

Thanks,
andrew

Reply via email to