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
* tree-loop-distribution.c (struct partition): New field recording
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
pr35318.c
blob
97a1c8761fb1b63d21319e9d6b6686fbb23ee460
1
/* { dg-skip-if "" { pdp11-*-* } } */
2
/* PR target/35318 */
3
4
void
5
foo
()
6
{
7
double
x
=
4
,
y
;
8
__asm__
volatile
(
""
:
"=r,r"
(
x
),
"=r,r"
(
y
) :
"%0,0"
(
x
),
"m,r"
(
8
));
9
}