tests/base_autocast: workaround a gcc bug
authorJean Privat <jean@pryen.org>
Mon, 18 Feb 2019 15:29:01 +0000 (10:29 -0500)
committerJean Privat <jean@pryen.org>
Mon, 18 Feb 2019 15:29:01 +0000 (10:29 -0500)
commitea5012fda9d5b576bb910f3782844ccda228b610
tree3764a4dee565ea7d7f7a74705d4e44bbe456a29b
parent6ae755781daf2fd07287fdb52160af3808bbd2eb
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

Signed-off-by: Jean Privat <jean@pryen.org>
tests/base_autocast.nit
tests/sav/base_autocast_alt2.res