repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Introduce class rtx_reader
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
ext
/
attrib40.C
blob
9c3f761596db6e5d837202d97934105fdb0b72e0
1
// PR c++/46803
2
3
int strftime(char *, int, const char *, const struct tm *)
4
__attribute__ ((__bounded__(__string__,1,2))); // { dg-warning "ignored" }