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
libcpp, c, middle-end: Optimize initializers using #embed in C
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
auto-init-uninit-6.c
blob
7c10dfc5895b353644eb509168f95a513e37611b
1
/* Spurious uninitialized variable warnings.
2
This one inspired by java/class.c:build_utf8_ref. */
3
4
/* { dg-do compile } */
5
/* { dg-options "-O -Wuninitialized -ftrivial-auto-var-init=zero" } */
6
7
#include
"uninit-6.c"