Re: [squid-dev] Latest Clang build errors

2023-03-28 Thread Francesco Chemolli
Hi all, that is not just with clang: https://build.squid-cache.org/job/trunk-amd64-matrix/COMPILER=gcc,CPU=amd64,OS=fedora-rawhide,force_on_docker_arm64=docker-build-host-lowpri/434/console shows the error on gcc 13. I recall a conversation where Alex showed it to be a compiler issue, but I

[squid-dev] Latest Clang build errors

2023-03-28 Thread Amos Jeffries
Alex, since the whole IPC and SHM system is your design are you able to work on fixing the FlexibleArray build errors we are now getting with clang v15. IIRC FlexibleArray was a placeholder for std::dynarray, which is now officially dead. So if we can do an implementation which uses more