Discussion:
[Bug compile/23585] New: Compile C++: non-debugging symbols broken
keiths at redhat dot com
2018-08-29 19:44:08 UTC
Permalink
https://sourceware.org/bugzilla/show_bug.cgi?id=23585

Bug ID: 23585
Summary: Compile C++: non-debugging symbols broken
Product: gdb
Version: HEAD
Status: NEW
Severity: normal
Priority: P2
Component: compile
Assignee: unassigned at sourceware dot org
Reporter: keiths at redhat dot com
Target Milestone: ---

compile-cplus.exp has a few test which attempt to call (directly and
indirectly) a function without debug info. The compiler plug-in reports:

gdb command line: In function 'void _gdb_expr(__gdb_regs*)':
gdb command line:1:13: error: 'func_nodebug' was not declared in this scope
gdb command line:1:13: note: suggested alternative: 'func_nodebug(int)'
Compilation failed.
--
You are receiving this mail because:
You are on the CC list for the bug.
Loading...