[Gambas-user] Beware with clang compiler!
Benoît Minisini
benoit.minisini at gambas-basic.org
Sat Jan 13 02:32:40 CET 2024
Hi,
Recently, I decided that 'clang' would be the default JIT compiler for
Gambas (if installed of course), because it compiles code a lot faster
than 'gcc'.
I just fixed the code generation that sometimes didn't compile with clang.
Alas, I noticed at the same time that the Gambas tester fails when using
'clang'. Apparently 'clang' optimizer compiles incorrect code in that case.
So I decided to switch back to 'gcc'.
Regards,
--
Benoît Minisini.
More information about the User
mailing list