IVOPT performance tuning patch. The main problem is a variant of maximal weight
[official-gcc.git] / gcc / testsuite / gcc.dg / pr44024.c
blob38f41532f95d64d262b1ba3aa3fbd2a2eeb4fea6
1 /* { dg-do link } */
2 /* { dg-options "-fdelete-null-pointer-checks -fdump-tree-original" } */
4 void foo();
6 int main()
8 if (foo == (void *)0)
9 link_error ();
10 return 0;
13 /* { dg-final { scan-tree-dump-not "foo" "original" } } */
14 /* { dg-final { cleanup-tree-dump "original" } } */