"Steve Ellcey " <sell...@mips.com> writes: > I have noticed that gcc.target/mips/fpr-moves-7.c and > gcc.target/mips/fpr-moves-8.c fail when running the GCC > testsuite with -msoft-float.
Which configuration and test options are you using and what failure do you see? It works for me with mipsisa64-elf, so it sounds like it might be configuration-specific. With your comment about -msym32, I'm guessing you're running -mabi=64 non-PIC, but even mips-sim-idt64/-mabi=64/-msoft-float seems to work with mipsisa64-elf. Thanks, Richard