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
/
pass.c
blob
4e028393feb6b0c28e11d674362c58c519052d79
1
/* { dg-require-effective-target untyped_assembly } */
2
int
3
foo
(
a
,
b
,
c
)
4
{
5
return
a
+
b
+
c
;
6
}
7
8
int
9
bar
()
10
{
11
int
q
,
w
,
e
,
r
,
t
,
y
;
12
13
return
foo
((
int
) &
q
,
q
,
w
,
e
,
q
, (
int
) &
w
);
14
}