[Bug libstdc++/53242] Invalid write in push_back

2012-05-04 Thread rsfalcon7 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53242 --- Comment #4 from Rafael 2012-05-05 02:31:22 UTC --- I did that. But I never tested the indices because gdb says that the problem is inside push_back, so I thought it will be a mem leak and went to valgrind.

[Bug libstdc++/53242] Invalid write in push_back

2012-05-04 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53242 --- Comment #3 from Andrew Pinski 2012-05-05 00:54:49 UTC --- (In reply to comment #2) > Thanks Andrew, > > In fact, the indices are incorrect. I screwed up because I forgot to update > the > calculation of the mask. Next time, please try to d

[Bug libstdc++/53242] Invalid write in push_back

2012-05-04 Thread rsfalcon7 at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53242 --- Comment #2 from Rafael 2012-05-05 00:51:43 UTC --- Thanks Andrew, In fact, the indices are incorrect. I screwed up because I forgot to update the calculation of the mask. Cheers, Rafael

[Bug libstdc++/53242] Invalid write in push_back

2012-05-04 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53242 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|