OSDN Git Service

* gcc.dg/pr34856.c: Condition use of -maltivec on
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / debug / dwarf2-2.c
1 /* { dg-do compile } */
2
3 /* Copyright (C) 2000  Free Software Foundation  */
4 /* Contributed by Alexandre Oliva <aoliva@redhat.com> */
5
6 inline double fx (double x)
7 {
8   return 3 * x;
9 }
10
11 main ()
12 {
13   double a = 0, fx (double), foo ();
14   fx (a);
15   if (a != 3)
16     foo ();
17 }