This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/30633] Weird uninit in Boost `add_edge'
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 5 Feb 2007 23:47:06 -0000
- Subject: [Bug c++/30633] Weird uninit in Boost `add_edge'
- References: <bug-30633-14012@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #2 from pinskia at gcc dot gnu dot org 2007-02-05 23:47 -------
>(This is, as you probably already realize, a name generated internally by g++;
> there is no such variable in the source.)
The name is generated internally by g++ but it is really p.m_value which was
actually already fixed in 4.1.2 (PR 14329) as I fixed it :).
Can you paste the warning message that 4.1.2RC1 gives?
Can you attach the preprocessed source?
--
pinskia at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Known to fail|4.1.1 4.1.2 |4.1.1
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30633