Re: [Darwin, testsuite, committed] Fix Wnonnull on Darwin.

2019-10-31 Thread Iain Sandoe
Iain Sandoe wrote: > Iain Sandoe wrote: > >> Iain Sandoe wrote: >> >>> Martin Sebor wrote: >>> On 10/20/2019 07:27 AM, Iain Sandoe wrote: > Martin Sebor wrote: >> On 10/19/19 2:56 AM, Iain Sandoe wrote: >>> Andreas Schwab wrote: On Okt 19 2019, Iain Sandoe

Re: [Darwin, testsuite, committed] Fix Wnonnull on Darwin.

2019-10-30 Thread Iain Sandoe
Iain Sandoe wrote: > Iain Sandoe wrote: > >> Martin Sebor wrote: >> >>> On 10/20/2019 07:27 AM, Iain Sandoe wrote: Martin Sebor wrote: > On 10/19/19 2:56 AM, Iain Sandoe wrote: >> Andreas Schwab wrote: >>> On Okt 19 2019, Iain Sandoe wrote: >>> This test has

Re: [Darwin, testsuite, committed] Fix Wnonnull on Darwin.

2019-10-21 Thread Iain Sandoe
Iain Sandoe wrote: > Martin Sebor wrote: > >> On 10/20/2019 07:27 AM, Iain Sandoe wrote: >>> Martin Sebor wrote: On 10/19/19 2:56 AM, Iain Sandoe wrote: > Andreas Schwab wrote: >> On Okt 19 2019, Iain Sandoe wrote: >> >>> This test has failed always on Darwin, because

Re: [Darwin, testsuite, committed] Fix Wnonnull on Darwin.

2019-10-21 Thread Iain Sandoe
Hi Martin, Martin Sebor wrote: > On 10/20/2019 07:27 AM, Iain Sandoe wrote: >> Martin Sebor wrote: >>> On 10/19/19 2:56 AM, Iain Sandoe wrote: Andreas Schwab wrote: > On Okt 19 2019, Iain Sandoe wrote: > >> This test has failed always on Darwin, because Darwin does not mark

Re: [Darwin, testsuite, committed] Fix Wnonnull on Darwin.

2019-10-21 Thread Martin Sebor
On 10/20/2019 07:27 AM, Iain Sandoe wrote: Martin Sebor wrote: On 10/19/19 2:56 AM, Iain Sandoe wrote: Andreas Schwab wrote: On Okt 19 2019, Iain Sandoe wrote: This test has failed always on Darwin, because Darwin does not mark entries in string.h with nonnull attributes. Since the

Re: [Darwin, testsuite, committed] Fix Wnonnull on Darwin.

2019-10-20 Thread Iain Sandoe
Martin Sebor wrote: > On 10/19/19 2:56 AM, Iain Sandoe wrote: >> Andreas Schwab wrote: >>> On Okt 19 2019, Iain Sandoe wrote: >>> This test has failed always on Darwin, because Darwin does not mark entries in string.h with nonnull attributes. Since the purpose of the test is

Re: [Darwin, testsuite, committed] Fix Wnonnull on Darwin.

2019-10-19 Thread Martin Sebor
On 10/19/19 2:56 AM, Iain Sandoe wrote: Andreas Schwab wrote: On Okt 19 2019, Iain Sandoe wrote: This test has failed always on Darwin, because Darwin does not mark entries in string.h with nonnull attributes. Since the purpose of the test is to check that the warnings are issued for an

Re: [Darwin, testsuite, committed] Fix Wnonnull on Darwin.

2019-10-19 Thread Iain Sandoe
Andreas Schwab wrote: > On Okt 19 2019, Iain Sandoe wrote: > >> This test has failed always on Darwin, because Darwin does not mark >> entries in string.h with nonnull attributes. Since the purpose of the test >> is to check that the warnings are issued for an inlined function, not that >>

Re: [Darwin, testsuite, committed] Fix Wnonnull on Darwin.

2019-10-19 Thread Andreas Schwab
On Okt 19 2019, Iain Sandoe wrote: > This test has failed always on Darwin, because Darwin does not mark > entries in string.h with nonnull attributes. Since the purpose of the test > is to check that the warnings are issued for an inlined function, not that > the target headers are marked up,