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
PR middle-end/27945
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
pr32069.c
blob
2ec37c675eddff2f15ba6bdb3156a638adbccb8f
1
/* { dg-do-compile } */
2
/* { dg-options "-O0 -fsplit-wide-types" } */
3
4
long long int
segfault
(
long long int
a
,
long long int
b
)
5
{
6
return
a
^
b
;
7
}