URL
https://opencores.org/ocsvn/scarts/scarts/trunk
Subversion Repositories scarts
[/] [scarts/] [trunk/] [toolchain/] [scarts-gcc/] [gcc-4.1.1/] [gcc/] [testsuite/] [gcc.dg/] [Wredundant-decls-1.c] - Rev 12
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" } */