[Bug middle-end/106799] `forming offset [32, 36] is out of the bounds` error with precompiled headers

2022-10-22 Thread michal at sawicz dot net via Gcc-bugs
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=edit Preprocessed header source I believe that should be it.

[Bug pch/106799] `forming offset [32, 36] is out of the bounds` error with precompiled headers

2022-09-01 Thread michal at sawicz dot net via Gcc-bugs
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

[Bug pch/106799] New: `forming offset [32, 36] is out of the bounds` error with precompiled headers

2022-09-01 Thread michal at sawicz dot net via Gcc-bugs
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: