]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - gcc/testsuite/gcc.dg/debug/dwarf2-2.c
Imported gcc-4.4.3
[msp430-gcc.git] / gcc / testsuite / gcc.dg / debug / dwarf2-2.c
diff --git a/gcc/testsuite/gcc.dg/debug/dwarf2-2.c b/gcc/testsuite/gcc.dg/debug/dwarf2-2.c
deleted file mode 100644 (file)
index 0c3cee1..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-/* { dg-do compile } */
-
-/* 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 ();
-}