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-loop-distribution.c (INCLUDE_ALGORITHM): New header file.
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
pr71071.c
blob
582f1f15a4321643bb5d7f229ebb3f99bf02da66
1
/* PR bootstrap/71071 */
2
/* { dg-do compile } *
3
/* { dg-options "-O2" } */
4
5
struct
S
{
unsigned
b
:
1
; }
a
;
6
7
void
8
foo
()
9
{
10
if
(
a
.
b
)
11
;
12
}