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 #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


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