]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
re PR target/46057 (Most stackalign tests fail on hppa-hpux)
authorJohn David Anglin <dave.anglin@nrc-cnrc.gc.ca>
Thu, 9 Dec 2010 22:15:32 +0000 (22:15 +0000)
committerJohn David Anglin <danglin@gcc.gnu.org>
Thu, 9 Dec 2010 22:15:32 +0000 (22:15 +0000)
PR target/46057
* gcc.dg/torture/stackalign/nested-1.c: Skip on hppa*-*-hpux*.
* gcc.dg/torture/stackalign/vararg-1.c: Likewise.
* gcc.dg/torture/stackalign/nested-2.c: Likewise.
* gcc.dg/torture/stackalign/vararg-2.c: Likewise.
* gcc.dg/torture/stackalign/nested-3.c: Likewise.
* gcc.dg/torture/stackalign/nested-4.c: Likewise.
* gcc.dg/torture/stackalign/global-1.c: Likewise.
* gcc.dg/torture/stackalign/ret-struct-1.c: Likewise.
* gcc.dg/torture/stackalign/inline-1.c: Likewise.
* gcc.dg/torture/stackalign/inline-2.c: Likewise.
* gcc.dg/torture/stackalign/struct-1.c: Likewise.
* gcc.dg/torture/stackalign/pr16660-1.c: Likewise.
* gcc.dg/torture/stackalign/alloca-1.c: Likewise.
* g++.dg/torture/stackalign/throw-1.C: Likewise.
* g++.dg/torture/stackalign/throw-2.C: Likewise.
* g++.dg/torture/stackalign/throw-4.C: Likewise.
* g++.dg/torture/stackalign/eh-inline-1.C: Likewise.
* g++.dg/torture/stackalign/eh-inline-2.C: Likewise.
* g++.dg/torture/stackalign/eh-vararg-1.C: Likewise.
* g++.dg/torture/stackalign/eh-vararg-2.C: Likewise.
* g++.dg/torture/stackalign/eh-alloca-1.C: Likewise.
* g++.dg/torture/stackalign/eh-global-1.C: Likewise.

From-SVN: r167667

23 files changed:
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/torture/stackalign/eh-alloca-1.C
gcc/testsuite/g++.dg/torture/stackalign/eh-global-1.C
gcc/testsuite/g++.dg/torture/stackalign/eh-inline-1.C
gcc/testsuite/g++.dg/torture/stackalign/eh-inline-2.C
gcc/testsuite/g++.dg/torture/stackalign/eh-vararg-1.C
gcc/testsuite/g++.dg/torture/stackalign/eh-vararg-2.C
gcc/testsuite/g++.dg/torture/stackalign/throw-1.C
gcc/testsuite/g++.dg/torture/stackalign/throw-2.C
gcc/testsuite/g++.dg/torture/stackalign/throw-4.C
gcc/testsuite/gcc.dg/torture/stackalign/alloca-1.c
gcc/testsuite/gcc.dg/torture/stackalign/global-1.c
gcc/testsuite/gcc.dg/torture/stackalign/inline-1.c
gcc/testsuite/gcc.dg/torture/stackalign/inline-2.c
gcc/testsuite/gcc.dg/torture/stackalign/nested-1.c
gcc/testsuite/gcc.dg/torture/stackalign/nested-2.c
gcc/testsuite/gcc.dg/torture/stackalign/nested-3.c
gcc/testsuite/gcc.dg/torture/stackalign/nested-4.c
gcc/testsuite/gcc.dg/torture/stackalign/pr16660-1.c
gcc/testsuite/gcc.dg/torture/stackalign/ret-struct-1.c
gcc/testsuite/gcc.dg/torture/stackalign/struct-1.c
gcc/testsuite/gcc.dg/torture/stackalign/vararg-1.c
gcc/testsuite/gcc.dg/torture/stackalign/vararg-2.c

index 4c70d02f445d8260491ba86abb2bd791bb2fe3f6..2ccdde39aaa0791440f30b896b356de534a4bf53 100644 (file)
@@ -1,5 +1,29 @@
 2010-12-09  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
 
