Integrated: 8288048: Build failure with GCC 6 after JDK-8286562
Aleksey Shipilev
shade at openjdk.java.net
Thu Jun 9 14:19:52 UTC 2022
On Wed, 8 Jun 2022 17:52:42 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:
> [JDK-8286562](https://bugs.openjdk.org/browse/JDK-8286562) added the `-Wstringop-overflow` pragma, which cannot be understood by GCC 6. There are already ways to make such pragmas conditional on GCC version.
>
> Additional testing:
> - [x] Linux x86_64 `fastdebug` build with GCC 6
> - [x] Linux x86_64 `fastdebug` build with GCC 9
>
> @YaSuenag, if you could test with GCC 12, that would be helpful.
This pull request has now been integrated.
Changeset: 59b0de6b
Author: Aleksey Shipilev <shade at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/59b0de6bc7064b39cdc51517dee4f4d96af3efaf
Stats: 11 lines in 3 files changed: 10 ins; 0 del; 1 mod
8288048: Build failure with GCC 6 after JDK-8286562
Reviewed-by: kbarrett, ysuenaga
-------------
PR: https://git.openjdk.org/jdk/pull/9090
More information about the hotspot-dev
mailing list