On Sun, Aug 04, 2013 at 06:55:13PM +0200, Gerald Pfeifer wrote: > On Fri, 5 Jul 2013, Marek Polacek wrote: > > I've created a new branch, called ubsan for work being done for > > Undefined Behavior Sanitizer. > > Mind documenting this in http://gcc.gnu.org/svn.html? Let me > know if you need help (http://gcc.gnu.org/projects/web.html has > some background).
Sure, does this patch look ok? --- www/htdocs/svn.html.mp 2013-08-05 07:55:08.698293912 +0200 +++ www/htdocs/svn.html 2013-08-05 08:02:14.963046024 +0200 @@ -346,6 +346,14 @@ the command <code>svn log --stop-on-copy and will be merged with mainline from time to time. Patches will be marked with the tag <code>[sso]</code> in the subject line.</dd> + <dt>ubsan</dt> + <dd>This branch contains the Undefined Behavior Sanitizer (ubsan). Ubsan is + an undefined behavior detector for the C family of languages. The branch is + maintained by Marek Polacek + < <a href="mailto:pola...@redhat.com">pola...@redhat.com</a>> + and will be merged with mainline from time to time. Patches will be + marked with the tag <code>[ubsan]</code> in the subject line.</dd> + </dl> <h4>Architecture-specific</h4> Marek