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

Subversion Repositories openrisc

[/] [openrisc/] [tags/] [gnu-src/] [gcc-4.5.1/] [gcc-4.5.1-or32-1.0rc1/] [gcc/] [testsuite/] [gcc.target/] [powerpc/] [darwin-abi-10.c] - Diff between revs 322 and 338

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

Rev 322 Rev 338
/* { dg-do compile { target powerpc*-*-darwin* } } */
/* { dg-do compile { target powerpc*-*-darwin* } } */
/* { dg-require-effective-target ilp32 } */
/* { dg-require-effective-target ilp32 } */
/* { dg-options "-Wno-long-long" } */
/* { dg-options "-Wno-long-long" } */
 
 
struct b
struct b
{
{
  long long t;
  long long t;
  int i;
  int i;
};
};
 
 
struct c
struct c
{
{
  double d;
  double d;
  int i;
  int i;
};
};
 
 
struct n
struct n
{
{
  long long ll;
  long long ll;
  int tt;
  int tt;
  struct c d;
  struct c d;
  struct b h;
  struct b h;
  int t;
  int t;
};
};
int f[sizeof(struct n)!=48?-1:1];
int f[sizeof(struct n)!=48?-1:1];
 
 

powered by: WebSVN 2.1.0

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