Re: [Testsuite] getpid in gcc.c-torture/execute/pr58419.c

2014-04-30 Thread Jeff Law
On 04/25/14 03:16, Dhakshinamoorthy, Soundararajan wrote: 2014-04-25 Soundararajan Dhakshinamoorthy * gcc.c-torture/execute/pr58419.c: Adjust the test to work with bare metal targets. The test code references to functions that is not implemented for the avr target (getpid(

RE: [Testsuite] getpid in gcc.c-torture/execute/pr58419.c

2014-04-25 Thread Dhakshinamoorthy, Soundararajan
u.org Subject: Re: [Testsuite] getpid in gcc.c-torture/execute/pr58419.c On 04/23/14 05:50, Dhakshinamoorthy, Soundararajan wrote: > Hi all, > > The test mentioned in the link had a call to getpid which causes the test to > fail for bare metal targets. Is it ok to replace it