OSDN Git Service

*gcc.c-torture/compile/pr40204.c: Test only for int32 target.
authorhutchinsonandy <hutchinsonandy@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 19 Nov 2009 21:38:48 +0000 (21:38 +0000)
committerhutchinsonandy <hutchinsonandy@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 19 Nov 2009 21:38:48 +0000 (21:38 +0000)
*gcc.c-torture/compile/pr41181.c: Skip test for avr target.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@154346 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.c-torture/compile/pr40204.c
gcc/testsuite/gcc.c-torture/compile/pr41181.c

index bf395f5..0a42693 100644 (file)
@@ -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.
index 3193284..149302a 100644 (file)
@@ -1,3 +1,4 @@
+/* { dg-require-effective-target int32plus } */
 /* PR middle-end/40204 */
 
 struct S
index d0af52d..9e42f42 100644 (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)
 {