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
2015-09-24 Vladimir Makarov <vmakarov@redhat.com>
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
Waddress.c
blob
146b1a932df21122a81d8bdc1cfa11eadb46f99a
1
/* PR c/36299 */
2
/* { dg-do compile } */
3
/* { dg-options "-Waddress" } */
4
5
int
6
foo
(
void
)
7
{
8
char
a
[
1
];
9
return
a
==
0
;
10
}