This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug testsuite/23720] New: FAIL: gcc.dg/debug/dwarf2/dwarf-char[123].c scan-assembler 0x[68][ \t]# DW_AT_encoding


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)

-- 
           Summary: FAIL: gcc.dg/debug/dwarf2/dwarf-char[123].c scan-
                    assembler 0x[68][ \t]# DW_AT_encoding
           Product: gcc
           Version: 4.1.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: testsuite
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: danglin at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: hppa-unknown-linux-gnu
  GCC host triplet: hppa-unknown-linux-gnu
GCC target triplet: hppa-unknown-linux-gnu


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23720


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]