This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/30633] Weird uninit in Boost `add_edge'



------- Comment #3 from Scott at coral8 dot com  2007-02-06 00:17 -------
Actually, I didn't look closely enough; the error generated by 4.1.2 RC1 is
different:

/usr/local/gcc-4.1.2/lib/gcc/i386-pc-solaris2.11/4.1.2/../../../../include/c++/4.1.2/ext/new_allocator.h:
In function void break_gcc(FlowLayoutGraph&, vertex_descriptor,
vertex_descriptor):
/usr/local/gcc-4.1.2/lib/gcc/i386-pc-solaris2.11/4.1.2/../../../../include/c++/4.1.2/ext/new_allocator.h:104:
warning: p.boost::property<boost::edge_back_t, bool,
boost::no_property>::m_value is used uninitialized in this function


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30633


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]