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/] [20041201-1.c] - Blame information for rev 338

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 297 jeremybenn
/* PR rtl-opt/15289 */
2
 
3
typedef struct { _Complex char a; _Complex char b; } Scc2;
4
 
5
Scc2 s = { 1+2i, 3+4i };
6
 
7
int checkScc2 (Scc2 s)
8
{
9
  return s.a != 1+2i || s.b != 3+4i;
10
}
11
 
12
int main (void)
13
{
14
  return checkScc2 (s);
15
}

powered by: WebSVN 2.1.0

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