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

Subversion Repositories openrisc_me

[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.2.2/] [gcc/] [testsuite/] [gcc.c-torture/] [execute/] [20050607-1.c] - Diff between revs 149 and 154

Only display areas with differences | Details | Blame | View Log

Rev 149 Rev 154
/* PR middle-end/21850 */
/* PR middle-end/21850 */
 
 
extern void abort (void);
extern void abort (void);
 
 
typedef int V2SI __attribute__ ((vector_size (8)));
typedef int V2SI __attribute__ ((vector_size (8)));
 
 
int
int
main (void)
main (void)
{
{
#if (__INT_MAX__ == 2147483647) \
#if (__INT_MAX__ == 2147483647) \
    && (__LONG_LONG_MAX__ == 9223372036854775807LL)
    && (__LONG_LONG_MAX__ == 9223372036854775807LL)
  if (((int)(long long)(V2SI){ 2, 2 }) != 2)
  if (((int)(long long)(V2SI){ 2, 2 }) != 2)
    abort ();
    abort ();
#endif
#endif
  return 0;
  return 0;
}
}
 
 

powered by: WebSVN 2.1.0

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