https://gcc.gnu.org/bugzilla/show_bug.cgi?id=123852
Paul Cercueil <paul at crapouillou dot net> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |paul at crapouillou dot net
--- Comment #13 from Paul Cercueil <paul at crapouillou dot net> ---
Created attachment 63956
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=63956&action=edit
Reproducer from freetype
Attached a reproducer.
Compile with
sh-elf-gcc -c -g -O1 truetype.i -o truetype.o
Interestingly it does not happen without -g.