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]

Problem report c++/5710.


I recently submitted problem report c++/5710 about g++'s handling of
assignments into fields of structs in vectors when the rhs is a function.  I
have since reconsidered the problem and convinced myself that the problem was
in my code, caused by a side-effecting re-allocation of the vector during the
function call.

I would like to retract the error report and apologize for any inconvenience it
may have caused.



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