Re: [PATCH GCC][OBVIOUS]Fix dump info by reporting malformed loop nest.

2016-03-16 Thread Richard Biener
On Wed, Mar 16, 2016 at 10:28 AM, Bin Cheng wrote: > Hi, > This is an obvious change to dump message in vect_analyze_loop_2. > Apparently, the wrong message is copies/pasted from another place, the code > has nothing to do with function calls or data references. We should report > that loop c

[PATCH GCC][OBVIOUS]Fix dump info by reporting malformed loop nest.

2016-03-16 Thread Bin Cheng
Hi, This is an obvious change to dump message in vect_analyze_loop_2. Apparently, the wrong message is copies/pasted from another place, the code has nothing to do with function calls or data references. We should report that loop cannot be vectorized because of malformed loop nest. Build succ