URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.dg/] [debug/] [dwarf2-2.c] - Rev 774
Go to most recent revision | Compare with Previous | Blame | View Log
/* { dg-do compile } */ /* Copyright (C) 2000 Free Software Foundation */ /* Contributed by Alexandre Oliva <aoliva@redhat.com> */ inline double fx (double x) { return 3 * x; } main () { double a = 0, fx (double), foo (); fx (a); if (a != 3) foo (); }
Go to most recent revision | Compare with Previous | Blame | View Log