Re: Fix PR59586

2014-03-21 Thread Roman Gareev
Hi Mircea, sorry for making you wait. -- Roman Gareev patch Description: Binary data ChangeLog_entry Description: Binary data

Re: Fix PR59586

2014-03-11 Thread Mircea Namolaru
future so you don't want to base the correctness of the code on this assumption. Mircea - Original Message - > From: "Roman Gareev" > To: gcc-patches@gcc.gnu.org > Cc: "Tobias Grosser" , "mircea namolaru" > > Sent: Monday, March 10, 2014

Fix PR59586

2014-03-10 Thread Roman Gareev
This patch fixes PR59586. The segfault is caused by NULL arguments passed to compute_deps by loop_level_carries_dependences. This causes an assignment of NULL values to the no_source parameters of compute_deps. They are passed to subtract_commutative_associative_deps and dereferenced. However, thi