+       PR target/46057
+       * gcc.dg/torture/stackalign/nested-1.c: Skip on hppa*-*-hpux*.
+       * gcc.dg/torture/stackalign/vararg-1.c: Likewise.
+       * gcc.dg/torture/stackalign/nested-2.c: Likewise.
+       * gcc.dg/torture/stackalign/vararg-2.c: Likewise.
+       * gcc.dg/torture/stackalign/nested-3.c: Likewise.
+       * gcc.dg/torture/stackalign/nested-4.c: Likewise.
+       * gcc.dg/torture/stackalign/global-1.c: Likewise.
+       * gcc.dg/torture/stackalign/ret-struct-1.c: Likewise.
+       * gcc.dg/torture/stackalign/inline-1.c: Likewise.
+       * gcc.dg/torture/stackalign/inline-2.c: Likewise.
+       * gcc.dg/torture/stackalign/struct-1.c: Likewise.
+       * gcc.dg/torture/stackalign/pr16660-1.c: Likewise.
+       * gcc.dg/torture/stackalign/alloca-1.c: Likewise.
+       * g++.dg/torture/stackalign/throw-1.C: Likewise.
+       * g++.dg/torture/stackalign/throw-2.C: Likewise.
+       * g++.dg/torture/stackalign/throw-4.C: Likewise.
+       * g++.dg/torture/stackalign/eh-inline-1.C: Likewise.
+       * g++.dg/torture/stackalign/eh-inline-2.C: Likewise.
+       * g++.dg/torture/stackalign/eh-vararg-1.C: Likewise.
+       * g++.dg/torture/stackalign/eh-vararg-2.C: Likewise.
+       * g++.dg/torture/stackalign/eh-alloca-1.C: Likewise.
+       * g++.dg/torture/stackalign/eh-global-1.C: Likewise.
+
        PR tree-optimization/46021
        gcc.dg/tree-ssa/20040204-1.c: Remove XFAIL for hppa*-*.*.
 
index a20f074bcd20b8b74939283e6edda1fd922fbf41..89b0a6a67710396448f26d806f47dd13ccac913f 100644 (file)
@@ -1,4 +1,5 @@
 /* { dg-do run } */
+/* { dg-skip-if "Stack alignment is too small" { hppa*-*-hpux* } "*" "" } */
 
 #include "check.h"
 
index 2692f947c7bb046fb50f8a3d1d748e7c6c34eb27..cc05ed04f30a3e1cebc32b8fc927f5697a829843 100644 (file)
@@ -1,4 +1,5 @@
 /* { dg-do run } */
+/* { dg-skip-if "Stack alignment is too small" { hppa*-*-hpux* } "*" "" } */
 
 #include "check.h"
 
index 72ac7fd24431ea37cb7596e114094a2f5e31c1b4..d2555f2e2c950751e052912df2b01eeb8ba7f24a 100644 (file)
@@ -1,4 +1,5 @@
 /* { dg-do run } */
+/* { dg-skip-if "Stack alignment is too small" { hppa*-*-hpux* } "*" "" } */
 
 #include "check.h"
 
index 4feb3f09fc7c8e589142ad3844fc54d0432cdcc8..1cbc68cc4934ff0fda54d5156f3071e8171a6099 100644 (file)
@@ -1,4 +1,5 @@
 /* { dg-do run } */
+/* { dg-skip-if "Stack alignment is too small" { hppa*-*-hpux* } "*" "" } */
 
 #include "check.h"
 
index 74b48faa599383adaede113634fd6483a4049975..b9ba81b1297f4086dbb19620f37ed977c8424753 100644 (file)
@@ -1,4 +1,5 @@
 /* { dg-do run } */
+/* { dg-skip-if "Stack alignment is too small" { hppa*-*-hpux* } "*" "" } */
 
 #include <stdarg.h>
 #include "check.h"
index 9aa25b88bc02cce22b5414ec2bc22c7a3d4da955..5e282179c63503b9184465eef629216e1cafd234 100644 (file)
@@ -1,5 +1,6 @@
 /* { dg-options "-Wno-abi" {target arm_eabi} } */
 /* { dg-do run } */
+/* { dg-skip-if "Stack alignment is too small" { hppa*-*-hpux* } "*" "" } */
 
 #include <stdarg.h>
 #include "check.h"
index b1d2e2789535a0700dc73ba1d52859ccfd2b958b..3eddc1d02ab2d676238754df7a647b2817498dca 100644 (file)
@@ -1,4 +1,5 @@
 /* { dg-do run } */
+/* { dg-skip-if "Stack alignment is too small" { hppa*-*-hpux* } "*" "" } */
 
 #include "check.h"
 
index 5f3f1dc073705ecd841da36be86726bce8e47e38..63a8c6e7c21b997bfa966192a7c61f08a692e7e5 100644 (file)
@@ -1,4 +1,5 @@
 /* { dg-do run } */
+/* { dg-skip-if "Stack alignment is too small" { hppa*-*-hpux* } "*" "" } */
 
 #include "check.h"
 
index a9c15bd43c9a4ee53b83b8931463bfe0ba601fa0..52e6f7ff7e679010e07ea4d52a879d4b6918abe0 100644 (file)
@@ -1,4 +1,5 @@
 /* { dg-do run } */
+/* { dg-skip-if "Stack alignment is too small" { hppa*-*-hpux* } "*" "" } */
 
 #include "check.h"
 
