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
Deprecate the ARM simulator
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.target
/
powerpc
/
dg-future-0.c
blob
cc068cff36a915a40492626ce524ffb6d98a5ab2
1
/* { dg-options "-mdejagnu-cpu=power10" } */
2
3
/* This tests that power10_ok works. */
4
5
extern
void
abort
(
void
);
6
7
int
futurity
(
void
) {
8
long int
e
= -
1
;
9
asm
(
"pli %0,%1"
:
"+r"
(
e
) :
"n"
(
0x12345
));
10
return
(
e
==
0x12345
);
11
}
12
13
/* { dg-final { scan-assembler {\mpli\M} } } */