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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [gcc.dg/] [pr28712.c] - Blame information for rev 816

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 149 jeremybenn
/* PR c/28712 */
2
/* { dg-do compile } */
3
/* { dg-options "--combine" } */
4
/* { dg-additional-sources "pr28712.c pr28712.c" } */
5
 
6
struct A;
7
 
8
extern struct A *a;
9
 
10
struct A { } __attribute__((packed));
11
 
12
struct B __attribute__((aligned (sizeof (int))));
13
 
14
extern struct B *b;
15
 
16
struct B { int i; } __attribute__((packed));

powered by: WebSVN 2.1.0

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