On Mon, 25 Nov 2019, Bernd Schmidt wrote:

> On 11/23/19 6:36 PM, Jeff Law wrote:
> 
> > Not really.  I've already indicated to Bernd that he should go ahead and
> > commit the changes and we can iterate on any problems that arise.
> 
> After the last fix, I did some more testing and since I feel confident
> that it really is in good shape now, I committed it. Thanks!

I'm seeing a libgcc build failure for coldfire in my build-many-glibcs.py 
bot (m68k-linux-gnu configured --with-arch=cf --disable-multilib).  That's 
building _mulsc3.o; I get assembler errors:

/tmp/ccvO6ZQR.s: Assembler messages:
/tmp/ccvO6ZQR.s:81: Error: invalid instruction for this architecture; 
needs M68K fpu (68020 [68k, 68ec020], 68030 [68ec030], 68040 [68ec040], 
68060 [68ec060], cpu32 [68330, 68331, 68332, 68333, 68334, 68336, 68340, 
68341, 68349, 68360]) -- statement `fcmp.x %fp0,%fp0' ignored
/tmp/ccvO6ZQR.s:98: Error: invalid instruction for this architecture; 
needs M68K fpu (68020 [68k, 68ec020], 68030 [68ec030], 68040 [68ec040], 
68060 [68ec060], cpu32 [68330, 68331, 68332, 68333, 68334, 68336, 68340, 
68341, 68349, 68360]) -- statement `fcmp.x %fp1,%fp1' ignored

I've not bisected, but r278642 was OK and r278694 had the failure, so I'm 
guessing it's probably this patch.

-- 
Joseph S. Myers
jos...@codesourcery.com

Reply via email to