lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


>>>>> "Eduardo" == Eduardo Bart <edub4rt@gmail.com> writes:

 Eduardo> I have a large lua application that works fine with Lua 5.3
 Eduardo> and Lua 5.4 that is shipped by my Linux package manager.
 Eduardo> However I've downloaded the Lua 5.4 sources and compiled
 Eduardo> myself and when using it I got a crash.

Known, reported and fixed bug in GCC 10:

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96040

Workaround is -fno-ipa-sra

-- 
Andrew.