The testcase gcc.dg/debug/dwarf2/dwarf-file1.c fails on i686 (and others) GNU/Linux: http://gcc.gnu.org/ml/gcc-testresults/2006-09/msg00664.html http://gcc.gnu.org/ml/gcc-testresults/2006-09/msg00663.html http://gcc.gnu.org/ml/gcc-testresults/2006-09/msg00662.html http://gcc.gnu.org/ml/gcc-testresults/2006-09/msg00755.html
In fact it fails on all targets that have DWARF2_ASM_LINE_DEBUG_INFO as true.
*** Bug 29110 has been marked as a duplicate of this bug. ***
Confirmed via the dup and the testresults that I pointed to.
Subject: Bug 29093 Author: sje Date: Thu Oct 12 16:52:33 2006 New Revision: 117667 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=117667 Log: PR testsuite/29093 * gcc.dg/debug/dwarf2/dwarf-file1.c: Check for ".file". Modified: trunk/gcc/testsuite/ChangeLog trunk/gcc/testsuite/gcc.dg/debug/dwarf2/dwarf-file1.c
Fixed with a testsuite change to check for "File Entry:" or ".file". Platforms that set DWARF2_ASM_LINE_DEBUG_INFO will output a ".file" line but not a "File Entry:" line and the test now checks for either.