Commit 9dd7fc76 by Richard Henderson Committed by Richard Henderson

* gcc.dg/debug/dwarf2-1.c (foo): Return a value.

From-SVN: r49605
parent b8d87c36
2002-02-07 Richard Henderson <rth@redhat.com>
* gcc.dg/debug/dwarf2-1.c (foo): Return a value.
2002-02-07 David Billinghurst <David.Billinghurst@riotinto.com>
* lib/prune.exp: Remove "In (program|subroutine"block-data)"
......
......@@ -3,7 +3,7 @@
/* Copyright (C) 2000 Free Software Foundation */
/* Contributed by Alexandre Oliva <aoliva@cygnus.com> */
static int foo () {}
static int foo () { return 0; }
void bar () {
int foo ();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment