]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Remove an unnecessary temporary variable for clarity of presentation in
authordrh <drh@noemail.net>
Sun, 1 Jul 2007 21:18:40 +0000 (21:18 +0000)
committerdrh <drh@noemail.net>
Sun, 1 Jul 2007 21:18:40 +0000 (21:18 +0000)
commit12e8dcfbf6e1a68765176eb816bf7152420291d6
treed77837bf3a5c83cdeaac65db838caa3dfbafa3b2
parent503028d61a29829cb63d02e519d7515a8be9aac8
Remove an unnecessary temporary variable for clarity of presentation in
a loop that GCC 4.2.0 is miscompiling.  Ticket #2469.  GCC 4.2.0 miscompiles
this loop regardless of whether or not the temporary variable is used, but
by removing the variable, we hope to make it easier to explain the problem
to GCC maintainers.  The error only appears if -ftree-vrp is used (which
is turned on by -O2). (CVS 4150)

FossilOrigin-Name: 35ae398bd37e4abbe362b0b780fc51153145b43d
manifest
manifest.uuid
src/vdbe.c