OpenCores
URL https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk

Subversion Repositories openrisc_2011-10-31

[/] [openrisc/] [tags/] [gnu-src/] [gcc-4.5.1/] [gcc-4.5.1-or32-1.0rc2/] [gcc/] [testsuite/] [gcc.c-torture/] [compile/] [990617-1.c] - Blame information for rev 384

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 297 jeremybenn
/* 0x70000000 is too large a constant to become a pointer on
2
   xstormy16. */
3
/* { dg-do assemble } */
4
/* { dg-xfail-if "" { xstormy16-*-* } { "*" } { "" } } */
5
 
6
int main()
7
{
8
    do {
9
        long l;
10
        long *p = &l;
11
 
12
        *p = 0x0000000070000000L;
13
        p += 2;
14
        {
15
            unsigned int *addr = (unsigned int *)0x70000000;
16
            printf("%d, %d\n", addr[1], addr[0]);
17
        }
18
 
19
    } while (1);
20
}
21
 

powered by: WebSVN 2.1.0

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