OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.dg/] [pr44024.c] - Blame information for rev 750

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 689 jeremybenn
/* { 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" } } */

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.