diff options
| author | sje <sje@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-06-29 16:15:40 +0000 |
|---|---|---|
| committer | sje <sje@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-06-29 16:15:40 +0000 |
| commit | e8dba39f5172c8a55f923b8f306cad3aa66c6f5c (patch) | |
| tree | acf332498a67ca72b4a5f229506c265ff7126025 | |
| parent | 419e7f58f04c5fe914c3ff27635f72a4e3902324 (diff) | |
| download | ppe42-gcc-e8dba39f5172c8a55f923b8f306cad3aa66c6f5c.tar.gz ppe42-gcc-e8dba39f5172c8a55f923b8f306cad3aa66c6f5c.zip | |
PR testsuite/21969
* gcc.dg/torture/pr21817.c: Use -fno-common for hppa*-*-* targets.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@101426 138bc75d-0d04-0410-961f-82ee72b054a4
| -rw-r--r-- | gcc/testsuite/ChangeLog | 5 | ||||
| -rw-r--r-- | gcc/testsuite/gcc.dg/torture/pr21817-1.c | 4 |
2 files changed, 9 insertions, 0 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index ecc5b67fb82..788ca8f66c4 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,5 +1,10 @@ 2005-06-29 Steve Ellcey <sje@cup.hp.com> + PR testsuite/21969 + * gcc.dg/torture/pr21817.c: Use -fno-common for hppa*-*-* targets. + +2005-06-29 Steve Ellcey <sje@cup.hp.com> + PR middle-end/21969 * gcc.dg/vect/pr21969.c: New test. diff --git a/gcc/testsuite/gcc.dg/torture/pr21817-1.c b/gcc/testsuite/gcc.dg/torture/pr21817-1.c index 524c798c990..d90d3239ce7 100644 --- a/gcc/testsuite/gcc.dg/torture/pr21817-1.c +++ b/gcc/testsuite/gcc.dg/torture/pr21817-1.c @@ -1,4 +1,8 @@ +/* hppa*-*-hpux* needs -fno-common so that value can be given a 16 + byte alignment. */ + /* { dg-do compile } */ +/* { dg-options "-fno-common" { target { hppa*-*-hpux* } } } */ typedef float v4sf __attribute__((vector_size(16))); v4sf value; |

