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
2018-04-09 Richard Biener <rguenther@suse.de>
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
pr83530.c
blob
f4d8927de92b9bfe177080ae003d61a0a8dfd57c
1
/* { dg-do compile { target powerpc*-*-* ia64-*-* i?86-*-* x86_64-*-* } } */
2
/* { dg-options "-O2 -fmodulo-sched -fselective-scheduling2" } */
3
int
vm
,
z0
;
4
short int
mz
;
5
6
int
7
ny
(
void
)
8
{
9
int
ch
;
10
11
for
(
ch
=
0
;
ch
<
6
; ++
ch
)
12
vm
+=
ch
/
vm
;
13
14
return
z0
+
mz
;
15
}