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

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