Re: [PATCH] Make one extra BB to prevent PHI argument clash (PR, gcov-profile/78582)

2016-11-29 Thread Richard Biener
On Tue, Nov 29, 2016 at 11:46 AM, Martin Liška wrote: > Following ICE has been reduced from bash, where a new CFG does not properly > fill a newly added PHI argument. Problem is solved by adding one extra BB that > precedes the original BB with the PHI. Doing so, we do not add a new PHI > argumen

[PATCH] Make one extra BB to prevent PHI argument clash (PR, gcov-profile/78582)

2016-11-29 Thread Martin Liška
finishes? Thanks, Martin >From f3de44cbf026d3295d42c36e864d469f19fc56cc Mon Sep 17 00:00:00 2001 From: marxin Date: Tue, 29 Nov 2016 11:40:04 +0100 Subject: [PATCH] Make one extra BB to prevent PHI argument clash (PR gcov-profile/78582) gcc/testsuite/ChangeLog: 2016-11-29 Martin Liska