On 01/26/2017 04:17 PM, Martin Sebor wrote:
Hi,
With this patch all my builds for aarch64/arm failed:
/gcc/gimple-ssa-sprintf.c: In function
‘<unnamed>::fmtresult<unnamed>::format_floating(const<unnamed>::direc
tive&, tree_node*)’:
/gcc/gimple-ssa-sprintf.c:1643: error: ‘XFmode’ was not declared in
this scope
Is this fixed later in the series?
It isn't. I just reproduced it with an aarch64 cross-compiler so
I hope to be able to fix it quickly.
I checked in r244957 to quickly cure the aarch64 bootstrap failure.
I didn't see any test failures in the compile-only tests.
Martin