Re: [testsuite]: Skip tests for targets with int < 32 bits

2011-06-14 Thread Mike Stump
On Jun 14, 2011, at 2:20 AM, Georg-Johann Lay wrote: > testsuite/ > > * gcc.c-torture/execute/cmpsi-2.c: Undo 172757. Please always include the PR number in the changelog entries when there is one. This autolinks the work to the PR. Use the exact formatting found in the changelog file.

Re: Ping: [testsuite]: Skip tests for targets with int < 32 bits

2011-06-14 Thread Richard Guenther
On Mon, Jun 13, 2011 at 2:45 PM, Georg-Johann Lay wrote: > Ping #1 for: > http://gcc.gnu.org/ml/gcc-patches/2011-06/msg00746.html Ok. THanks, Richard. > > Georg-Johann Lay: >> >> This patch fixes testsuite failures because the testcases assume >> sizeof(int) >= 4. >> >>        * gcc.c-torture/c

Re: [testsuite]: Skip tests for targets with int < 32 bits

2011-06-14 Thread Georg-Johann Lay
Jakub Jelinek schrieb: > On Mon, Jun 13, 2011 at 08:18:52PM +0200, Georg-Johann Lay wrote: >> For exammple, I added this line to, e.g. >> * gcc.c-torture/execute/cmpsi-2.c >> * gcc.c-torture/execute/pr45262.c >> in trunk r172757 >> http://gcc.gnu.org/viewcvs?view=revision&revision=172757 > > That

Re: [testsuite]: Skip tests for targets with int < 32 bits

2011-06-13 Thread Jakub Jelinek
On Thu, Jun 09, 2011 at 06:27:56PM +0200, Georg-Johann Lay wrote: > This patch fixes testsuite failures because the testcases assume > sizeof(int) >= 4. > > * gcc.c-torture/compile/pr49029.c: Add dg-require-effective-target > int32plus > * gcc.c-torture/compile/pr49163.c: Ditto.

Re: [testsuite]: Skip tests for targets with int < 32 bits

2011-06-13 Thread Mike Stump
On Jun 13, 2011, at 11:18 AM, Georg-Johann Lay wrote: > Who is a "specific maintainer" here? I'd be happy to have the author of the testcase weigh in, or someone that cares about int32plus, or the the person that fixed the bug in the compiler for which the testcase was written... > I found you

Re: [testsuite]: Skip tests for targets with int < 32 bits

2011-06-13 Thread Jakub Jelinek
On Mon, Jun 13, 2011 at 08:18:52PM +0200, Georg-Johann Lay wrote: > For exammple, I added this line to, e.g. > * gcc.c-torture/execute/cmpsi-2.c > * gcc.c-torture/execute/pr45262.c > in trunk r172757 > http://gcc.gnu.org/viewcvs?view=revision&revision=172757 That was a mistake. gcc.c-torture/exec

Re: [testsuite]: Skip tests for targets with int < 32 bits

2011-06-13 Thread Georg-Johann Lay
Mike Stump schrieb: On Jun 9, 2011, at 9:27 AM, Georg-Johann Lay wrote: This patch fixes testsuite failures because the testcases assume sizeof(int) >= 4. * gcc.c-torture/compile/pr49029.c: Add dg-require-effective-target int32plus * gcc.c-torture/compile/pr49163.c: Dit

Re: [testsuite]: Skip tests for targets with int < 32 bits

2011-06-13 Thread Mike Stump
On Jun 9, 2011, at 9:27 AM, Georg-Johann Lay wrote: > This patch fixes testsuite failures because the testcases assume > sizeof(int) >= 4. > > * gcc.c-torture/compile/pr49029.c: Add dg-require-effective-target > int32plus > * gcc.c-torture/compile/pr49163.c: Ditto. Well, since n

Ping: [testsuite]: Skip tests for targets with int < 32 bits

2011-06-13 Thread Georg-Johann Lay
Ping #1 for: http://gcc.gnu.org/ml/gcc-patches/2011-06/msg00746.html Georg-Johann Lay: This patch fixes testsuite failures because the testcases assume sizeof(int) >= 4. * gcc.c-torture/compile/pr49029.c: Add dg-require-effective-target int32plus * gcc.c-torture/compile

[testsuite]: Skip tests for targets with int < 32 bits

2011-06-09 Thread Georg-Johann Lay
This patch fixes testsuite failures because the testcases assume sizeof(int) >= 4. * gcc.c-torture/compile/pr49029.c: Add dg-require-effective-target int32plus * gcc.c-torture/compile/pr49163.c: Ditto. Index: gcc.c-torture/compile/pr49029.c =