URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [obj-c++.dg/] [warn6.mm] - Rev 820
Go to most recent revision | Compare with Previous | Blame | View Log
// PR c++/17212
// { dg-options "-Wformat -Wno-format-zero-length" }
void f()
{
__builtin_printf("");
}
Go to most recent revision | Compare with Previous | Blame | View Log