Re: [PATCH] aarch64 gcc.c-torture/execute/20101011-1.c failures

2013-11-19 Thread Marcus Shawcroft
On 19 November 2013 15:29, Cesar Philippidis wrote: > Can someone please commit it for me? > > Thanks, > Cesar Done, with CangeLog 2013-11-19 Cesar Philippidis * gcc.c-torture/execute/20101011-1.c (__aarch64__): Remove defined(__linux__).

Re: [PATCH] aarch64 gcc.c-torture/execute/20101011-1.c failures

2013-11-19 Thread Cesar Philippidis
On 11/19/13, 1:37 AM, Marcus Shawcroft wrote: > On 18 November 2013 18:02, Cesar Philippidis wrote: > gcc.c-torture/execute/20101011-1.c test on aarch64. The reason why this test fails is because aarch64 does not trap on integer division by zero. Is this OK for trunk? If so, p

Re: [PATCH] aarch64 gcc.c-torture/execute/20101011-1.c failures

2013-11-19 Thread Marcus Shawcroft
On 18 November 2013 18:02, Cesar Philippidis wrote: >>> gcc.c-torture/execute/20101011-1.c test on aarch64. The reason why this >>> test fails is because aarch64 does not trap on integer division by zero. >>> >>> Is this OK for trunk? If so, please commit it because I do not have an >>> svn accou

Re: [PATCH] aarch64 gcc.c-torture/execute/20101011-1.c failures

2013-11-18 Thread Jeff Law
On 11/18/13 11:02, Cesar Philippidis wrote: On 11/18/13, 10:01 AM, Andrew Pinski wrote: On Mon, Nov 18, 2013 at 9:58 AM, Cesar Philippidis wrote: This patch addresses the failures caused by the gcc.c-torture/execute/20101011-1.c test on aarch64. The reason why this test fails is because aarch6

Re: [PATCH] aarch64 gcc.c-torture/execute/20101011-1.c failures

2013-11-18 Thread Cesar Philippidis
On 11/18/13, 10:01 AM, Andrew Pinski wrote: > On Mon, Nov 18, 2013 at 9:58 AM, Cesar Philippidis > wrote: >> This patch addresses the failures caused by the >> gcc.c-torture/execute/20101011-1.c test on aarch64. The reason why this >> test fails is because aarch64 does not trap on integer division

Re: [PATCH] aarch64 gcc.c-torture/execute/20101011-1.c failures

2013-11-18 Thread Andrew Pinski
On Mon, Nov 18, 2013 at 9:58 AM, Cesar Philippidis wrote: > This patch addresses the failures caused by the > gcc.c-torture/execute/20101011-1.c test on aarch64. The reason why this > test fails is because aarch64 does not trap on integer division by zero. > > Is this OK for trunk? If so, please c

[PATCH] aarch64 gcc.c-torture/execute/20101011-1.c failures

2013-11-18 Thread Cesar Philippidis
This patch addresses the failures caused by the gcc.c-torture/execute/20101011-1.c test on aarch64. The reason why this test fails is because aarch64 does not trap on integer division by zero. Is this OK for trunk? If so, please commit it because I do not have an svn account. Thanks, Cesar