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
Fix broken MinGW build of gcc.c
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
nested-func-7.c
blob
44c0945e1a43402c19213503451d730d688901ff
1
/* { dg-do compile } */
2
/* { dg-options "-fdump-tree-optimized" } */
3
4
void
foo
(
void
)
5
{
6
int
a
;
7
8
void
bar
(
void
)
9
{
10
a
=
1
;
11
}
12
}
13
14
/* { dg-final { scan-tree-dump-not "bar" "optimized" } } */