On 10/5/20 5:48 AM, Christophe Lyon wrote:
On Fri, 2 Oct 2020 at 20:23, Nathan Sidwell <nat...@acm.org> wrote:
Hi Nathan, This is causing regressions on aarch64 and arm when using -mfloat-abi=hard (or configuring for arm-linux-gnueabihf). The logs says: FAIL: c-c++-common/spellcheck-reserved.c -std=gnu++98 (test for excess errors) Excess errors: /gcc/testsuite/c-c++-common/spellcheck-reserved.c:31:3: error: '__builtin_strtchr' was not declared in this scope; did you mean '__builtin_strrchr'? The test still passes on arm with -mfloat=abi=soft
thanks. What I'd ignored is that other targets (or abi-variants) might have different builtins. Those would perturb the hash table order. I'll have to do it right ...
nathan -- Nathan Sidwell