equal
deleted
inserted
replaced
295 <td style="text-align: left;">Windows</td> |
295 <td style="text-align: left;">Windows</td> |
296 <td style="text-align: left;">Microsoft Visual Studio 2017 update 15.9.6</td> |
296 <td style="text-align: left;">Microsoft Visual Studio 2017 update 15.9.6</td> |
297 </tr> |
297 </tr> |
298 </tbody> |
298 </tbody> |
299 </table> |
299 </table> |
300 <p>All compilers are expected to be able to compile to the C99 language standard, |
300 <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> |
301 as some C99 features are used in the source code. Microsoft Visual Studio |
|
302 doesn't fully support C99 so in practice shared code is limited to using C99 |
|
303 features that it does support.</p> |
|
304 <h3 id="gcc">gcc</h3> |
301 <h3 id="gcc">gcc</h3> |
305 <p>The minimum accepted version of gcc is 4.8. Older versions will generate a warning by <code>configure</code> and are unlikely to work.</p> |
302 <p>The minimum accepted version of gcc is 4.8. Older versions will generate a warning by <code>configure</code> and are unlikely to work.</p> |
306 <p>The JDK is currently known to be able to compile with at least version 7.4 of gcc.</p> |
303 <p>The JDK is currently known to be able to compile with at least version 7.4 of gcc.</p> |
307 <p>In general, any version between these two should be usable.</p> |
304 <p>In general, any version between these two should be usable.</p> |
308 <h3 id="clang">clang</h3> |
305 <h3 id="clang">clang</h3> |