This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [v3] fix libstdc++/53263
- From: Paolo Carlini <paolo dot carlini at oracle dot com>
- To: François Dumont <frs dot dumont at gmail dot com>
- Cc: "libstdc++ at gcc dot gnu dot org" <libstdc++ at gcc dot gnu dot org>, Jonathan Wakely <jwakely dot gcc at gmail dot com>
- Date: Sat, 12 May 2012 00:46:01 +0200
- Subject: Re: [v3] fix libstdc++/53263
- References: <4FAADB55.3080208@gmail.com> <4FAC30BB.5070007@oracle.com> <4FAD69B7.4050604@gmail.com>
On 05/11/2012 09:34 PM, François Dumont wrote:
Attached patch applied to trunk.
2012-05-11 François Dumont <fdumont@gcc.gnu.org>
PR libstdc++/53263
* include/debug/safe_iterator.h (__gnu_debug::__base): Move...
* include/debug/functions.h: ... Here. Add debug function
overloads to perform checks on normal iterators when possible.
* include/debug/macros.h (__glibcxx_check_heap)
(__glibcxx_check_heap_pred): Use __gnu_debug::__base on iterator
range.
Note, as a rule the ChangeLog should explicitly mention all the files
you are touching. If you can, please amend it. Thanks!
I check my Bugzilla account Permissions page and it is written:
There are no permission bits set on your account.
I simply don't know who to ask permissions. Should I file a bugzilla
entry for that ?
Didn't Jon provide some guidance about this? Jon?
Thanks,
Paolo.