Commit 721a9f8e by Alexandre Oliva Committed by Alexandre Oliva

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

From-SVN: r36000
parent 6aaeb975
2000-08-26 Alexandre Oliva <aoliva@redhat.com>
* gcc.dg/dwarf2-2.c: New test.
2000-08-26 Zack Weinberg <zack@wolery.cumb.org>
* gcc.dg/cpp/tr-warn4.c: Remove unconstrained .* from
......
/* { dg-do compile } */
/* { dg-options "-O -g" } */
/* 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 ();
}
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