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
/
pr71297.c
blob
0bbc086bb3f8ca110f09e6b39664e7c7460eb968
1
/* PR target/71763 */
2
/* { dg-do compile } */
3
/* { dg-require-effective-target powerpc_altivec } */
4
5
int
main
()
6
{
7
__builtin_vec_st
();
/* { dg-error "too few arguments to function" } */
8
9
}
10