URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [gcc.dg/] [Wredundant-decls-1.c] - Rev 816
Compare with Previous | Blame | View Log
/* PR 16684: no redundant declaration warnings should issue the first time a built-in function is declared. { dg-do compile } { dg-options "-Wredundant-decls" } */ void *malloc (__SIZE_TYPE__); /* { dg-bogus "redundant" } */ void *malloc (__SIZE_TYPE__); /* { dg-warning "redundant" } */