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-06-05 Richard Biener <rguenther@suse.de>
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
pr63835.c
blob
435966b19074a7511f18581a86f442dabe92cdb1
1
/* { dg-do compile } */
2
/* { dg-options "-Os" } */
3
4
int
a
;
5
6
int
7
fn1
(
int
p
)
8
{
9
return
-
p
;
10
}
11
12
void
13
fn2
()
14
{
15
fn1
(-(
unsigned int
)
a
);
16
}