diff options
author | Andy Hutchinson <hutchinsonandy@gcc.gnu.org> | 2009-11-19 21:38:48 +0000 |
---|---|---|
committer | Andy Hutchinson <hutchinsonandy@gcc.gnu.org> | 2009-11-19 21:38:48 +0000 |
commit | 7787fb8cd1d275313f9c39ac48e5510044340b48 (patch) | |
tree | 45fdc9307b3adfd5a13b9a01dea2ba6f58d18c99 | |
parent | de2b713283ea97c560060a2e414a690b4a80a920 (diff) | |
download | gcc-7787fb8cd1d275313f9c39ac48e5510044340b48.zip gcc-7787fb8cd1d275313f9c39ac48e5510044340b48.tar.gz gcc-7787fb8cd1d275313f9c39ac48e5510044340b48.tar.bz2 |
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
-rw-r--r-- | gcc/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/testsuite/gcc.c-torture/compile/pr40204.c | 1 | ||||
-rw-r--r-- | gcc/testsuite/gcc.c-torture/compile/pr41181.c | 1 |
3 files changed, 7 insertions, 0 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index bf395f5..0a42693 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,5 +1,10 @@ 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. * gcc-dg/utf-array-short-wchar.c: Ditto. * gcc-dg/utf-array.c: Ditto. diff --git a/gcc/testsuite/gcc.c-torture/compile/pr40204.c b/gcc/testsuite/gcc.c-torture/compile/pr40204.c index 3193284..149302a 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 d0af52d..9e42f42 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) { |