[RTEMS Project] #4500: rld-dwarf.cpp: Uninitialized scalar field
RTEMS trac
trac at rtems.org
Wed Aug 18 15:12:11 UTC 2021
#4500: rld-dwarf.cpp: Uninitialized scalar field
------------------------+--------------------
Reporter: Ryan Long | Owner: (none)
Type: defect | Status: new
Priority: normal | Milestone: 6.1
Component: tool | Version: 6
Severity: normal | Keywords:
Blocked By: | Blocking:
------------------------+--------------------
CID 1503019: Uninitialized scalar field
{{{
677 function::function (file& debug, debug_info_entry& die)
678 : debug (debug),
679 machine_code_ (false),
680 external_ (false),
681 declaration_ (false),
682 inline_ (DW_INL_not_inlined),
683 entry_pc_ (0),
684 has_entry_pc_ (false),
685 pc_low_ (0),
686 pc_high_ (0),
687 ranges_ (debug),
688 call_line_ (0)
CID 1503019 (#1 of 1): Uninitialized scalar field (UNINIT_CTOR)14.
uninit_member: Non-static class member prototyped_ is not initialized in
this constructor nor in any functions that it calls.
}}}
--
Ticket URL: <http://devel.rtems.org/ticket/4500>
RTEMS Project <http://www.rtems.org/>
RTEMS Project
More information about the bugs
mailing list