]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
sibcall-3.c: Skip on PowerPC targets when -mlongcall.
authorNathan Froyd <froydnj@codesourcery.com>
Thu, 26 Jul 2007 00:40:00 +0000 (00:40 +0000)
committerNathan Froyd <froydnj@gcc.gnu.org>
Thu, 26 Jul 2007 00:40:00 +0000 (00:40 +0000)
* gcc.dg/sibcall-3.c: Skip on PowerPC targets when -mlongcall.
* gcc.dg/sibcall-4.c: Likewise.

From-SVN: r126943

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/sibcall-3.c
gcc/testsuite/gcc.dg/sibcall-4.c

index ffa4cfbc0126c1d560cf3173cf5a0c1479d67db4..1960f7747db12e9b8ac3e31f089294341f2d2f75 100644 (file)
@@ -1,3 +1,8 @@
+2007-07-25  Nathan Froyd  <froydnj@codesourcery.com>
+
+       * gcc.dg/sibcall-3.c: Skip on PowerPC targets when -mlongcall.
+       * gcc.dg/sibcall-4.c: Likewise.
+
 2007-07-25  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
 
        PR rtl-optimization/31500
index 95edee107d8cf54c81b62918a9c4eef32e6e9482..cb5a8f0e8f36da2686b3d4f83a5f4c98d2060f54 100644 (file)
@@ -6,6 +6,8 @@
    Contributed by Hans-Peter Nilsson  <hp@bitrange.com>  */
 
 /* { dg-do run { xfail arc-*-* avr-*-* c4x-*-* cris-*-* h8300-*-* hppa*64*-*-* m32r-*-* m68hc1?-*-* m681?-*-* m680*-*-* m68k-*-* mcore-*-* mn10300-*-* xstormy16-*-* v850*-*-* vax-*-* xtensa-*-* } } */
+/* -mlongcall disables sibcall patterns.  */
+/* { dg-skip-if "" { powerpc*-*-* } { "-mlongcall" } { "" } } */
 /* { dg-options "-O2 -foptimize-sibling-calls" } */
 
 /* The option -foptimize-sibling-calls is the default, but serves as
index 3991ecc92793cd98314639743cf561a026b3e814..c76ac56e34da89f4c6d483102eea50e5fab46eb5 100644 (file)
@@ -6,6 +6,8 @@
    Contributed by Hans-Peter Nilsson  <hp@bitrange.com>  */
 
 /* { dg-do run { xfail arc-*-* avr-*-* c4x-*-* cris-*-* h8300-*-* hppa*64*-*-* m32r-*-* m68hc1?-*-* m681?-*-* m680*-*-* m68k-*-* mcore-*-* mn10300-*-* xstormy16-*-* v850*-*-* vax-*-* xtensa-*-* } } */
+/* -mlongcall disables sibcall patterns.  */
+/* { dg-skip-if "" { powerpc*-*-* } { "-mlongcall" } { "" } } */
 /* { dg-options "-O2 -foptimize-sibling-calls" } */
 
 /* The option -foptimize-sibling-calls is the default, but serves as