Re: Ping: [PATCH, testsuite] ignore some "conflicting types for built-in" messages

2018-11-09 Thread Jeff Law
On 11/9/18 7:21 AM, Paul Koning wrote: > Ping. > > I'd like to commit this. The discussion seems to have ended up with the > conclusion that this is a reasonable approach. > > paul > > >> On Nov 1, 2018, at 3:13 PM, Paul Koning wrote: >> >> A number of test cases contain declarations

Ping: [PATCH, testsuite] ignore some "conflicting types for built-in" messages

2018-11-09 Thread Paul Koning
Ping. I'd like to commit this. The discussion seems to have ended up with the conclusion that this is a reasonable approach. paul > On Nov 1, 2018, at 3:13 PM, Paul Koning wrote: > > A number of test cases contain declarations like: > void *memcpy(); > which currently are silently

Re: [PATCH, testsuite] ignore some "conflicting types for built-in" messages

2018-11-05 Thread Martin Sebor
On 11/05/2018 11:17 AM, Paul Koning wrote: On Nov 5, 2018, at 11:45 AM, Jeff Law wrote: ... I can do that, but I'm wondering if some systems have different prototypes than the C standard calls for so I'd end up breaking those.I wouldn't worry about those. I think the bigger question

Re: [PATCH, testsuite] ignore some "conflicting types for built-in" messages

2018-11-05 Thread Paul Koning
> On Nov 5, 2018, at 11:45 AM, Jeff Law wrote: > >>> ... >> >> I can do that, but I'm wondering if some systems have different prototypes >> than the C standard calls for so I'd end up breaking those.I wouldn't worry >> about those. I think the bigger question (thanks > Martin) is whether

Re: [PATCH, testsuite] ignore some "conflicting types for built-in" messages

2018-11-05 Thread Jeff Law
On 11/5/18 8:12 AM, Paul Koning wrote: > > >> On Nov 3, 2018, at 10:12 PM, Jeff Law wrote: >> >> On 11/1/18 1:13 PM, Paul Koning wrote: >>> A number of test cases contain declarations like: >>> void *memcpy(); >>> which currently are silently accepted on most platforms but not on all; >>>

Re: [PATCH, testsuite] ignore some "conflicting types for built-in" messages

2018-11-05 Thread Martin Sebor
On 11/05/2018 08:12 AM, Paul Koning wrote: On Nov 3, 2018, at 10:12 PM, Jeff Law wrote: On 11/1/18 1:13 PM, Paul Koning wrote: A number of test cases contain declarations like: void *memcpy(); which currently are silently accepted on most platforms but not on all; pdp11 (and possibly

Re: [PATCH, testsuite] ignore some "conflicting types for built-in" messages

2018-11-05 Thread Paul Koning
> On Nov 3, 2018, at 10:12 PM, Jeff Law wrote: > > On 11/1/18 1:13 PM, Paul Koning wrote: >> A number of test cases contain declarations like: >> void *memcpy(); >> which currently are silently accepted on most platforms but not on all; >> pdp11 (and possibly some others) generate a

Re: [PATCH, testsuite] ignore some "conflicting types for built-in" messages

2018-11-03 Thread Jeff Law
On 11/1/18 1:13 PM, Paul Koning wrote: > A number of test cases contain declarations like: > void *memcpy(); > which currently are silently accepted on most platforms but not on all; pdp11 > (and possibly some others) generate a "conflicting types for built-in > function" warning. > > It was

[PATCH, testsuite] ignore some "conflicting types for built-in" messages

2018-11-01 Thread Paul Koning
A number of test cases contain declarations like: void *memcpy(); which currently are silently accepted on most platforms but not on all; pdp11 (and possibly some others) generate a "conflicting types for built-in function" warning. It was suggested to prune those messages because the test