https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65380
--- Comment #20 from Martin Liška <marxin at gcc dot gnu.org> --- (In reply to milan.plzik from comment #19) > Created attachment 36886 [details] > Shell script, which compiles ChibiOS and indeed triggers gcc failure > > Attached script should trigger the problem when compiling ChibiOS sources. Hi. Well the script is fine, however it requires a base metal compiler. Would it be possible to run the test-case on one of there cross compilers: cross-armv6hl-gcc5 cross-armv7hl-gcc5 Or I can test it on an aarch64 machine, does it expose the failure? Problem with the issue is that it requires multiple LTO object files that eventually trigger the failure. Thanks, Martin