You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>All compilers are expected to be able to compile to the C99 language standard, as some C99 features are used in the source code. Microsoft Visual Studio doesn't fully support C99 so in practice shared code is limited to using C99 features that it does support.</p>
281
281
<h3id="gcc">gcc</h3>
282
282
<p>The minimum accepted version of gcc is 5.0. Older versions will generate a warning by <code>configure</code> and are unlikely to work.</p>
283
-
<p>The JDK is currently known to be able to compile with at least version 9.2 of gcc.</p>
283
+
<p>The JDK is currently known to be able to compile with at least version 10.2 of gcc.</p>
284
284
<p>In general, any version between these two should be usable.</p>
285
285
<h3id="clang">clang</h3>
286
286
<p>The minimum accepted version of clang is 3.5. Older versions will not be accepted by <code>configure</code>.</p>
0 commit comments