index 1370f63c292b25631b0ab70bd961e954009004f5..e226e7f03717e7c78cd36f265951b4a9e4161731 100644 (file)
@@ -1,4 +1,5 @@
 /* { dg-do run } */
+/* { dg-skip-if "Stack alignment is too small" { hppa*-*-hpux* } "*" "" } */
 
 #include "check.h"
 
index 284daad0eafe59f7b4f67a33f7a72bf39784bd99..332103a76334f816e4a7db7feed78f8f9c34f6d9 100644 (file)
@@ -1,4 +1,5 @@
 /* { dg-do run } */
+/* { dg-skip-if "Stack alignment is too small" { hppa*-*-hpux* } "*" "" } */
 
 #include "check.h"
 
index 11e71c60a4cfff1572350aefc6e87e73a4272b59..38127fd503a3a1cf5c93bc9d516a79086ce61bfa 100644 (file)
@@ -1,4 +1,5 @@
 /* { dg-do run } */
+/* { dg-skip-if "Stack alignment is too small" { hppa*-*-hpux* } "*" "" } */
 
 #include "check.h"
 
index fd51b5f7110931be3b2bd91269131a827a222c91..85a2ee3f3ccaf35c6fe2e07d59ca777f8783e7c6 100644 (file)
@@ -1,4 +1,5 @@
 /* { dg-do run } */
+/* { dg-skip-if "Stack alignment is too small" { hppa*-*-hpux* } "*" "" } */
 
 #include "check.h"
 
index 4e2c8729af02c871d962929004b4c5089ab31432..8402f95f594cff77eede1b267d0a8e6c8f744d5b 100644 (file)
@@ -1,4 +1,5 @@
 /* { dg-do run } */
+/* { dg-skip-if "Stack alignment is too small" { hppa*-*-hpux* } "*" "" } */
 
 #include "check.h"
 
index d54e3b92c9f8598c4e319ae78ca0656fd9495a53..dabc310d7527ee93e22a6b4328fcc9a7e98b90f9 100644 (file)
@@ -1,4 +1,5 @@
 /* { dg-do run } */
+/* { dg-skip-if "Stack alignment is too small" { hppa*-*-hpux* } "*" "" } */
 
 #include "check.h"
 
index 373299185a840847313879347c24aedb659a89f8..d35c9a7ce8a84d8cb97016f39b8e6a419922f3ce 100644 (file)
@@ -1,4 +1,5 @@
 /* { dg-do run } */
+/* { dg-skip-if "Stack alignment is too small" { hppa*-*-hpux* } "*" "" } */
 
 #include "check.h"
 
index 60322fc62b67d38a785821116fdf485a08c14d4c..05cb83301a3583a95e2e18c9d7d7d117367849a4 100644 (file)
@@ -1,4 +1,5 @@
 /* { dg-do run } */
+/* { dg-skip-if "Stack alignment is too small" { hppa*-*-hpux* } "*" "" } */
 
 #include "check.h"
 
index 1bff181c24bc46d3697a142d8a72a7861ff94403..b917e824b628127f93434a5da39d0bda20d15057 100644 (file)
@@ -1,4 +1,5 @@
 /* { dg-do run } */
+/* { dg-skip-if "Stack alignment is too small" { hppa*-*-hpux* } "*" "" } */
 
 #include "check.h"
 
index 163e54c5908f6019e75239b5fd7be86509e4a28d..b218a14edf64e57bb3b2c40c04bc33176f85d5a9 100644 (file)
@@ -1,4 +1,6 @@
 /* { dg-do run } */
+/* { dg-skip-if "Stack alignment is too small" { hppa*-*-hpux* } "*" "" } */
+
 #include "check.h"
 
 #ifndef ALIGNMENT
index 79e3733484be1b47defbe511a5036b79b29f22f8..8602132989410c033585f32441858fc18a227440 100644 (file)
@@ -1,4 +1,5 @@
 /* { dg-do run } */
+/* { dg-skip-if "Stack alignment is too small" { hppa*-*-hpux* } "*" "" } */
 
 #include "check.h"
 
index 62b236522ec9e92d0edb30f6832897b058b3aa7d..5b36f2cd4ccfb1d15fc8db27be4f03d15a9e7cd8 100644 (file)
@@ -1,4 +1,5 @@
 /* { dg-do run } */
+/* { dg-skip-if "Stack alignment is too small" { hppa*-*-hpux* } "*" "" } */
 
 #include <stdarg.h>
 #include "check.h"
index 00b723b0dc4ed70491e6e8657bcdf3fc4f950955..6740e994e2fbe99b4ad53314ad7b15adc118dade 100644 (file)
@@ -1,4 +1,5 @@
 /* { dg-do run } */
+/* { dg-skip-if "Stack alignment is too small" { hppa*-*-hpux* } "*" "" } */
 
 #include <stdarg.h>
 #include "check.h"