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
Handle T_HRESULT types in CodeView records
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.target
/
powerpc
/
pr98092.c
blob
03eab5a24ef7a2a9724f704b9bc02afb44122848
1
/* { dg-options "-mdejagnu-cpu=power9 -ffinite-math-only" } */
2
3
int
4
h9
(
__attribute__
((
altivec
(
vector__
)))
char
un
)
5
{
6
return
(
__builtin_vec_bcdinvalid
(
un
));
7
}