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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [gcc.c-torture/] [unsorted/] [86.c] - Blame information for rev 823

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 149 jeremybenn
m32 (a)
2
     int *a;
3
{
4
  a[1] = a[0];
5
}
6
 
7
m16 (a)
8
     short *a;
9
{
10
  a[1] = a[0];
11
}
12
 
13
 
14
m8 (a)
15
     char *a;
16
{
17
  a[1] = a[0];
18
}
19
 

powered by: WebSVN 2.1.0

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