This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug jit/81672] New: trunk/gcc/jit/jit-recording.c:2852: possible missing initialiser
- From: "dcb314 at hotmail dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Wed, 02 Aug 2017 14:17:56 +0000
- Subject: [Bug jit/81672] New: trunk/gcc/jit/jit-recording.c:2852: possible missing initialiser
- Auto-submitted: auto-generated
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81672
Bug ID: 81672
Summary: trunk/gcc/jit/jit-recording.c:2852: possible missing
initialiser
Product: gcc
Version: 7.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: jit
Assignee: dmalcolm at gcc dot gnu.org
Reporter: dcb314 at hotmail dot com
Target Milestone: ---
trunk/gcc/jit/jit-recording.c:2852]: (warning) Member variable 'union_::m_loc'
is not initialized in the constructor.
[trunk/gcc/jit/jit-recording.c:2852]: (warning) Member variable
'union_::m_name' is not initialized in the constructor.
Source code is
recording::union_::union_ (context *ctxt,
location *loc,
string *name)
: compound_type (ctxt, loc, name)
{
}