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.dg/] [pragma-darwin-2.c] - Rev 338

Compare with Previous | Blame | View Log

/* Darwin (Mac OS X) pragma exercises.  */
 
/* { dg-do compile { target *-*-darwin* } } */
 
/* The mark pragma is valid at any point in the program.  Fortunately
   the compiler only needs to ignore it.  It's also followed only
   by pp-tokens, not necessarily real C tokens.  */
 
void foo(void) 
{
  if (1) {
    ;
  }
  else if (1) {
    ;
  }
#pragma mark "last case" "hi"
  else if (1) {
    ;
  }
}
 
#pragma mark 802.11x 1_2_3
#pragma mark •••• marker ••••
 

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.