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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.dg/] [cpp/] [20000209-1.c] - Rev 689

Compare with Previous | Blame | View Log

/* { dg-do preprocess } */
 
/* Tests for line numbering around function-like macro calls.
   Bug found by Mark Mitchell.  */
 
#define f(x) x
#define g f
 
f (3);
#error here	/* { dg-error "here" "case 0" } */
 
f
  (3);
#error here	/* { dg-error "here" "case 1" } */
 
(f
  )(3);
#error here	/* { dg-error "here" "case 2" } */
 
g
  (3);
#error here	/* { dg-error "here" "case 3" } */
 
(g
  )(3);
#error here	/* { dg-error "here" "case 4" } */
 
f /* some
     text */  (3);
#error here	/* { dg-error "here" "case 5" } */
 
(g /* some
      text */ )(3);
#error here	/* { dg-error "here" "case 6" } */
 

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.