URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.dg/] [vect/] [pr27151.c] - Rev 399
Go to most recent revision | Compare with Previous | Blame | View Log
/* { dg-do compile } */ /* We were creating a float vector for the vis_type == 1 test, which we ICEd on. Now we simply punt here. */ float vs_data[75]; void vis_clear_data () { int vis_type, i; for (i = 0; i < 75; i++) { vs_data[i] = (vis_type == 1); } } /* { dg-final { cleanup-tree-dump "vect" } } */
Go to most recent revision | Compare with Previous | Blame | View Log