]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
scal-to-vec2.c (dg-options): Add -fno-common to options on hppa*-*-hpux*.
authorJohn David Anglin <dave.anglin@nrc-cnrc.gc.ca>
Sun, 30 Oct 2011 14:33:33 +0000 (14:33 +0000)
committerJohn David Anglin <danglin@gcc.gnu.org>
Sun, 30 Oct 2011 14:33:33 +0000 (14:33 +0000)
* gcc.dg/scal-to-vec2.c (dg-options): Add -fno-common to options on
hppa*-*-hpux*.
* gcc.dg/torture/vshuf-v8hi.c: Likewise.
* gcc.dg/torture/vshuf-v4si.c: Likewise.
* gcc.dg/torture/vshuf-v8si.c: Likewise.
* gcc.dg/torture/vshuf-v32qi.c: Likewise.
* gcc.dg/torture/vshuf-v4di.c: Likewise.
* gcc.dg/torture/vshuf-v2df.c: Likewise.
* gcc.dg/torture/vshuf-v16qi.c: Likewise.
* gcc.dg/torture/vshuf-v4sf.c: Likewise.
* gcc.dg/torture/vshuf-v8sf.c: Likewise.
* gcc.dg/torture/vshuf-v2di.c: Likewise.
* gcc.dg/torture/vshuf-v16hi.c: Likewise.
* gcc.dg/torture/vshuf-v4df.c: Likewise.
* gcc.dg/tree-ssa/ssa-fre-31.c: Likewise.
* gcc.dg/tree-ssa/ssa-fre-33.c: Likewise.
* gcc.dg/tree-ssa/ssa-fre-34.c: Likewise.
* gcc.dg/vector-compare-2.c: Likewise.

From-SVN: r180680

18 files changed:
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/scal-to-vec2.c
gcc/testsuite/gcc.dg/torture/vshuf-v16hi.c
gcc/testsuite/gcc.dg/torture/vshuf-v16qi.c
gcc/testsuite/gcc.dg/torture/vshuf-v2df.c
gcc/testsuite/gcc.dg/torture/vshuf-v2di.c
gcc/testsuite/gcc.dg/torture/vshuf-v32qi.c
gcc/testsuite/gcc.dg/torture/vshuf-v4df.c
gcc/testsuite/gcc.dg/torture/vshuf-v4di.c
gcc/testsuite/gcc.dg/torture/vshuf-v4sf.c
gcc/testsuite/gcc.dg/torture/vshuf-v4si.c
gcc/testsuite/gcc.dg/torture/vshuf-v8hi.c
gcc/testsuite/gcc.dg/torture/vshuf-v8sf.c
gcc/testsuite/gcc.dg/torture/vshuf-v8si.c
gcc/testsuite/gcc.dg/tree-ssa/ssa-fre-31.c
gcc/testsuite/gcc.dg/tree-ssa/ssa-fre-33.c
gcc/testsuite/gcc.dg/tree-ssa/ssa-fre-34.c
gcc/testsuite/gcc.dg/vector-compare-2.c

index d02c4bd30a332ffad68de5fbf5b46798a0734a58..b1088ace33dd2bd84f521f6d56c032bb39a8ed2c 100644 (file)
@@ -1,3 +1,24 @@
+2011-10-30  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
+
+       * gcc.dg/scal-to-vec2.c (dg-options): Add -fno-common to options on
+       hppa*-*-hpux*.
+       * gcc.dg/torture/vshuf-v8hi.c: Likewise.
+       * gcc.dg/torture/vshuf-v4si.c: Likewise.
+       * gcc.dg/torture/vshuf-v8si.c: Likewise.
+       * gcc.dg/torture/vshuf-v32qi.c: Likewise.
+       * gcc.dg/torture/vshuf-v4di.c: Likewise.
+       * gcc.dg/torture/vshuf-v2df.c: Likewise.
+       * gcc.dg/torture/vshuf-v16qi.c: Likewise.
+       * gcc.dg/torture/vshuf-v4sf.c: Likewise.
+       * gcc.dg/torture/vshuf-v8sf.c: Likewise.
+       * gcc.dg/torture/vshuf-v2di.c: Likewise.
+       * gcc.dg/torture/vshuf-v16hi.c: Likewise.
+       * gcc.dg/torture/vshuf-v4df.c: Likewise.
+       * gcc.dg/tree-ssa/ssa-fre-31.c: Likewise.
+       * gcc.dg/tree-ssa/ssa-fre-33.c: Likewise.
+       * gcc.dg/tree-ssa/ssa-fre-34.c: Likewise.
+       * gcc.dg/vector-compare-2.c: Likewise.
+
 2011-10-29  Paolo Carlini  <paolo.carlini@oracle.com>
 
        PR c++/50901
