https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71097
--- Comment #5 from Uroš Bizjak <ubizjak at gmail dot com> --- (In reply to r...@cebitec.uni-bielefeld.de from comment #4) > You're right, of course: should have kept my mouth shut ;-( > > This leaves us with > > gcc.target/i386/387-12.c This testcase needs updating, the compilation with -mcmodel just loads directly from memory to mmx return reg. > gcc.target/i386/avxfp-1.c > gcc.target/i386/avxfp-2.c > gcc.target/i386/ssefp-1.c > gcc.target/i386/ssefp-2.c These are interesting. RTL ifcvt pass _.ce1 fails to convert to min/max. > gcc.target/i386/stack-prot-kernel.c This testcase already uses -mcmodel=kernel and is overruled by passed -mcmodel=medium option.