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:
parent
a4e8ea7f41
commit
e972ccce2c
@ -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
|
||||
|
4
gcc/testsuite/gcc.dg/vect/pr21969.c
Normal file
4
gcc/testsuite/gcc.dg/vect/pr21969.c
Normal file
@ -0,0 +1,4 @@
|
||||
/* { dg-do compile } */
|
||||
/* { dg-require-effective-target vect_float } */
|
||||
|
||||
typedef float vsf __attribute__((vector_size(2048)));
|
Loading…
Reference in New Issue
Block a user