index 1354aa55b3d3fde8d79a47104cb6de2bbd5ec355..9ff8c059e567b32c3714905bacf5d21dba2e075d 100644 (file)
@@ -1,4 +1,5 @@
 /* { dg-do compile } */   
+/* { dg-options "-fno-common" { target hppa*-*-hpux* } } */
 
 /* Test for C_MAYBE_CONST are folded correctly when 
    expanding an expression to vector.  */
index a6fbeb5aed5ba3f0b2ddb97d0c21a667c86d00cb..9ff3ebbfa3d58ae1a13289242037b4b44bb62edd 100644 (file)
@@ -1,5 +1,6 @@
 /* { dg-do run } */
 /* { dg-options "-DEXPENSIVE" { target run_expensive_tests } } */
+/* { dg-options "-fno-common" { target hppa*-*-hpux* } } */
 /* { dg-skip-if "" { ! run_expensive_tests } { "*" } { "-O2" } } */
 /* { dg-skip-if "" { ! run_expensive_tests } { "-flto" } { "" } } */
 
index 526edf2896797c9cd6e66617bbc7b06c4a5f8a3b..062324d7bb9b9329923d0b918a78ecc2f8cb20c2 100644 (file)
@@ -1,5 +1,6 @@
 /* { dg-do run } */
 /* { dg-options "-DEXPENSIVE" { target run_expensive_tests } } */
+/* { dg-options "-fno-common" { target hppa*-*-hpux* } } */
 /* { dg-skip-if "" { ! run_expensive_tests } { "*" } { "-O2" } } */
 /* { dg-skip-if "" { ! run_expensive_tests } { "-flto" } { "" } } */
 
index 7e327b13b754a3c61e6fb10734ffdea06b652d65..8e33d1d041168a2b2e1981e85d174dfa014ec656 100644 (file)
@@ -1,5 +1,6 @@
 /* { dg-do run } */
 /* { dg-options "-DEXPENSIVE" { target run_expensive_tests } } */
+/* { dg-options "-fno-common" { target hppa*-*-hpux* } } */
 /* { dg-skip-if "" { ! run_expensive_tests } { "*" } { "-O2" } } */
 /* { dg-skip-if "" { ! run_expensive_tests } { "-flto" } { "" } } */
 
index 63da659807b1b00164d29f0160a3fc0834267170..d498c28f0f937f06422dc74eb2dec85cd1f893b3 100644 (file)
@@ -1,5 +1,6 @@
 /* { dg-do run } */
 /* { dg-options "-DEXPENSIVE" { target run_expensive_tests } } */
+/* { dg-options "-fno-common" { target hppa*-*-hpux* } } */
 /* { dg-skip-if "" { ! run_expensive_tests } { "*" } { "-O2" } } */
 /* { dg-skip-if "" { ! run_expensive_tests } { "-flto" } { "" } } */
 
index cf85815142ae4430777fb78b01ff6dd164d92d4b..0179006870c465a716487475c55faaef903b30ef 100644 (file)
@@ -1,5 +1,6 @@
 /* { dg-do run } */
 /* { dg-options "-DEXPENSIVE" { target run_expensive_tests } } */
+/* { dg-options "-fno-common" { target hppa*-*-hpux* } } */
 /* { dg-skip-if "" { ! run_expensive_tests } { "*" } { "-O2" } } */
 /* { dg-skip-if "" { ! run_expensive_tests } { "-flto" } { "" } } */
 
index cc9d340a17fc537e2503e844364f7b4bfa1f3f32..c11d6396dfdde69f4d9517fe255da2377b60c8be 100644 (file)
@@ -1,5 +1,6 @@
 /* { dg-do run } */
 /* { dg-options "-DEXPENSIVE" { target run_expensive_tests } } */
+/* { dg-options "-fno-common" { target hppa*-*-hpux* } } */
 /* { dg-skip-if "" { ! run_expensive_tests } { "*" } { "-O2" } } */
 /* { dg-skip-if "" { ! run_expensive_tests } { "-flto" } { "" } } */
 
index 2d5689616414bb9db7927bb703e961b19299f9e7..494cb78260e64803d10371b53a3f1dc59b47ca90 100644 (file)
@@ -1,5 +1,6 @@
 /* { dg-do run } */
 /* { dg-options "-DEXPENSIVE" { target run_expensive_tests } } */
+/* { dg-options "-fno-common" { target hppa*-*-hpux* } } */
 /* { dg-skip-if "" { ! run_expensive_tests } { "*" } { "-O2" } } */
 /* { dg-skip-if "" { ! run_expensive_tests } { "-flto" } { "" } } */
 
index 7e605980312ecbdda7ffc87bc373c3f5e809adee..4db59f9da1455083b1f93a8b23a100666b92a4c0 100644 (file)
@@ -1,5 +1,6 @@
 /* { dg-do run } */
 /* { dg-options "-DEXPENSIVE" { target run_expensive_tests } } */
