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
* config/i386/avx512fintrin.h (_mm512_set_epi16, _mm512_set_epi8,
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.target
/
aarch64
/
mgeneral-regs_3.c
blob
f6b5fbae70b95d721e8007fe4dd4180587ff187f
1
/* { dg-options "-mgeneral-regs-only -O2" } */
2
3
extern
void
abort
(
void
);
4
5
int
6
test
(
int
i
, ...)
7
{
8
float
f
= (
float
)
i
;
/* { dg-error "'-mgeneral-regs-only' is incompatible with floating-point code" } */
9
if
(
f
!=
f
)
abort
();
10
return
2
;
11
}