pr40204.c: Test only for int32 target.

*gcc.c-torture/compile/pr40204.c: Test only for int32 target.
*gcc.c-torture/compile/pr41181.c: Skip test for avr target.

From-SVN: r154346
This commit is contained in:
Andy Hutchinson 2009-11-19 21:38:48 +00:00
parent de2b713283
commit 7787fb8cd1
3 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2009-11-19 Andy Hutchinson <hutchinsonandy@gcc.gnu.org>
* gcc.c-torture/compile/pr40204.c: Test only for int32 target.
* gcc.c-torture/compile/pr41181.c: Skip test for avr target.
2009-11-19 Andy Hutchinson <hutchinsonandy@gcc.gnu.org>
* gcc-dg/raw-string-1.c: Skip test for avr target.

View File

@ -1,3 +1,4 @@
/* { dg-require-effective-target int32plus } */
/* PR middle-end/40204 */
struct S

View File

@ -1,3 +1,4 @@
/* { dg-skip-if "The array is too big" { "avr-*-*" } { "*" } { "" } } */
char paths[1024];
static void x264_slicetype_path(char (*best_paths)[250], int n, int length)
{