]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/testsuite/g++.dg/opt/vt1.C
Remove Cell Broadband Engine SPU targets
[thirdparty/gcc.git] / gcc / testsuite / g++.dg / opt / vt1.C
index 1b087189f4038fb36d519222e7953241c4e8be13..a15f77631a039bfb8ed68ad792f029250aa6ea2e 100644 (file)
@@ -1,7 +1,6 @@
 // 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-*-* } }
 // { dg-skip-if "No Windows PIC" { *-*-mingw* *-*-cygwin } }
 // Origin: Jakub Jelinek <jakub@redhat.com>