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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.dg/] [pr36774-2.c] - Blame information for rev 749

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

Line No. Rev Author Line
1 689 jeremybenn
/* Nested functions shouldn't produce warnings if defined before first use.
2
   Bug 36774. Test with -Wmissing-declarations. */
3
/* { dg-do compile } */
4
/* { dg-options "-Wmissing-declarations" } */
5
 
6
int foo(int a) { /* { dg-warning "no previous declaration" } */
7
    int bar(int b) { return b; } /* { dg-bogus "no previous declaration" } */
8
    return bar(a);
9
}

powered by: WebSVN 2.1.0

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