]> gcc.gnu.org Git - gcc.git/commitdiff
re PR testsuite/29093 (gcc.dg/debug/dwarf2/dwarf-file1.c fails on targets that have...
authorSteve Ellcey <sje@cup.hp.com>
Thu, 12 Oct 2006 16:52:33 +0000 (16:52 +0000)
committerSteve Ellcey <sje@gcc.gnu.org>
Thu, 12 Oct 2006 16:52:33 +0000 (16:52 +0000)
PR testsuite/29093
* gcc.dg/debug/dwarf2/dwarf-file1.c: Check for ".file".

From-SVN: r117667

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/debug/dwarf2/dwarf-file1.c

index 500edd2acf19544e86ffb710f479e9da48a2fce2..b13454eb6cad78d687475a198145e2025a3c988e 100644 (file)
@@ -1,3 +1,8 @@
+2006-10-12  Steve Ellcey  <sje@cup.hp.com>
+
+       PR testsuite/29093
+       * gcc.dg/debug/dwarf2/dwarf-file1.c: Check for ".file".
+
 2006-10-12  Jakub Jelinek  <jakub@redhat.com>
 
        PR preprocessor/28709
index 96a2b5ab2f1d871ad3c4dde56002459b903a65b2..c68dfe436e38121a8318fe1744b4984715cba95e 100644 (file)
@@ -1,5 +1,9 @@
 /* { dg-do compile } */
 /* { dg-options "-O2 -gdwarf-2 -dA" } */
-/* { dg-final { scan-assembler "File Entry:" } } */
-/* Verify that a file entry is output for this file.  */
+/* { dg-final { scan-assembler "File Entry:|.file" } } */
+/* Verify that a file entry is output for this file.  Only systems that
+   do not define HAVE_AS_DWARF2_DEBUG_LINE will put out "File Entry:",
+   but systems that do define HAVE_AS_DWARF2_DEBUG_LINE will put out a
+   ".file" so we check for either.  */
+
 int bar = 3;
This page took 0.121421 seconds and 5 git commands to generate.