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
Skip analyzer strndup test on hppa*-*-hpux*
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
pr94002.c
blob
05a02f3f15bf6315e9ed380e23b617a25f1eb3b1
1
/* PR rtl-optimization/94002 */
2
/* { dg-do compile } */
3
/* { dg-options "-O1 -fno-tree-dce -fno-tree-reassoc" } */
4
/* { dg-additional-options "-fPIC" { target fpic } } */
5
6
unsigned
a
,
b
;
7
8
void
9
foo
(
void
)
10
{
11
__builtin_sub_overflow
(
b
,
44852956282LL
, &
a
);
12
a
+= ~
b
;
13
}