[jdk11u-dev] RFR: 8324184: Windows VS2010 build failed with "error C2275: 'int64_t'"

Andrew John Hughes andrew at openjdk.org
Sat Jan 27 11:26:33 UTC 2024


On Fri, 26 Jan 2024 11:57:00 GMT, Thomas Stuefe <stuefe at openjdk.org> wrote:

> I think VS2010 does not implement C99, which brought middle-of-the-block variable declarations.

Yes, it's not the first time we've encountered this sort of failure (and Oracle too). I seem to recall that the failure can be forced on gcc by lowering the standard, so that might be worth investigating again and adding to my own build tests, at least for 8u.

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

PR Comment: https://git.openjdk.org/jdk11u-dev/pull/2486#issuecomment-1913123517


More information about the jdk-updates-dev mailing list