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
2015-09-24 Vladimir Makarov <vmakarov@redhat.com>
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
pr56355-1.c
blob
08b9c2e7109b3039682f5b90942b7318b753b5bc
1
/* { dg-do compile } */
2
/* { dg-options "-O2 -Wstrict-overflow=4" } */
3
4
int
5
f
(
int
i
)
6
{
7
return
__builtin_abs
(
i
*
i
);
/* { dg-warning "assuming signed overflow" } */
8
}