re PR middle-end/21969 (ICE on float __attribute__((vector_size(2048))))

PR middle-end/21969
	* gcc.dg/vect/pr21969.c: New test.

From-SVN: r101424
This commit is contained in:
Steve Ellcey 2005-06-29 15:38:34 +00:00 committed by Steve Ellcey
parent a4e8ea7f41
commit e972ccce2c
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 middle-end/21969
* gcc.dg/vect/pr21969.c: New test.
2005-06-28 Eric Christopher <echristo@redhat.com>
PR c/22052

View File

@ -0,0 +1,4 @@
/* { dg-do compile } */
/* { dg-require-effective-target vect_float } */
typedef float vsf __attribute__((vector_size(2048)));