This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] shrink-wrap: Fix thinko (PR68520)
- From: Bernd Schmidt <bschmidt at redhat dot com>
- To: Segher Boessenkool <segher at kernel dot crashing dot org>, gcc-patches at gcc dot gnu dot org
- Date: Tue, 24 Nov 2015 19:18:58 +0100
- Subject: Re: [PATCH] shrink-wrap: Fix thinko (PR68520)
- Authentication-results: sourceware.org; auth=none
- References: <170d24e47630139c69137e5025844b9fa660f229 dot 1448388062 dot git dot segher at kernel dot crashing dot org>
On 11/24/2015 07:13 PM, Segher Boessenkool wrote:
PR rtl-optimization/68520
* shrink-wrap.c (try_shrink_wrapping): Don't push a block to VEC if
its bit was already set in BB_WITH.
Ok.
Bernd