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
2017-12-05 Richard Biener <rguenther@suse.de>
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
pr63770.c
blob
973df3405743d838d19bd96b050e74de82a2a0ea
1
/* { dg-do compile } */
2
3
char
a
;
4
5
struct
S
6
{
7
int
f0
:
9
;
8
};
9
10
volatile
struct
S b
;
11
12
int
13
fn1
()
14
{
15
return
(
1
&
b
.
f0
) <
a
;
16
}