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

Subversion Repositories openrisc_me

[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.dg/] [cpp/] [19990407-1.c] - Rev 298

Compare with Previous | Blame | View Log

/* Regression test for a cpplib macro-expansion bug where
   `@' becomes `@@' when stringified.  */
 
/* { dg-do run } */
 
#include <string.h>
#include <stdlib.h>
 
#define STR(x) #x
 
char *a = STR(@foo), *b = "@foo";
 
int
main(void)
{
  if (strcmp (a, b))
    abort ();
  return 0;
}
 

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.