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
* gcc.target/i386/mpx/hard-reg-1-nov.c (mpx_test): Use "esp"
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.c-torture
/
execute
/
pr61306-3.c
blob
6086e278627cc8158ef14131613f4a8c19ecfbfd
1
short
a
= -
1
;
2
int
b
;
3
char
c
;
4
5
int
6
main
()
7
{
8
c
=
a
;
9
b
=
a
|
c
;
10
if
(
b
!= -
1
)
11
__builtin_abort
();
12
return
0
;
13
}