repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Daily bump.
[official-gcc.git]
/
gcc
/
testsuite
/
obj-c++.dg
/
warn6.mm
blob
a74f8025d0eac2b4b4417fc079dfae85d89326e1
1
// PR c++/17212
2
// { dg-options "-Wformat -Wno-format-zero-length" }
3
4
void f()
5
{
6
__builtin_printf("");
7
}