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

Subversion Repositories openrisc_2011-10-31

[/] [openrisc/] [tags/] [gnu-src/] [gcc-4.5.1/] [gcc-4.5.1-or32-1.0rc2/] [gcc/] [testsuite/] [gcc.dg/] [pr15698-2.c] - Diff between revs 298 and 384

Go to most recent revision | Only display areas with differences | Details | Blame | View Log

Rev 298 Rev 384
/* Test diagnostics for old-style definition not matching prior
/* Test diagnostics for old-style definition not matching prior
   prototype are present and give correct location for that prototype
   prototype are present and give correct location for that prototype
   (bug 15698).  Prototype at inner scope.  */
   (bug 15698).  Prototype at inner scope.  */
/* Origin: Joseph Myers <joseph@codesourcery.com> */
/* Origin: Joseph Myers <joseph@codesourcery.com> */
/* { dg-do compile } */
/* { dg-do compile } */
/* { dg-options "-std=gnu99" } */
/* { dg-options "-std=gnu99" } */
 
 
void f() { void g(void); } /* { dg-error "prototype declaration" } */
void f() { void g(void); } /* { dg-error "prototype declaration" } */
void g(a) int a; {} /* { dg-error "number of arguments doesn't match prototype" } */
void g(a) int a; {} /* { dg-error "number of arguments doesn't match prototype" } */
 
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.