On Fri, Jun 20, 2014 at 02:04:25PM +0400, Maxim Ostapenko wrote: > > This patch fixes https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61530. > > Tested on x86_64-unknown-linux-gnu, no regressions. > > Ok to commit? > > -Maxim
> gcc/ChangeLog: > > 2014-06-20 Yury Gribov <y.gri...@samsung.com> > Max Ostapenko <m.ostape...@partner.samsung.com> > > * asan.c (build_check_stmt): Add condition. Please align your name below Yury's (i.e. tab + 4 spaces indent). Also, please add PR sanitizer/61530 to both changelog entries. Ok with those changes. > > gcc/testsuite/ChangeLog: > > 2014-06-20 Yury Gribov <y.gri...@samsung.com> > Max Ostapenko <m.ostape...@partner.samsung.com> > > * c-c++-common/asan/pr61530.c: New test. Jakub