URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.c-torture/] [execute/] [20050607-1.c] - Rev 711
Go to most recent revision | Compare with Previous | Blame | View Log
/* PR middle-end/21850 */ extern void abort (void); typedef int V2SI __attribute__ ((vector_size (8))); int main (void) { #if (__INT_MAX__ == 2147483647) \ && (__LONG_LONG_MAX__ == 9223372036854775807LL) if (((int)(long long)(V2SI){ 2, 2 }) != 2) abort (); #endif return 0; }
Go to most recent revision | Compare with Previous | Blame | View Log