llvm exists. it might be a bit of effort if you’ve used too many proprietary gcc extensions, but for most things I don’t think it’s terrible to just switch between gcc and clang
What even are GCC’s advantages in 2024, besides “we painted ourselves in a corner with proprietary extensions” (e.g. Linux)? That aside I personally only see upsides to clang, but I don’t routinely do C work and maybe I’m missing something.
llvm exists. it might be a bit of effort if you’ve used too many proprietary gcc extensions, but for most things I don’t think it’s terrible to just switch between gcc and clang
What even are GCC’s advantages in 2024, besides “we painted ourselves in a corner with proprietary extensions” (e.g. Linux)? That aside I personally only see upsides to clang, but I don’t routinely do C work and maybe I’m missing something.
Well if you need something to work with Fortran…