OpenCores
URL https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk

Subversion Repositories openrisc_2011-10-31

[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.dg/] [redecl-5.c] - Rev 298

Compare with Previous | Blame | View Log

/* Test for multiple declarations and composite types.  Diagnosis of
   incompatible implicit declaration.  */
/* Origin: Joseph Myers <jsm@polyomino.org.uk> */
/* { dg-do compile } */
/* { dg-options "-std=c89" } */
 
void
f (void)
{
  long z(); /* { dg-message "note: previous implicit declaration" } */
}
 
void
g (void)
{
  z(); /* { dg-error "incompatible" } */
  labs(1); /* { dg-warning "incompatible" } */
  printf("x"); /* { dg-warning "incompatible" } */
}
 

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.