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 /gcc/testsuite/gcc.dg/torture/pr21817-1.c | |
parent | 419e7f58f04c5fe914c3ff27635f72a4e3902324 (diff) | |
download | gcc-e8dba39f5172c8a55f923b8f306cad3aa66c6f5c.tar.gz |
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
Diffstat (limited to 'gcc/testsuite/gcc.dg/torture/pr21817-1.c')
-rw-r--r-- | gcc/testsuite/gcc.dg/torture/pr21817-1.c | 4 |
1 files changed, 4 insertions, 0 deletions
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; |