mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-01-24 10:04:27 +08:00
* gcc.dg/dwarf2-1.c: New test.
From-SVN: r34089
This commit is contained in:
parent
11a6e9a7dd
commit
38285a09a5
@ -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".
|
||||
|
12
gcc/testsuite/gcc.dg/dwarf2-1.c
Normal file
12
gcc/testsuite/gcc.dg/dwarf2-1.c
Normal 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 ();
|
||||
}
|
Loading…
Reference in New Issue
Block a user