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
gcc/
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
pr44024.c
blob
f5d72d55f544fc1c907707c861a250d27a663c4f
1
/* { dg-do link } */
2
/* { dg-options "-fdelete-null-pointer-checks -fdump-tree-original" } */
3
4
void
foo
();
5
6
int
main
()
7
{
8
if
(
foo
== (
void
*)
0
)
9
link_error
();
10
return
0
;
11
}
12
13
/* { dg-final { scan-tree-dump-not "foo" "original" { target { ! avr*-*-* } } } } */
14
/* { dg-final { cleanup-tree-dump "original" } } */