repo.or.cz
/
gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fortran: Fix PR 47485.
[gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
ubsan
/
pr80349-2.C
blob
ca5ea4a0dbe2cad0c08ace38aa46d8201b5a6e81
1
// PR sanitizer/80349
2
// { dg-do compile }
3
// { dg-options "-fsanitize=undefined" }
4
5
unsigned long int ll;
6
7
int
8
foo ()
9
{
10
return (2036854775807 >> ll & char(207648476159223) | 502810590243120797UL) << 0;
11
}