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
/
pr104239-2.c
blob
8bdd7634cc562c30d5ae1b44533ab7f2072a6fc2
1
/* PR target/104239 */
2
/* { dg-do compile } */
3
/* { dg-options "-O2 -mdejagnu-cpu=power8 -mvsx -DNO_WARN_X86_INTRINSICS" } */
4
/* { dg-require-effective-target powerpc_vsx } */
5
6
#if __has_include(<x86gprintrin.h>)
7
#include <x86gprintrin.h>
8
#endif
9
10
int
i
;