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
[AArch64/arm] PR testsuite/85326 Avoid C++ tests when C++ compiler not present
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.target
/
i386
/
pr84335.c
blob
c8d2a712f1f5ee33c6738312cb4f20e4fa0ac8a7
1
/* PR target/84335 */
2
/* { dg-do compile } */
3
/* { dg-options "-O2 -maes -mno-sse2" } */
4
typedef
long long
V
__attribute__
((
__vector_size__
(
16
)));
5
6
V
7
foo
(
V
*
a
,
V
*
b
)
8
{
9
return
__builtin_ia32_aesenc128
(*
a
, *
b
);
/* { dg-error "needs isa option" } */
10
}