This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH 2/2] Fix PR hsa/70402
- From: Martin Jambor <mjambor at suse dot cz>
- To: Martin LiÅka <mliska at suse dot cz>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Fri, 1 Apr 2016 17:31:28 +0200
- Subject: Re: [PATCH 2/2] Fix PR hsa/70402
- Authentication-results: sourceware.org; auth=none
- References: <56FA64A3 dot 1090004 at suse dot cz> <56FA6A92 dot 3020203 at suse dot cz> <56FD010E dot 4070904 at suse dot cz>
Hi,
On Thu, Mar 31, 2016 at 12:50:54PM +0200, Martin Liska wrote:
> On 03/29/2016 01:44 PM, Martin LiÅka wrote:
> > Second part of the patch set which omits one split_block (compared to the original patch).
> > Acceptable just in case the first part will be accepted.
> >
> > Thanks
> > Martin
> >
>
> Hi.
>
> I'm sending v3 of the patch which does not immediately update dominator,
> but sets a flag that eventually triggers the update.
>
The patch is OK after you change the name of the flag (introduced in a
different patch) to the new one.
Thanks,
Martin