Bug 23720 - FAIL: gcc.dg/debug/dwarf2/dwarf-char[123].c scan-assembler 0x[68][ \t]# DW_AT_encoding
Summary: FAIL: gcc.dg/debug/dwarf2/dwarf-char[123].c scan-assembler 0x[68][ \t]# DW_AT...
Status: RESOLVED FIXED
Alias: None
Product: gcc
Classification: Unclassified
Component: testsuite (show other bugs)
Version: 4.1.0
: P2 normal
Target Milestone: 4.1.0
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-03 22:31 UTC by John David Anglin
Modified: 2005-10-28 02:34 UTC (History)
2 users (show)

See Also:
Host:
Target:
Build:
Known to work:
Known to fail:
Last reconfirmed: 2005-09-04 04:09:30


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description John David Anglin 2005-09-03 22:31:58 UTC
Executing on host: /home/dave/gnu/gcc-4.0/objdir/gcc/xgcc -B/home/dave/gnu/gcc-4
.0/objdir/gcc/ /home/dave/gnu/gcc-4.0/gcc/gcc/testsuite/gcc.dg/debug/dwarf2/dwar
f-char3.c   -O2 -gdwarf-2 -dA -fno-show-column -S  -o dwarf-char3.s    (timeout
= 300)
PASS: gcc.dg/debug/dwarf2/dwarf-char3.c (test for excess errors)
FAIL: gcc.dg/debug/dwarf2/dwarf-char3.c scan-assembler 0x[68][ \t]# DW_AT_encodi
ng

Looks like a assembler comment character issue:

$ less dwarf-char3.s
...
        .byte   0x6     ; DW_AT_encoding
...
        .uleb128 0x3e   ; (DW_AT_encoding)
Comment 1 Andrew Pinski 2005-09-04 04:09:09 UTC
Fails every where as far as I can see.
Comment 2 Andrew Pinski 2005-09-04 04:09:29 UTC
Confirmed, that is.
Comment 3 John David Anglin 2005-09-04 15:05:16 UTC
These fails are also present in 4.0.2.
Comment 4 John David Anglin 2005-09-04 15:13:23 UTC
Proposed fix:
http://gcc.gnu.org/ml/gcc-patches/2005-09/msg00205.html
Comment 5 Andrew Pinski 2005-10-28 01:52:19 UTC
Does this work now, I think it does?
Comment 6 dave 2005-10-28 02:01:16 UTC
Subject: Re:  FAIL: gcc.dg/debug/dwarf2/dwarf-char[123].c scan-assembler 0x[68][ \t]# DW_AT_encoding

> Does this work now, I think it does?

Right, I'm not seeing it anymore.

Dave
Comment 7 Andrew Pinski 2005-10-28 02:34:56 UTC
Fixed so closing.