Re: [PATCH] Fix PR ipa/66896

2015-07-16 Thread Richard Biener
On Thu, Jul 16, 2015 at 3:39 PM, Martin Liška wrote: > Hello. > > Following patch fixes $subject, which can be spotted on gcc-5-branch, while > trunk > looks fine (even though it can potentially suffer from the same issues). > > Patch can both survive regression tests on trunk and gcc-5-branch on

[PATCH] Fix PR ipa/66896

2015-07-16 Thread Martin Liška
rom d6322e2c665cb45e1d44d9549ac5149ec10a667a Mon Sep 17 00:00:00 2001 From: mliska Date: Thu, 16 Jul 2015 14:19:32 +0200 Subject: [PATCH] Fix PR ipa/66896. gcc/testsuite/ChangeLog: 2015-07-16 Martin Liska * g++.dg/ipa/pr66896.c: New test. gcc/ChangeLog: 2015-07-16 Martin Liska PR