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
Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git]
/
old-autovect-branch
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
941111-1.c
blob
3f0c28bef12f9c8e51ebb7154d3f7a9b74966a02
1
main
()
2
{
3
struct
S
{
int
i
;
char
c
; }
obj1
,
obj2
;
4
5
foo
();
6
if
(
obj1
.
c
!=
obj2
.
c
)
7
bar
();
8
}