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
/
pr87347.c
blob
2077964e9d3883939949ca73d1e2e88f0fba0338
1
/* { dg-do compile } */
2
/* { dg-options "-Wabsolute-value" } */
3
4
int
a
;
5
int
abs
();
6
void
b
() {
abs
(
a
); }