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
PR c/79413
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
pr79413.c
blob
602a974c9bea9e7a64325ec8f4e0ab0f0ed072f3
1
/* PR c/79413 */
2
3
void
4
foo
()
5
{
6
int
a
[
1
/
0
];
7
}
8
9
void
10
bar
(
void
)
11
{
12
foo
();
13
}