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] - Rev 823

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

/* PR c/28712 */
/* { dg-do compile } */
/* { dg-options "--combine" } */
/* { dg-additional-sources "pr28712.c pr28712.c" } */
 
struct A;
 
extern struct A *a;
 
struct A { } __attribute__((packed));
 
struct B __attribute__((aligned (sizeof (int))));
 
extern struct B *b;
 
struct B { int i; } __attribute__((packed));
 

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

powered by: WebSVN 2.1.0

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