Commit 18970b3d by Ulrich Weigand Committed by Ulrich Weigand

pr28243.c: Skip on SPU.

	* 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
parent dbcc3274
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> 2008-07-03 H.J. Lu <hongjiu.lu@intel.com>
* gcc.dg/compat/struct-by-value-17a_main.c: Remove duplicated * gcc.dg/compat/struct-by-value-17a_main.c: Remove duplicated
......
// Test whether vtable for S is not put into read-only section. // Test whether vtable for S is not put into read-only section.
// { dg-do compile { target fpic } } // { dg-do compile { target fpic } }
// { dg-options "-O2 -fpic -fno-rtti" } // { dg-options "-O2 -fpic -fno-rtti" }
// { dg-skip-if "requires unsupported run-time relocation" { spu-*-* } { "*" } { "" } }
// Origin: Jakub Jelinek <jakub@redhat.com> // Origin: Jakub Jelinek <jakub@redhat.com>
struct S struct S
......
...@@ -2,5 +2,6 @@ ...@@ -2,5 +2,6 @@
// { dg-do link { target fpic } } // { dg-do link { target fpic } }
// { dg-additional-sources " comdat5-aux.cc" } // { dg-additional-sources " comdat5-aux.cc" }
// { dg-options "-O2 -fPIC" } // { dg-options "-O2 -fPIC" }
// { dg-skip-if "requires unsupported run-time relocation" { spu-*-* } { "*" } { "" } }
#include "comdat4.C" #include "comdat4.C"
// { dg-do assemble { target fpic } } // { dg-do assemble { target fpic } }
// { dg-options "-O0 -fpic" } // { dg-options "-O0 -fpic" }
// { dg-skip-if "requires unsupported run-time relocation" { spu-*-* } { "*" } { "" } }
// Origin: Jakub Jelinek <jakub@redhat.com> // Origin: Jakub Jelinek <jakub@redhat.com>
struct bar { struct bar {
......
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
correctly in combine. */ correctly in combine. */
/* { dg-do compile { target fpic } } */ /* { dg-do compile { target fpic } } */
/* { dg-options "-O2 -fpic -fprofile-arcs" } */ /* { dg-options "-O2 -fpic -fprofile-arcs" } */
/* { dg-skip-if "requires unsupported run-time relocation" { spu-*-* } { "*" } { "" } } */
void test (void) void test (void)
{ {
......
...@@ -4,6 +4,7 @@ ...@@ -4,6 +4,7 @@
/* { dg-do compile } */ /* { dg-do compile } */
/* { dg-require-effective-target fpic } */ /* { dg-require-effective-target fpic } */
/* { dg-options "-O2 -ftracer -fPIC" } */ /* { dg-options "-O2 -ftracer -fPIC" } */
/* { dg-skip-if "requires unsupported run-time relocation" { spu-*-* } { "*" } { "" } } */
struct displayfuncs { struct displayfuncs {
void (*init) (); void (*init) ();
......
/* PR target/25947: define_split in cris.md caused unrecognized insn. */ /* PR target/25947: define_split in cris.md caused unrecognized insn. */
/* { dg-options "-fpic" { target fpic } } */ /* { dg-options "-fpic" { target fpic } } */
/* { dg-skip-if "requires unsupported run-time relocation" { spu-*-* } { "-O0" } { "" } } */
extern char *rl_line_buffer; extern char *rl_line_buffer;
extern int rl_point; extern int rl_point;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment