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
i386: Utilize VCOMSBF16 for BF16 Comparisons with AVX10.2
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
warn
/
undefined1.C
blob
87fa3ec5a62966aeb5d40e135979168b6d3fe604
1
// PR 17256
2
3
inline static void f1(void); // { dg-warning "used but never" }
4
void g1(void) { if (0) { f1(); } }
5
6
inline void f2(void); // { dg-warning "used but never" }
7
void g2(void) { if (0) { f2(); } }