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/] [i386/] [pr43662.c] - Blame information for rev 338

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 318 jeremybenn
/* { dg-do compile } */
2
/* { dg-require-effective-target lp64 } */
3
/* { dg-options "-O2" } */
4
 
5
void __attribute__ ((ms_abi)) foo (void)
6
{
7
}
8
 
9
typedef struct _IAVIStreamImpl
10
{
11
  int sInfo;
12
  int has;
13
} IAVIStreamImpl;
14
 
15
extern int __attribute__ ((ms_abi)) aso (void *);
16
extern int sre (void *);
17
 
18
int AVIFILE_OpenCompressor (IAVIStreamImpl *This)
19
{
20
  if (This->has != 0)
21
    aso (&This->has);
22
  sre (&This->sInfo);
23
  return 0;
24
}

powered by: WebSVN 2.1.0

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