pr28243.c: Skip on SPU.
authorUlrich Weigand <uweigand@de.ibm.com>
Thu, 3 Jul 2008 12:31:02 +0000 (12:31 +0000)
committerUlrich Weigand <uweigand@gcc.gnu.org>
Thu, 3 Jul 2008 12:31:02 +0000 (12:31 +0000)
* gcc.dg/pr28243.c: Skip on SPU.
* gcc.dg/torture/pr25947-1.c: Likewise.
* gcc.dg/20030702-1.c: Likewise.
* g++.old-deja/g++.other/comdat5.C: Likewise.
* g++.old-deja/g++.other/local-alloc1.C: Likewise.
* g++.dg/opt/vt1.C: Likewise.

From-SVN: r137418

gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/opt/vt1.C
gcc/testsuite/g++.old-deja/g++.other/comdat5.C
gcc/testsuite/g++.old-deja/g++.other/local-alloc1.C
gcc/testsuite/gcc.dg/20030702-1.c
gcc/testsuite/gcc.dg/pr28243.c
gcc/testsuite/gcc.dg/torture/pr25947-1.c

index 8cbba25332a803e993ec2ff695d393d1325b288a..35eb4b1567bc0d035033d0ff129a83654a9c74a6 100644 (file)
@@ -1,3 +1,12 @@
+2008-07-03  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
+
+       * gcc.dg/pr28243.c: Skip on SPU.
+       * gcc.dg/torture/pr25947-1.c: Likewise.
+       * gcc.dg/20030702-1.c: Likewise.
+       * g++.old-deja/g++.other/comdat5.C: Likewise.
+       * g++.old-deja/g++.other/local-alloc1.C: Likewise.
+       * g++.dg/opt/vt1.C: Likewise.
+
 2008-07-03  H.J. Lu  <hongjiu.lu@intel.com>
 
        * gcc.dg/compat/struct-by-value-17a_main.c: Remove duplicated
index b3abb5d57a2fd318319c1297440c705b3bfc0e19..ea74f52126fb011bfd599260c5fd39f9400b926c 100644 (file)
@@ -1,6 +1,7 @@
 // Test whether vtable for S is not put into read-only section.
 // { dg-do compile { target fpic } }
 // { dg-options "-O2 -fpic -fno-rtti" }
+// { dg-skip-if "requires unsupported run-time relocation" { spu-*-* } { "*" } { "" } }
 // Origin: Jakub Jelinek <jakub@redhat.com>
 
 struct S
index 5c2baa389e2a65a940f34001dbca86c6ee61961f..ad707f57247e9ea52e317618e9659587bb61c45f 100644 (file)
@@ -2,5 +2,6 @@
 // { dg-do link { target fpic } }
 // { dg-additional-sources " comdat5-aux.cc" }
 // { dg-options "-O2 -fPIC" }
+// { dg-skip-if "requires unsupported run-time relocation" { spu-*-* } { "*" } { "" } }
 
 #include "comdat4.C"
index fe9d24fccf77e9eca96a72c3d0b919307a06f5f4..7488f1971c40cc13086da0ae106e840e96846e4a 100644 (file)
@@ -1,5 +1,6 @@
 // { dg-do assemble { target fpic } }
 // { dg-options "-O0 -fpic" }
+// { dg-skip-if "requires unsupported run-time relocation" { spu-*-* } { "*" } { "" } }
 // Origin: Jakub Jelinek <jakub@redhat.com>
 
 struct bar {
index 892f7d50539bd4b996a1a537306b78e02c67450c..4dbb4c50fc5227a36b4f81d61497eb4016b3e4b3 100644 (file)
@@ -2,6 +2,7 @@
    correctly in combine.  */
 /* { dg-do compile { target fpic } } */
 /* { dg-options "-O2 -fpic -fprofile-arcs" } */
+/* { dg-skip-if "requires unsupported run-time relocation" { spu-*-* } { "*" } { "" } } */
 
 void test (void)
 {
index c2797c0fb3fef2f5db1dd0752c3c924aeefa0b7f..12447a1c3d31022295cd062c50ba651c63db24ca 100644 (file)
@@ -4,6 +4,7 @@
 /* { dg-do compile } */
 /* { dg-require-effective-target fpic } */
 /* { dg-options "-O2 -ftracer -fPIC" } */
+/* { dg-skip-if "requires unsupported run-time relocation" { spu-*-* } { "*" } { "" } } */
 
 struct displayfuncs {
   void (*init) ();
index d52ef8c8e3fcfba6853ae029d61eebfe04efdca7..8af6f8d46249711106368440d2df8edc649ee064 100644 (file)
@@ -1,5 +1,6 @@
 /* PR target/25947: define_split in cris.md caused unrecognized insn.  */
 /* { dg-options "-fpic" { target fpic } } */
+/* { dg-skip-if "requires unsupported run-time relocation" { spu-*-* } { "-O0" } { "" } } */
 
 extern char *rl_line_buffer;
 extern int rl_point;