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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [g++.dg/] [debug/] [typedef1.C] - Diff between revs 154 and 816

Only display areas with differences | Details | Blame | View Log

Rev 154 Rev 816
// PR debug/6436
// PR debug/6436
// { dg-do compile }
// { dg-do compile }
typedef struct
typedef struct
{
{
  unsigned int a0, a1;
  unsigned int a0, a1;
} A __attribute__ ((aligned(8)));
} A __attribute__ ((aligned(8)));
typedef struct
typedef struct
{
{
  A a;
  A a;
} B;
} B;
struct C
struct C
{
{
  B *bp;
  B *bp;
};
};
 
 

powered by: WebSVN 2.1.0

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