OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [tags/] [gnu-src/] [gcc-4.5.1/] [gcc-4.5.1-or32-1.0rc1/] [gcc/] [testsuite/] [gcc.c-torture/] [execute/] [20050607-1.c] - Blame information for rev 338

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 297 jeremybenn
/* PR middle-end/21850 */
2
 
3
extern void abort (void);
4
 
5
typedef int V2SI __attribute__ ((vector_size (8)));
6
 
7
int
8
main (void)
9
{
10
#if (__INT_MAX__ == 2147483647) \
11
    && (__LONG_LONG_MAX__ == 9223372036854775807LL)
12
  if (((int)(long long)(V2SI){ 2, 2 }) != 2)
13
    abort ();
14
#endif
15
  return 0;
16
}

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.