Konstantin
Konstantin
### Describe the bug Simplest test with gtest works for clang 12 but not for clang 15. See https://godbolt.org/z/W9j4x6jGh ### Steps to reproduce Add gtest library Select clang 15 Code:...
Looks like cppbenchmark not working properly with gcc-13. See my repo with some C++ benchmarks and issue: https://github.com/tilir/benchmarks/issues/2
Reproduction: https://github.com/tilir/sverilog/blob/master/combinational/repro_bug.sv ``` $ verilator -cc --timing --build --main --exe repro_bug.sv .... error: no match for ‘operator!=’ (operand types are ‘VlUnpacked’ and ‘IData’ {aka ‘unsigned int’}) if (VL_UNLIKELY((vlSelf->bench__DOT__a != (IData)(vlSelf->bench__DOT__yeta))))...