Thanks for the report. But I'm unable to reproduce the issue. I'm testing on a
Skylake-AVX512 system. I even did a clean rebuild of all of GCC using your
configuration (minus your prefix) and still no failure.
Could you please send me your libstdc++.log after failing the test?
Best,
Matthias
On Dienstag, 14. Mai 2024 17:42:09 MESZ Jiang, Haochen wrote:
> Hi Matthias,
>
> From my side, I get several error like this:
>
> /export/users/haochenj/src/gcc-bisect/master/master/r15-429/bld/x86_64-linux
> /32/libstdc++-v3/include/experimental/bits/simd_builtin.h:131: error: could
> not conver
On Mittwoch, 15. Mai 2024 04:20:51 MESZ Jiang, Haochen wrote:
> I am little concerned about the file size, but let me give a try if you can
> see the attachment.
Thank you. Since you only executed one test it's not that bad (it's hard to
read without a few abbreviation substitutions).
Anyway, it
On Mittwoch, 15. Mai 2024 09:06:57 MESZ Matthias Kretz wrote:
> On Mittwoch, 15. Mai 2024 04:20:51 MESZ Jiang, Haochen wrote:
> > I am little concerned about the file size, but let me give a try if you
> > can
> > see the attachment.
>
> [...]
> But now that I established a theory of why this fail
Hi,
I looked into this and still don't understand how to reproduce it.
The issue as logged in libstdc++.log is a call from
find_last_set(simd_mask>) to
_MaskImplNeonMixin::_S_to_bits, which calls vpadd_s32 with two
[[gnu::vector_size(8)]] int arguments. The CI compiler complains "error:
canno