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 wrote

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 D

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 purp

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 to

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 in

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 >> the

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, w

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

2019-10-19 Thread Iain Sandoe
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, we can provide locally marked up function decl