Hello, is there a public gcc benchmark that checks for performance regressions in particular for sparse-matrix vector multiplication? I've noticed (and confirmed by perf measurements) a significant performance drop on x86_64/Skylake from gfortran-8 to gfortran-9 (current trunk version) for a code that uses both CSC and CSR storage. gfortran-8 performance is the same as gfortran-7. Thanks, Harald