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
testsuite: Skip analyzer tests on AIX.
[official-gcc.git]
/
gcc
/
testsuite
/
c-c++-common
/
pr86093.c
blob
06afbd60dba2fb7d316c28761fa94b6fbb1ba4eb
1
/* PR c/86093 */
2
/* { dg-do compile } */
3
/* { dg-options "-O2 -fdump-tree-optimized" } */
4
/* { dg-final { scan-tree-dump-not "return 0;" "optimized" } } */
5
6
char
*
volatile
p
;
7
8
__PTRDIFF_TYPE__
9
foo
(
void
)
10
{
11
return
p
-
p
;
12
}