Re: [PATCH] middle-end: use dump_location instead of copy-pasted code

2014-10-03 Thread Jeff Law
On 10/03/14 12:39, Manuel López-Ibáñez wrote: There are some inconsistencies in the middle-end about how to dump a location. The following patch makes all places (that I found) use dump_location, and makes that function print also the column number. While searching for possible callers, I notice

[PATCH] middle-end: use dump_location instead of copy-pasted code

2014-10-03 Thread Manuel López-Ibáñez
There are some inconsistencies in the middle-end about how to dump a location. The following patch makes all places (that I found) use dump_location, and makes that function print also the column number. While searching for possible callers, I noticed two cases where we use expanded_location for n