public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug symtab/28108] New: [gcc-11] FAIL: gdb.base/langs.exp: up to foo in langs.exp
@ 2021-07-20  5:18 vries at gcc dot gnu.org
  2021-07-20  5:47 ` [Bug symtab/28108] " vries at gcc dot gnu.org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: vries at gcc dot gnu.org @ 2021-07-20  5:18 UTC (permalink / raw)
  To: gdb-prs

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

            Bug ID: 28108
           Summary: [gcc-11] FAIL: gdb.base/langs.exp: up to foo in
                    langs.exp
           Product: gdb
           Version: HEAD
            Status: NEW
          Severity: normal
          Priority: P2
         Component: symtab
          Assignee: unassigned at sourceware dot org
          Reporter: vries at gcc dot gnu.org
  Target Milestone: ---

When running with gcc-11 (with -gdwarf-5 default), I run into:
...
FAIL: gdb.base/langs.exp: up to foo in langs.exp
FAIL: gdb.base/langs.exp: up to cppsub_ in langs.exp
FAIL: gdb.base/langs.exp: up to fsub in langs.exp
...

In more detail:
...
(gdb) up^M
#1  0x0000000000400520 in foo__Fi (x=10000) at
/home/vries/gdb_versions/devel/build/gdb/testsuite/langs2.cxx:5^M
5         return csub (x / 2);^M
(gdb) FAIL: gdb.base/langs.exp: up to foo in langs.exp
...
while with say -gdwarf-4 we have:
...
(gdb) up^M
#1  0x0000000000400520 in foo__Fi (x=10000) at langs2.cxx:5^M
5         return csub (x / 2);^M
(gdb) PASS: gdb.base/langs.exp: up to foo in langs.exp  
...

The difference is
"/home/vries/gdb_versions/devel/build/gdb/testsuite/langs2.cxx" vs
"langs2.cxx".

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

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

end of thread, other threads:[~2023-10-25 14:24 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-20  5:18 [Bug symtab/28108] New: [gcc-11] FAIL: gdb.base/langs.exp: up to foo in langs.exp vries at gcc dot gnu.org
2021-07-20  5:47 ` [Bug symtab/28108] " vries at gcc dot gnu.org
2021-07-20 11:03 ` vries at gcc dot gnu.org
2023-10-25 14:24 ` [Bug testsuite/28108] " 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).