After #3271 was merged, running make examples/bernoulli/bernoulli up in CmdStan with gcc 13.3 yields 2991 lines of output from 281 warnings.
Almost all of them are Wmaybe-uninitialized stemming from the file Eigen/src/Core/arch/AVX512/TrsmUnrolls.inc
I am not sure how best to proceed, it seems like it might be a good idea to have Eigen under -isystem rather than -I, but we've historically avoided this
cc @SteveBronder
After #3271 was merged, running
make examples/bernoulli/bernoulliup in CmdStan with gcc 13.3 yields 2991 lines of output from 281 warnings.Almost all of them are
Wmaybe-uninitializedstemming from the fileEigen/src/Core/arch/AVX512/TrsmUnrolls.incI am not sure how best to proceed, it seems like it might be a good idea to have Eigen under
-isystemrather than-I, but we've historically avoided thiscc @SteveBronder