public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
* Testsuite build failures for x86, GCC 15
@ 2024-05-23 14:59 Joseph Myers
  2024-05-23 15:31 ` H.J. Lu
  0 siblings, 1 reply; 3+ messages in thread
From: Joseph Myers @ 2024-05-23 14:59 UTC (permalink / raw)
  To: libc-alpha

Some testsuite build failures have recently appeared on x86 with GCC 
mainline:

https://sourceware.org/pipermail/libc-testresults/2024q2/012629.html

../sysdeps/x86/tst-cpu-features-supports.c: In function 'do_test':
../sysdeps/x86/tst-cpu-features-supports.c:69:3: error: parameter to builtin not valid: avx5124fmaps
   69 |   fails += CHECK_FEATURE_ACTIVE (avx5124fmaps, AVX512_4FMAPS);
      |   ^~~~~
../sysdeps/x86/tst-cpu-features-supports.c:70:3: error: parameter to builtin not valid: avx5124vnniw
   70 |   fails += CHECK_FEATURE_ACTIVE (avx5124vnniw, AVX512_4VNNIW);
      |   ^~~~~
../sysdeps/x86/tst-cpu-features-supports.c:95:3: error: parameter to builtin not valid: avx512er
   95 |   fails += CHECK_FEATURE_ACTIVE (avx512er, AVX512ER);
      |   ^~~~~
../sysdeps/x86/tst-cpu-features-supports.c:102:3: error: parameter to builtin not valid: avx512pf
  102 |   fails += CHECK_FEATURE_ACTIVE (avx512pf, AVX512PF);
      |   ^~~~~
../sysdeps/x86/tst-cpu-features-supports.c:151:3: error: parameter to builtin not valid: prefetchwt1
  151 |   fails += CHECK_FEATURE_ACTIVE (prefetchwt1, PREFETCHWT1);
      |   ^~~~~

I don't know whether this is a bug in the testsuite code or in GCC.

-- 
Joseph S. Myers
josmyers@redhat.com


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Testsuite build failures for x86, GCC 15
  2024-05-23 14:59 Testsuite build failures for x86, GCC 15 Joseph Myers
@ 2024-05-23 15:31 ` H.J. Lu
  2024-05-23 23:41   ` Sunil Pandey
  0 siblings, 1 reply; 3+ messages in thread
From: H.J. Lu @ 2024-05-23 15:31 UTC (permalink / raw)
  To: Joseph Myers, Sunil K Pandey; +Cc: libc-alpha

On Thu, May 23, 2024 at 8:00 AM Joseph Myers <josmyers@redhat.com> wrote:
>
> Some testsuite build failures have recently appeared on x86 with GCC
> mainline:
>
> https://sourceware.org/pipermail/libc-testresults/2024q2/012629.html
>
> ../sysdeps/x86/tst-cpu-features-supports.c: In function 'do_test':
> ../sysdeps/x86/tst-cpu-features-supports.c:69:3: error: parameter to builtin not valid: avx5124fmaps
>    69 |   fails += CHECK_FEATURE_ACTIVE (avx5124fmaps, AVX512_4FMAPS);
>       |   ^~~~~
> ../sysdeps/x86/tst-cpu-features-supports.c:70:3: error: parameter to builtin not valid: avx5124vnniw
>    70 |   fails += CHECK_FEATURE_ACTIVE (avx5124vnniw, AVX512_4VNNIW);
>       |   ^~~~~
> ../sysdeps/x86/tst-cpu-features-supports.c:95:3: error: parameter to builtin not valid: avx512er
>    95 |   fails += CHECK_FEATURE_ACTIVE (avx512er, AVX512ER);
>       |   ^~~~~
> ../sysdeps/x86/tst-cpu-features-supports.c:102:3: error: parameter to builtin not valid: avx512pf
>   102 |   fails += CHECK_FEATURE_ACTIVE (avx512pf, AVX512PF);
>       |   ^~~~~
> ../sysdeps/x86/tst-cpu-features-supports.c:151:3: error: parameter to builtin not valid: prefetchwt1
>   151 |   fails += CHECK_FEATURE_ACTIVE (prefetchwt1, PREFETCHWT1);
>       |   ^~~~~
>
> I don't know whether this is a bug in the testsuite code or in GCC.
>

This is:

https://sourceware.org/bugzilla/show_bug.cgi?id=31782

Sunil, can you fix it?

-- 
H.J.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Testsuite build failures for x86, GCC 15
  2024-05-23 15:31 ` H.J. Lu
@ 2024-05-23 23:41   ` Sunil Pandey
  0 siblings, 0 replies; 3+ messages in thread
From: Sunil Pandey @ 2024-05-23 23:41 UTC (permalink / raw)
  To: H.J. Lu; +Cc: Joseph Myers, libc-alpha

[-- Attachment #1: Type: text/plain, Size: 1651 bytes --]

On Thu, May 23, 2024 at 8:32 AM H.J. Lu <hjl.tools@gmail.com> wrote:

> On Thu, May 23, 2024 at 8:00 AM Joseph Myers <josmyers@redhat.com> wrote:
> >
> > Some testsuite build failures have recently appeared on x86 with GCC
> > mainline:
> >
> > https://sourceware.org/pipermail/libc-testresults/2024q2/012629.html
> >
> > ../sysdeps/x86/tst-cpu-features-supports.c: In function 'do_test':
> > ../sysdeps/x86/tst-cpu-features-supports.c:69:3: error: parameter to
> builtin not valid: avx5124fmaps
> >    69 |   fails += CHECK_FEATURE_ACTIVE (avx5124fmaps, AVX512_4FMAPS);
> >       |   ^~~~~
> > ../sysdeps/x86/tst-cpu-features-supports.c:70:3: error: parameter to
> builtin not valid: avx5124vnniw
> >    70 |   fails += CHECK_FEATURE_ACTIVE (avx5124vnniw, AVX512_4VNNIW);
> >       |   ^~~~~
> > ../sysdeps/x86/tst-cpu-features-supports.c:95:3: error: parameter to
> builtin not valid: avx512er
> >    95 |   fails += CHECK_FEATURE_ACTIVE (avx512er, AVX512ER);
> >       |   ^~~~~
> > ../sysdeps/x86/tst-cpu-features-supports.c:102:3: error: parameter to
> builtin not valid: avx512pf
> >   102 |   fails += CHECK_FEATURE_ACTIVE (avx512pf, AVX512PF);
> >       |   ^~~~~
> > ../sysdeps/x86/tst-cpu-features-supports.c:151:3: error: parameter to
> builtin not valid: prefetchwt1
> >   151 |   fails += CHECK_FEATURE_ACTIVE (prefetchwt1, PREFETCHWT1);
> >       |   ^~~~~
> >
> > I don't know whether this is a bug in the testsuite code or in GCC.
> >
>
> This is:
>
> https://sourceware.org/bugzilla/show_bug.cgi?id=31782
>
> Sunil, can you fix it?
>
> --
> H.J.
>

Sure, I'm working on it.

--Sunil

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-05-23 23:41 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-05-23 14:59 Testsuite build failures for x86, GCC 15 Joseph Myers
2024-05-23 15:31 ` H.J. Lu
2024-05-23 23:41   ` Sunil Pandey

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