Comment 10 for bug 1983852

Revision history for this message
In , MichaƂ Sawicz (saviq) wrote :

@Richard correct, if you skip the precompilation, it compiles fine:

```
$ rm cmake_pch.hxx.gch
$ /usr/bin/g++-12 -I/usr/src/googletest/googlemock/include -O2 -std=c++20 -include cmake_pch.hxx -c tmp.cpp
$
```