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
* g++.dg/other/i386-2.C (dg-options): Add -mavx512pf.
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.target
/
i386
/
pr58944.c
blob
9a92e9b6cec2cb5ca5d68926a7f95e5daab70f57
1
/* { dg-do compile } */
2
/* { dg-options "-Wunused-macros" } */
3
4
#pragma GCC push_options
5
#pragma GCC target(
"xsaveopt"
)
6
void
fn1
(
void
) {}
7
#pragma GCC pop_options