public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug gdb/26032] New: ggnu-pubnames gold gdb-index failure
@ 2020-05-24  9:08 vries at gcc dot gnu.org
  2020-05-25 13:52 ` [Bug gdb/26032] " vries at gcc dot gnu.org
  2020-05-25 14:30 ` vries at gcc dot gnu.org
  0 siblings, 2 replies; 3+ messages in thread
From: vries at gcc dot gnu.org @ 2020-05-24  9:08 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=26032

            Bug ID: 26032
           Summary: ggnu-pubnames gold gdb-index failure
           Product: gdb
           Version: HEAD
            Status: NEW
          Severity: normal
          Priority: P2
         Component: gdb
          Assignee: unassigned at sourceware dot org
          Reporter: vries at gcc dot gnu.org
  Target Milestone: ---

Consider the following target board:
...
$ cat gdb/testsuite/boards/gnu-pubnames-gold-gdb-index.exp 

load_board_description "local-board"

# This is based on baseboards/unix.exp.
# At the moment we only support systems that unix.exp supports.
load_generic_config "unix"
process_multilib_options ""
set found_gcc [find_gcc]
set found_gxx [find_g++]
set found_gnatmake [find_gnatmake]
set found_f90 [find_gfortran]
set found_f77 [find_g77]
set_board_info compiler "$found_gcc"

set_board_info debug_flags \
    [join { "-g" \
                "-ggnu-pubnames" \
                "-Wl,--gdb-index" \
                "-fuse-ld=gold" }]
...

We see the following FAILs:
...
FAIL: gdb.base/c-linkage-name.exp: print symada__cS before partial symtab
expansion
FAIL: gdb.cp/subtypes.exp: ptype Outer::Inner::InnerInner
FAIL: gdb.cp/subtypes.exp: ptype Outer::Inner
...

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-05-25 14:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-24  9:08 [Bug gdb/26032] New: ggnu-pubnames gold gdb-index failure vries at gcc dot gnu.org
2020-05-25 13:52 ` [Bug gdb/26032] " vries at gcc dot gnu.org
2020-05-25 14:30 ` vries at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).