Re: [PATCH] avoid false negatives in attr-nonstring-3.c (PR 83131)

2017-12-18 Thread Jeff Law
On 12/11/2017 03:54 PM, Martin Sebor wrote: > The attr-nonstring-3.c test fails on targets that expand > the calls to some of the tested string functions in builtins.c, > before they reach the checker in calls.c.  The failures were > reported on powrrpc64le but tests can be constructed that fail >

Re: [PATCH] avoid false negatives in attr-nonstring-3.c (PR 83131)

2017-12-18 Thread Martin Sebor
Ping: https://gcc.gnu.org/ml/gcc-patches/2017-12/msg00665.html On 12/11/2017 03:54 PM, Martin Sebor wrote: The attr-nonstring-3.c test fails on targets that expand the calls to some of the tested string functions in builtins.c, before they reach the checker in calls.c. The failures were reporte

[PATCH] avoid false negatives in attr-nonstring-3.c (PR 83131)

2017-12-11 Thread Martin Sebor
The attr-nonstring-3.c test fails on targets that expand the calls to some of the tested string functions in builtins.c, before they reach the checker in calls.c. The failures were reported on powrrpc64le but tests can be constructed that fail even on other targets (including x86_64). To fix the