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
* gcc.dg/torture/stackalign/builtin-apply-2.c: Fix skip-if syntax.
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
graphite
/
pr37883.c
blob
9b386561c335b7d4b525411bbe85a20e50b9d013
1
/* { dg-options "-O3" } */
2
3
void
test_sort
()
4
{
5
char
*
base
;
6
register
char
c
, *
i
, *
hi
;
7
8
for
(
i
=
base
;
i
<
hi
;
i
++)
9
*
i
++ =
c
;
10
}
11