https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83387
Peter Bergner <bergner at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bergner at gcc dot gnu.org --- Comment #1 from Peter Bergner <bergner at gcc dot gnu.org> --- Is the insn you're dying with contain FP operands? I know the backend for 64-bit PowerPC assumes/requires 64-bit FP hardware is available and since you're using -msoft-float, I can imagine that you're running afoul of that somehow. FYI, I tried logging into gcc67 but couldn't for some reason. I have no problems logging into other gcc farm systems.