Clang-16.0.6 : clang-tools-extra:Dexp.cpp: internal compiler error: segmentation fault

Dear guys,
Trying to build project/ llvm/clang-16.0.6 source and noticed below failure
Any insights in to the issue. please let me know.
{{
image
}}

Can you try trunk or 17 instead? 16.0.6 was the last 16.x release, so even if it’s a bug on our side and we will fix it, it won’t be available on 16 branch.

I can’t see it from the screenshot, there’s not enough information, but is this a segfault in your host compiler? In GCC-10? Might be a GCC problem then. Can you try with a different compiler.

Dear sjoerdmeijier

i am building llvm/clang packages in docker environment on ubuntu 22.04 host machine with compiler version details as given below.
{{
root@503d177b4e09:/# gcc --version
gcc (Debian 10.2.1-6) 10.2.1 20210110
Copyright (C) 2020 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

root@503d177b4e09:/# g++ --version
g++ (Debian 10.2.1-6) 10.2.1 20210110
Copyright (C) 2020 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
}}

I’d suggest you to update the compiler to the newest version possible and then, if the internal compiler error is still there, report it to the GNU community.