diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index bf395f529be7..0a42693a3ec4 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2009-11-19 Andy Hutchinson + + * 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 * gcc-dg/raw-string-1.c: Skip test for avr target. diff --git a/gcc/testsuite/gcc.c-torture/compile/pr40204.c b/gcc/testsuite/gcc.c-torture/compile/pr40204.c index 3193284ff7a0..149302a8303a 100644 --- a/gcc/testsuite/gcc.c-torture/compile/pr40204.c +++ b/gcc/testsuite/gcc.c-torture/compile/pr40204.c @@ -1,3 +1,4 @@ +/* { dg-require-effective-target int32plus } */ /* PR middle-end/40204 */ struct S diff --git a/gcc/testsuite/gcc.c-torture/compile/pr41181.c b/gcc/testsuite/gcc.c-torture/compile/pr41181.c index d0af52d912bf..9e42f4209395 100644 --- a/gcc/testsuite/gcc.c-torture/compile/pr41181.c +++ b/gcc/testsuite/gcc.c-torture/compile/pr41181.c @@ -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) {