URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [g++.dg/] [ext/] [attrib40.C] - Rev 801
Go to most recent revision | Compare with Previous | Blame | View Log
// PR c++/46803
int strftime(char *, int, const char *, const struct tm *)
__attribute__ ((__bounded__(__string__,1,2))); // { dg-warning "ignored" }
Go to most recent revision | Compare with Previous | Blame | View Log