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
/
pr100239.c
blob
1ade810c52b0550a2c3ca2c5ef9b694912eb561e
1
/* PR tree-optimization/100239 */
2
/* { dg-do compile } */
3
/* { dg-options "-O0" } */
4
5
typedef
short
__attribute__
((
__vector_size__
(
8
*
sizeof
(
short
))))
V
;
6
V v
,
w
;
7
8
void
9
foo
(
void
)
10
{
11
w
=
__builtin_shuffle
(
v
!=
v
,
0
< (
V
) {}, (
V
) {
192
} >>
5
);
12
}