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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.dg/] [Werror-implicit-function-declaration.c] - Blame information for rev 689

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 689 jeremybenn
/* Test the legacy option -Werror-implicit-function-declaration */
2
/* { dg-do compile } */
3
/* { dg-options "-std=c89 -Werror-implicit-function-declaration" } */
4
/* { dg-message "some warnings being treated as errors" "" {target "*-*-*"} 0 } */
5
void f(void)
6
{
7
  puts("Hello"); /* { dg-error "implicit declaration of function" } */
8
}

powered by: WebSVN 2.1.0

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