Re: [PATCH] make -Wformat-overflow consistent between data models

2019-02-23 Thread Jakub Jelinek
On Fri, Feb 22, 2019 at 07:25:53PM -0700, Martin Sebor wrote: > A few tests recently added for PR 88993 introduced an assumption > on the host compiler's data model that breaks between ILP32 and > LP64, causing failures test run failures > (see https://gcc.gnu.org/ml/gcc-patches/2019-02/msg01867.ht

[PATCH] make -Wformat-overflow consistent between data models

2019-02-22 Thread Martin Sebor
A few tests recently added for PR 88993 introduced an assumption on the host compiler's data model that breaks between ILP32 and LP64, causing failures test run failures (see https://gcc.gnu.org/ml/gcc-patches/2019-02/msg01867.html). Rather than avoiding the problem in the tests the attached patch