projects
/
platform
/
upstream
/
gcc48.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
remove unused files
[platform/upstream/gcc48.git]
/
gcc
/
testsuite
/
gcc.dg
/
pr44024.c
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" } } */