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
Add __builtion_unreachable to vector::size(), vector::capacity()
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
pr103062.c
blob
cbc371b4cd547e0be411677731df40011909c558
1
// { dg-do compile }
2
// { dg-options "-O2 -fno-tree-forwprop" }
3
4
void
*
a
, *
b
, *
c
;
5
void
foo
(
void
) {
6
c
= (
void
*)((
__INTPTR_TYPE__
)
a
& (
__INTPTR_TYPE__
)
b
);
7
}