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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [gcc.dg/] [dll-5.c] - Rev 823

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

/* { dg-do compile { target i?86-pc-cygwin } } */
/* { dg-do compile { target i?86-pc-mingw* } } */
/* { dg-do compile { target arm*-*-pe* } } */
 
/* { dg-options -mnop-fun-dllimport } */
 
/* The dllimport attribute should be ignored for functions. */
__declspec (dllimport) void dllimpfn ();
 
/* The dllimport attribute should not be ignored for variables. */
__declspec (dllimport) int dllimpvar;
 
/* The dllexport attribute should not be ignored. */
__declspec (dllexport) void dllexp ()
{
  dllimpfn ();
  dllimpvar = 0;
}
 
/* { dg-final { scan-assembler-not "(__imp_dllimpfn|_imp__dllimpfn)" } } */
/* { dg-final { scan-assembler "(__imp_dllimpvar|_imp__dllimpvar)" } } */
/* { dg-final { scan-assembler "\.section\[ \t\]*.drectve\n\.*-export:dllexp" } } */
 

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.