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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [gcc.dg/] [pr15698-1.c] - Blame information for rev 823

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

Line No. Rev Author Line
1 149 jeremybenn
/* Test diagnostics for old-style definition not matching prior
2
   prototype are present and give correct location for that prototype
3
   (bug 15698).  Original test.  */
4
/* { dg-do compile } */
5
/* { dg-options "-std=gnu99" } */
6
 
7
int     foobar ();
8
 
9
int func (int blah)
10
{
11
  char *rindex();
12
}
13
 
14
int foobar ()
15
{
16
  return 0;
17
}
18
 
19
char *rindex(a, b)
20
     register char *a, b;
21
{ /* { dg-warning "warning: argument 'a' doesn't match built-in prototype" } */
22
  return 0;
23
}

powered by: WebSVN 2.1.0

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