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
IVOPT performance tuning patch. The main problem is a variant of maximal weight
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
pr44024.c
blob
38f41532f95d64d262b1ba3aa3fbd2a2eeb4fea6
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" } } */
14
/* { dg-final { cleanup-tree-dump "original" } } */