vector-5.c: Add -fno-common option on hppa*-*-hpux*.
* gcc.dg/tree-ssa/vector-5.c: Add -fno-common option on hppa*-*-hpux*. From-SVN: r233027
This commit is contained in:
parent
47ba7fb432
commit
6ff3f09a1d
2 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2016-01-31 John David Anglin <danglin@gcc.gnu.org>
|
||||
|
||||
* gcc.dg/tree-ssa/vector-5.c: Add -fno-common option on hppa*-*-hpux*.
|
||||
|
||||
2016-01-31 Paul Thomas <pault@gcc.gnu.org>
|
||||
|
||||
PR fortran/67564
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
/* { dg-do compile } */
|
||||
/* { dg-options "-O -fdump-tree-optimized" } */
|
||||
/* { dg-additional-options "-fno-common" { target hppa*-*-hpux* } } */
|
||||
|
||||
typedef int v4si __attribute__((vector_size(4*sizeof (int))));
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue