Re: svn commit: r1215374 - /subversion/trunk/subversion/libsvn_ra_neon/log.c

2012-01-04 Thread C. Michael Pilato
On 01/04/2012 08:25 AM, Philip Martin wrote: > Philip Martin writes: > >> This causes log_tests.py 25 to fail with neon when built with -O2 on >> my Linux box, the test passes when built -O0. > > valgrind identified the problem, fixed by r1227146. > Thanks, Philip! -- C. Michael Pilato Coll

Re: svn commit: r1215374 - /subversion/trunk/subversion/libsvn_ra_neon/log.c

2012-01-04 Thread Philip Martin
Philip Martin writes: > This causes log_tests.py 25 to fail with neon when built with -O2 on > my Linux box, the test passes when built -O0. valgrind identified the problem, fixed by r1227146. -- uberSVN: Apache Subversion Made Easy http://www.uberSVN.com

Re: svn commit: r1215374 - /subversion/trunk/subversion/libsvn_ra_neon/log.c

2012-01-04 Thread Philip Martin
cmpil...@apache.org writes: > Author: cmpilato > Date: Sat Dec 17 00:56:00 2011 > New Revision: 1215374 > > URL: http://svn.apache.org/viewvc?rev=1215374&view=rev > Log: > Followup to r1215260, just tightening up some loose logic. > > * subversion/libsvn_ra_neon/log.c > (log_start_element): Redu