* gcc.dg/dwarf2-1.c: New test.

From-SVN: r34089
This commit is contained in:
Alexandre Oliva 2000-05-22 21:07:15 +00:00 committed by Alexandre Oliva
parent 11a6e9a7dd
commit 38285a09a5
2 changed files with 16 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2000-05-22 Alexandre Oliva <aoliva@cygnus.com>
* gcc.dg/dwarf2-1.c: New test.
2000-05-20 Richard Henderson <rth@cygnus.com>
* lib/f-torture.exp (TORTURE_OPTIONS): Add "-O3 -g" and "-O3 -fssa".

View File

@ -0,0 +1,12 @@
/* { dg-do compile } */
/* { dg-options "-O3 -gdwarf-2" } */
/* Copyright (C) 2000 Free Software Foundation */
/* Contributed by Alexandre Oliva <aoliva@cygnus.com> */
static int foo () {}
int bar () {
int foo ();
int foo ();
}