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
Daily bump.
[official-gcc.git]
/
gcc
/
testsuite
/
c-c++-common
/
pr84293.c
blob
dfcc8598927c8412f79ec587094e94eb8fa95030
1
/* PR c/84293 unexpected warning from system header. */
2
#include
"./pr84293.h"
3
struct
typeobject thing
;
4
5
#pragma GCC diagnostic warning
"-Wstrict-aliasing"
6
void
__attribute__
((
optimize
(
2
)))
init
()
7
{
8
INCREF_TDEF
(&
thing
);
9
INCREF_STAG
(&
thing
);
10
}