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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [c-c++-common/] [fmax-errors.c] - Rev 724

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

/* PR c/44782 */
/* { dg-do compile } */
/* { dg-options "-fmax-errors=3" } */
 
void foo (unsigned int i, unsigned int j)
{
  (i) ();			/* { dg-error "" } */
  (j) ();			/* { dg-error "" } */
  (i+j) ();			/* { dg-error "" } */
  (i*j) ();			/* no error here due to -fmax-errors */
} /* { dg-prune-output "compilation terminated" } */
 

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.