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
PR target/80969 - Fix ICE with -mabi=ms -mavx512f, reduce wasted space when realignin...
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.target
/
i386
/
avx512f-dummy.c
blob
0ef000389feec6e8046e2de03fdec98e129d906b
1
/* { dg-do run } */
2
/* { dg-options "-mavx512f -O2" } */
3
/* { dg-require-effective-target avx512f } */
4
5
#include
"avx512f-check.h"
6
7
void static
8
avx512f_test
(
void
)
9
{
10
union512i_q u
;
11
long long
e
[
8
];
12
volatile
int
tst
__attribute__
((
unused
)) =
check_union512i_q
(
u
,
e
);
13
}