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
Be careful about comdat boundary in ICF (PR ipa/82352).
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
ubsan
/
pr80349.C
blob
f705b92caff2b0801a2babe5a741b2c62b89e085
1
// PR sanitizer/80349
2
// { dg-do compile }
3
// { dg-options "-fsanitize=undefined" }
4
5
extern const long long int v;
6
7
void
8
foo ()
9
{
10
(int)((v & 50 | 051UL) << 0) << 0;
11
}