+/* { dg-options "-fno-common" { target hppa*-*-hpux* } } */
 /* { dg-skip-if "" { ! run_expensive_tests } { "*" } { "-O2" } } */
 /* { dg-skip-if "" { ! run_expensive_tests } { "-flto" } { "" } } */
 
index f12b98ea209a1358a47cc8287dc938a361964c73..3ae86acd3c6b51a0115fd1bc7c2a75637f427114 100644 (file)
@@ -1,5 +1,6 @@
 /* { dg-do run } */
 /* { dg-options "-DEXPENSIVE" { target run_expensive_tests } } */
+/* { dg-options "-fno-common" { target hppa*-*-hpux* } } */
 /* { dg-skip-if "" { ! run_expensive_tests } { "*" } { "-O2" } } */
 /* { dg-skip-if "" { ! run_expensive_tests } { "-flto" } { "" } } */
 
index 1440fb53f89cfa20578e18c289e725db0783762e..f4639880fb66deb52a3a9de0552c182ded64437f 100644 (file)
@@ -1,5 +1,6 @@
 /* { dg-do run } */
 /* { dg-options "-DEXPENSIVE" { target run_expensive_tests } } */
+/* { dg-options "-fno-common" { target hppa*-*-hpux* } } */
 /* { dg-skip-if "" { ! run_expensive_tests } { "*" } { "-O2" } } */
 /* { dg-skip-if "" { ! run_expensive_tests } { "-flto" } { "" } } */
 
index 2044760bdc3f634ad251faedd64f44803d5813ad..d11aa0c950a822e62faada80d96c1fe75e22f1db 100644 (file)
@@ -1,5 +1,6 @@
 /* { dg-do run } */
 /* { dg-options "-DEXPENSIVE" { target run_expensive_tests } } */
+/* { dg-options "-fno-common" { target hppa*-*-hpux* } } */
 /* { dg-skip-if "" { ! run_expensive_tests } { "*" } { "-O2" } } */
 /* { dg-skip-if "" { ! run_expensive_tests } { "-flto" } { "" } } */
 
index dbf9da7a6993580fb7d53893b92cd8a7f01ebe1d..64d97164d65014c614f8c7bcd9ee45f90a86bc06 100644 (file)
@@ -1,5 +1,6 @@
 /* { dg-do run } */
 /* { dg-options "-DEXPENSIVE" { target run_expensive_tests } } */
+/* { dg-options "-fno-common" { target hppa*-*-hpux* } } */
 /* { dg-skip-if "" { ! run_expensive_tests } { "*" } { "-O2" } } */
 /* { dg-skip-if "" { ! run_expensive_tests } { "-flto" } { "" } } */
 
index 42257cca5ad4b3e922d4869e7feac5d568fd1d0b..235bd7e4a8cf679b1d4b9ef2c7c7f95313c7bed9 100644 (file)
@@ -1,5 +1,6 @@
 /* { dg-do compile } */
 /* { dg-options "-O -fdump-tree-fre1-details" } */
+/* { dg-options "-O -fdump-tree-fre1-details -fno-common" { target hppa*-*-hpux* } } */
 
 typedef double d128 __attribute__((vector_size(16)));
 typedef float f128 __attribute__((vector_size(16)));
index daba77d9822e9e68ce6aece186627b573a852dc5..7f19e652929ca768bebeb3cc58c941287948e5be 100644 (file)
@@ -1,5 +1,6 @@
 /* { dg-do compile } */
 /* { dg-options "-O -fdump-tree-fre1-details" } */
+/* { dg-options "-O -fdump-tree-fre1-details -fno-common" { target hppa*-*-hpux* } } */
 
 #define vector __attribute__((vector_size(16) ))
 
index b0b54a228650dea4984e1adaca8291f4a592f0ca..e92be29351b14b33f06a224a1323a6d2c2856a1e 100644 (file)
@@ -1,5 +1,6 @@
 /* { dg-do compile } */
 /* { dg-options "-O -fdump-tree-fre1-details" } */
+/* { dg-options "-O -fdump-tree-fre1-details -fno-common" { target hppa*-*-hpux* } } */
 
 #define vector __attribute__((vector_size(16) ))
 
index e672dd1d9c41084ee44f5bdf85a6edaf1741e59c..f42986fdcb512e9bd5d09603493080d62c1201fc 100644 (file)
@@ -1,4 +1,5 @@
 /* { dg-do compile } */   
+/* { dg-options "-fno-common" { target hppa*-*-hpux* } } */
 
 /* Test if C_MAYBE_CONST are folded correctly when 
    creating VEC_COND_EXPR.  */