re PR middle-end/21969 (ICE on float __attribute__((vector_size(2048))))
PR testsuite/21969 * gcc.dg/torture/pr21817.c: Use -fno-common for hppa*-*-* targets. From-SVN: r101426
This commit is contained in:
parent
972fcc764a
commit
8972a0acae
2 changed files with 9 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
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
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue