On Wed, 19 Oct 2022 01:51:32 GMT, Jie Fu <ji...@openjdk.org> wrote: >> Hi all, >> >> Let's disable `-Werror=strict-overflow` to get it build with gcc7 on >> Linux/x86. >> >> bytecodeAssembler.cpp >> instanceKlass.cpp >> klassVtable.cpp >> >> >> Thanks. >> Best regards, >> Jie > > Jie Fu has updated the pull request incrementally with one additional commit > since the last revision: > > Disable strict-overflow warnings globally
That's fine, I guess. We have no easy mechanism for testing a condition like "gcc 7 or older" in the makefiles. I hope we raise the bar for gcc soon, and then we can go back and remove this. ------------- Marked as reviewed by ihse (Reviewer). PR: https://git.openjdk.org/jdk/pull/10738