Merge: tests/base_autocast: workaround a gcc bug
authorJean Privat <jean@pryen.org>
Mon, 18 Feb 2019 16:26:50 +0000 (11:26 -0500)
committerJean Privat <jean@pryen.org>
Mon, 18 Feb 2019 16:26:50 +0000 (11:26 -0500)
commitdfdbaf2a298054315a1fb59e320b1cd8ebbb19b8
treef26aece95e664ddcc355ded774f85910037446b8
parentd106122167a9cbefa13bf3493a626164a6de0267
parentea5012fda9d5b576bb910f3782844ccda228b610
Merge: tests/base_autocast: workaround a gcc bug

Versions of gcc between bellow 6.4.1 and 7.3.1 failed to compile
correctly the generated C.
So this changes the Nit, so the C can be compiled with buggy gcc versions.

Cf https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85244 for details

Pull-Request: #2733