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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.target/] [i386/] [pr24178.c] - Blame information for rev 724

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

Line No. Rev Author Line
1 691 jeremybenn
/* { dg-do compile } */
2
/* { dg-options "-O -fdump-rtl-expand" } */
3
 
4
struct S {
5
    int l;
6
    unsigned char c;
7
};
8
unsigned long f(unsigned char *p10) {
9
    struct S *p = (struct S *) (p10 + 10);
10
    return p->c;
11
}
12
 
13
/* The p->c memory access should have alignment of 4 bytes.  */
14
 
15
/* { dg-final { scan-rtl-dump "MEM\[^\\n\]*A32" "expand" } } */
16
/* { dg-final { cleanup-rtl-dump "expand" } } */

powered by: WebSVN 2.1.0

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