[Bug tree-optimization/32575] [4.2/4.3 regression] With -ftree-vrp miscompiles a single line of code in SQLite
nickc at redhat dot com
gcc-bugzilla@gcc.gnu.org
Thu Nov 1 14:06:00 GMT 2007
------- Comment #12 from nickc at redhat dot com 2007-11-01 14:05 -------
Hi Guys,
I have uploaded a patch for a possible workaround for this problem. It adds
a new param (max-partial-antic-length) which with its default value will stop
the tree-pre optimization from eating up all the memory on the host system. It
also adds a testcase for the PR and documents the new param. Tested without
regressions on an x86_64-linux-gnu toolchain.
What do you think, should this patch be applied ?
Cheers
Nick
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32575
More information about the Gcc-bugs
mailing list