Integrated: 8252797: Non-PCH build fails on Ubuntu 16.4 when building with gtests

Gerard Ziemski gziemski at openjdk.java.net
Tue Dec 8 16:24:52 UTC 2020


On Mon, 7 Dec 2020 21:15:32 GMT, Gerard Ziemski <gziemski at openjdk.org> wrote:

> This is a workaround for GCC 5.4 bug that is triggered by a particular pattern of math header usage as is the case here with our gtest suite.
> 
> Thank you to Mikael Vidstedt for finding the GCC bug https://gcc.gnu.org/bugzilla/show_bug.cgi?id=14608 , triggered by gtest usage as described here https://github.com/google/googletest/commit/fe4d5f10840c5f62b984364a4d41719f1bc079a2
> 
> Thank you to Ioi for debugging the issue and coming up with the workaround used in this fix.

This pull request has now been integrated.

Changeset: 936a7acf
Author:    Gerard Ziemski <gziemski at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/936a7acf
Stats:     4 lines in 1 file changed: 4 ins; 0 del; 0 mod

8252797: Non-PCH build fails on Ubuntu 16.4 when building with gtests

Reviewed-by: dholmes

-------------

PR: https://git.openjdk.java.net/jdk/pull/1678


More information about the hotspot-runtime-dev mailing list