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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.c-torture/] [execute/] [bf-sign-1.c] - Blame information for rev 688

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 688 jeremybenn
main ()
2
{
3
  struct  {
4
    signed int s:3;
5
    unsigned int u:3;
6
    int i:3;
7
  } x = {-1, -1, -1};
8
 
9
  if (x.u != 7)
10
    abort ();
11
  if (x.s != - 1)
12
    abort ();
13
 
14
  if (x.i != -1 && x.i != 7)
15
    abort ();
16
 
17
  exit (0);
18
}

powered by: WebSVN 2.1.0

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