PR testsuite/55505
* gcc.c-torture/execute/921202-1.c: Increase size of dx and dy
arrays.
From-SVN: r193899
2012-11-28 Jakub Jelinek <jakub@redhat.com>
+ PR testsuite/55505
+ * gcc.c-torture/execute/921202-1.c: Increase size of dx and dy
+ arrays.
+
PR testsuite/55504
* gcc.c-torture/execute/20071018-1.c (foo): Add noinline/noclone
attributes. Avoid clobbering memory before malloced chunk.
#endif
main ()
{
- long dx[VLEN];
- long dy[VLEN];
+ long dx[VLEN+1];
+ long dy[VLEN+1];
long s1[VLEN];
int cyx, cyy;
int i;