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
* tree-ssa-loop-manip.c (split_loop_exit_edge): Return the new block.
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
empty2.c
blob
54b98f6f0b3be7da1bff9ac4b97e91d5c8ef82c0
1
/* { dg-do compile } */
2
3
double
d
=
0
;
4
5
struct
A
{}
a
;
/* { dg-warning "(has no members)" } */
6
7
void
foo
(
struct
A x
)
8
{
9
d
=
0
;
10
}
11
12
void
bar
()
13
{
14
if
(
d
)
foo
(
a
);
15
}