[Bug libstdc++/31061] error with '-D_GLIBCXX_DEBUG'

2007-03-08 Thread ulf at linuxmail dot org
--- Comment #4 from ulf at linuxmail dot org 2007-03-08 21:33 --- Yes, I guess you're right. Sorry for the noice, I should have checked it more closely before posting. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31061

[Bug libstdc++/31061] error with '-D_GLIBCXX_DEBUG'

2007-03-06 Thread pcarlini at suse dot de
--- Comment #3 from pcarlini at suse dot de 2007-03-06 20:37 --- Sorry, I misread the backtrace: the problem happens in accumulate, called by frame_score(), called by score(). -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31061

[Bug libstdc++/31061] error with '-D_GLIBCXX_DEBUG'

2007-03-06 Thread pcarlini at suse dot de
--- Comment #2 from pcarlini at suse dot de 2007-03-06 20:17 --- Yes, there isn't much to add, the whole point of debug-mode is catching this kind of bug: in is_strike the vector rolls is subscripted at index 20. -- pcarlini at suse dot de changed: What|Removed

[Bug libstdc++/31061] error with '-D_GLIBCXX_DEBUG'

2007-03-06 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2007-03-06 18:14 --- I actually think this is a bug in the user code. the error message is correct in that the code is acessing one past the end. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31061