Re: [PATCH] Add testcase for PR61033

2016-02-22 Thread Richard Biener
On Sat, Feb 20, 2016 at 6:01 PM, Maxim Kuvyrkov wrote: > This patch adds a testcase for PR61033 [1]. > > The bug is about compiler going into infinite loop while solving data-flow in > vt_find_locations on arm-* targets. The issue in fixed in GCC 5 and later by > Richard B.'s r211624 [2]. Well

[PATCH] Add testcase for PR61033

2016-02-20 Thread Maxim Kuvyrkov
This patch adds a testcase for PR61033 [1]. The bug is about compiler going into infinite loop while solving data-flow in vt_find_locations on arm-* targets. The issue in fixed in GCC 5 and later by Richard B.'s r211624 [2]. The bug affects GCC 4.8 and 4.9, but is unlikely to be fixed there.