https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106799
--- Comment #4 from michal at sawicz dot net ---
Created attachment 53756
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=53756&action=edit
Preprocessed header source
I believe that should be it.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106799
--- Comment #2 from michal at sawicz dot net ---
@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 t
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106799
Bug ID: 106799
Summary: `forming offset [32, 36] is out of the bounds` error
with precompiled headers
Product: gcc
Version: 12.2.0
URL: https://bugs.launchpad.net/ubu