Commit 59810d82 by Steve Ellcey Committed by Steve Ellcey

re PR testsuite/29093 (gcc.dg/debug/dwarf2/dwarf-file1.c fails on targets that have .loc)

	PR testsuite/29093
	* gcc.dg/debug/dwarf2/dwarf-file1.c: Check for ".file".

From-SVN: r117667
parent de000d22
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
/* { 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;
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