On Mon, 27 Apr 2026 13:57:18 GMT, Leo Korinth <[email protected]> wrote:
> One positive outcome of the current failures is that we can see that there is > a difference between pch and non-pch builds. This means that extra warning > flags will not invalidate precompiled headers (something that is also > supported by the gcc documentation) I don't think that's necessarily a deduction that can be made by seeing this failure. The pch mechanism we have explicitly includes precompiled.hpp (and all its dependencies). That means that you will get these failure even if the precompiled header can't be used. ------------- PR Comment: https://git.openjdk.org/jdk/pull/30924#issuecomment-4350118915
