https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67657
--- Comment #1 from Oleg Endo <olegendo at gcc dot gnu.org> --- (In reply to John Paul Adrian Glaubitz from comment #0) > Created attachment 36354 [details] > Preprocessed source for cselib.c Thanks for reporting. I was a bit confused ... the attached source is not cselib.c (which is a GCC file) but rather the problematic jidctflt.c I've tried compiling it with sh-elf trunk and GCC 5 compilers with -O2 -g -fPIE -fstack-protector-strong -m4 -ml -matomic-model=soft-gusa,strict and with -m4 -ml -matomic-model=soft-gusa,strict -g -O2 -fstack-protector-strong -ffloat-store -fPIC -frandom-seed=0 -fdump-noaddr but can't reproduce it.