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
Adjust 'libgomp.c/max_vf-*.c'
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.c-torture
/
execute
/
pr49123.c
blob
2f1f7935d3cb985575a39b2ccc96516b85230155
1
/* PR lto/49123 */
2
3
extern
void
abort
(
void
);
4
static struct
S
{
int
f
:
1
; }
s
;
5
static int
v
= -
1
;
6
7
int
8
main
()
9
{
10
s
.
f
=
v
<
0
;
11
if
((
unsigned int
)
s
.
f
!= -
1U
)
12
abort
();
13
return
0
;
14
}