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
2018-11-28 Richard Biener <rguenther@suse.de>
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
pr81695.c
blob
c3452580f1c044f37130031ef961b3323ac93dc5
1
/* PR middle-end/81695 */
2
/* { dg-do compile } */
3
/* { dg-options "" } */
4
5
int
z
[] = { };
6
7
int
8
main
(
void
)
9
{
10
__builtin_printf
(
"%d
\n
"
, *(
z
+
1
));
11
}