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
Daily bump.
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
pr69885.c
blob
e3a218b8153e9317e283cc196385afcbb10a86c5
1
/* PR target/69885 */
2
/* { dg-do compile } */
3
/* { dg-options "-O2" } */
4
/* { dg-additional-options "-m68000" { target m68k*-*-* } } */
5
6
void
bar
(
void
);
7
8
void
9
foo
(
long long
x
)
10
{
11
if
(
x
>>
1
)
12
bar
();
13
}