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
S/390: Deprecate g5 and g6 CPU levels
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
warn
/
Wunused-12.C
blob
51d234331532b620e6da011c7e8f37c96182563a
1
// PR c++/24302
2
// { dg-options "-Wunused" }
3
4
static union
5
{
6
unsigned char FLT4ARR[4];
7
float FLT4;
8
}; // { dg-warning "used" }