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:
Steve Ellcey 2005-06-29 16:15:40 +00:00 committed by Steve Ellcey
parent 972fcc764a
commit 8972a0acae
2 changed files with 9 additions and 0 deletions

View file

@ -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

View file

@ -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;