repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
No empty .Rs/.Re
[netbsd-mini2440.git]
/
gnu
/
dist
/
gcc4
/
gcc
/
testsuite
/
gcc.target
/
i386
/
pr26826.c
blob
8b341a236b2fcb99bba21b3ee167d5c041f14d30
1
/* { dg-do compile { target i?86-*-* x86_64-*-* } } */
2
/* { dg-require-effective-target ilp32 } */
3
/* { dg-options "-O -fomit-frame-pointer -march=i586" } */
4
5
void
foo
(
char
*
p
,
char
c
,
int
i
)
6
{
7
char
a
[
2
], *
q
=
a
+
1
;
8
if
(
p
&&
i
)
9
*
p
=
q
-
a
+
bar
(
i
);
10
if
(
c
)
11
bar
(
i
);
12
}