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
2018-06-05 Richard Biener <rguenther@suse.de>
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
pr80468.c
blob
5c312a6289d0d04ce26ce488a6e1776f67fa2429
1
/* PR c/80468 */
2
/* { dg-do compile { target { ! int128 } } } */
3
/* { dg-options "" } */
4
5
void
6
foo
(
void
)
7
{
8
__attribute__
((
__vector_size__
(
4
*
sizeof
(
unsigned
))))
__int128 b
;
/* { dg-error "is not supported on this target" } */
9
0
!=
b
;
10
}