RE: [patch, testsuite, cilk] Fix cilk tests for simulators

2013-06-04 Thread Iyer, Balaji V
-Original Message- From: Steve Ellcey [mailto:sell...@mips.com] Sent: Monday, June 03, 2013 6:31 PM To: Jeff Law Cc: Iyer, Balaji V; gcc-patches@gcc.gnu.org Subject: Re: [patch, testsuite, cilk] Fix cilk tests for simulators On Mon, 2013-06-03 at 13:47 -0600, Jeff Law wrote

Re: [patch, testsuite, cilk] Fix cilk tests for simulators

2013-06-04 Thread Jeff Law
On 06/04/2013 10:30 AM, Iyer, Balaji V wrote: -Original Message- From: Steve Ellcey [mailto:sell...@mips.com] Sent: Monday, June 03, 2013 6:31 PM To: Jeff Law Cc: Iyer, Balaji V; gcc-patches@gcc.gnu.org Subject: Re: [patch, testsuite, cilk] Fix cilk tests for simulators On Mon, 2013-06

[patch, testsuite, cilk] Fix cilk tests for simulators

2013-06-03 Thread Steve Ellcey
A number of the new cilk tests in gcc/testsuite/c-c++-common/cilk-plus/AN fail for me when run via the gnu simulator on mips. The problem is that the gnu simulator does not set up argc and argv. After asking in the gdb mailing list I believe this is an issue for multiple simulators on multiple

Re: [patch, testsuite, cilk] Fix cilk tests for simulators

2013-06-03 Thread Jeff Law
On 06/03/2013 11:49 AM, Steve Ellcey wrote: A number of the new cilk tests in gcc/testsuite/c-c++-common/cilk-plus/AN fail for me when run via the gnu simulator on mips. The problem is that the gnu simulator does not set up argc and argv. After asking in the gdb mailing list I believe this is

Re: [patch, testsuite, cilk] Fix cilk tests for simulators

2013-06-03 Thread Jakub Jelinek
On Mon, Jun 03, 2013 at 12:27:15PM -0600, Jeff Law wrote: On 06/03/2013 11:49 AM, Steve Ellcey wrote: A number of the new cilk tests in gcc/testsuite/c-c++-common/cilk-plus/AN fail for me when run via the gnu simulator on mips. The problem is that the gnu simulator does not set up argc and

RE: [patch, testsuite, cilk] Fix cilk tests for simulators

2013-06-03 Thread Iyer, Balaji V
-Original Message- From: Jeff Law [mailto:l...@redhat.com] Sent: Monday, June 03, 2013 2:27 PM To: Steve Ellcey Cc: Iyer, Balaji V; gcc-patches@gcc.gnu.org Subject: Re: [patch, testsuite, cilk] Fix cilk tests for simulators On 06/03/2013 11:49 AM, Steve Ellcey wrote

Re: [patch, testsuite, cilk] Fix cilk tests for simulators

2013-06-03 Thread Jeff Law
On 06/03/2013 01:27 PM, Iyer, Balaji V wrote: I am OK with Steve's changes in most cases. In a few cases, I am using it as a parameter to pass into tests. On a top-level, the main reason why I used argc, and argv is that, I want to make sure the compiler will never do things like constant

Re: [patch, testsuite, cilk] Fix cilk tests for simulators

2013-06-03 Thread Steve Ellcey
On Mon, 2013-06-03 at 13:47 -0600, Jeff Law wrote: On 06/03/2013 01:27 PM, Iyer, Balaji V wrote: I am OK with Steve's changes in most cases. In a few cases, I am using it as a parameter to pass into tests. On a top-level, the main reason why I used argc, and argv is that, I want to make

RE: [patch, testsuite, cilk] Fix cilk tests for simulators

2013-06-03 Thread Iyer, Balaji V
-Original Message- From: Steve Ellcey [mailto:sell...@mips.com] Sent: Monday, June 03, 2013 6:31 PM To: Jeff Law Cc: Iyer, Balaji V; gcc-patches@gcc.gnu.org Subject: Re: [patch, testsuite, cilk] Fix cilk tests for simulators On Mon, 2013-06-03 at 13:47 -0600, Jeff Law wrote