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
Daily bump.
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
941111-1.c
blob
22ed2c4d091a612a9b5622046da248475a6075d7
1
/* { dg-additional-options "-std=gnu89" } */
2
3
main
()
4
{
5
struct
S
{
int
i
;
char
c
; }
obj1
,
obj2
;
6
7
foo
();
8
if
(
obj1
.
c
!=
obj2
.
c
)
9
bar
();
10
}