public inbox for fortran@gcc.gnu.org
 help / color / mirror / Atom feed
* Today's build of trunk with --disable-bootstrap fails for me...
@ 2023-11-20 20:01 Harald Anlauf
  2023-11-20 21:25 ` Fw: " Harald Anlauf
  0 siblings, 1 reply; 2+ messages in thread
From: Harald Anlauf @ 2023-11-20 20:01 UTC (permalink / raw)
  To: fortran

Hi,

does anybody else have the same issue?

I usually build trunk with --disable-bootstrap, e.g. 14-trunk using
gcc-13, and rarely encounter problems.  Some change between yesterday
and today (likely r14-5607-g2f8f7ee2db82a3, Initial support for AVX10.1)
leads to the following problem:

When building aatree.o, I get:

In file included from /work/gnu/git/build-trunk/gcc/include/immintrin.h:103,
                 from /work/gnu/git/build-trunk/gcc/include/x86intrin.h:32,
                 from ../../../gcc-trunk/libitm/config/x86/target.h:26,
                 from ../../../gcc-trunk/libitm/libitm_i.h:74,
                 from ../../../gcc-trunk/libitm/aatree.cc:28:
/work/gnu/git/build-trunk/gcc/include/avx512vp2intersectvlintrin.h: In function 'void _mm_2intersect_epi32(__m128i, __m128i, __mmask8*, __mmask8*)':
/work/gnu/git/build-trunk/gcc/include/avx512vp2intersectvlintrin.h:42:3: error: '__builtin_ia32_2intersectd128' was not declared in this scope; did you mean '__builtin_ia32_2intersectd512'?
   42 |   __builtin_ia32_2intersectd128 (__U, __M, (__v4si) __A, (__v4si) __B);
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |   __builtin_ia32_2intersectd512
/work/gnu/git/build-trunk/gcc/include/avx512vp2intersectvlintrin.h: In function 'void _mm256_2intersect_epi32(__m256i, __m256i, __mmask8*, __mmask8*)':
/work/gnu/git/build-trunk/gcc/include/avx512vp2intersectvlintrin.h:50:3: error: '__builtin_ia32_2intersectd256' was not declared in this scope; did you mean '__builtin_ia32_2intersectd512'?
   50 |   __builtin_ia32_2intersectd256 (__U, __M, (__v8si) __A, (__v8si) __B);
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |   __builtin_ia32_2intersectd512

etc.

What am I missing?

Harald


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

end of thread, other threads:[~2023-11-20 21:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-20 20:01 Today's build of trunk with --disable-bootstrap fails for me Harald Anlauf
2023-11-20 21:25 ` Fw: " Harald Anlauf

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