Re: [Mesa-dev] [PATCH] Use line number information from entire function expression

2013-12-20 Thread Ian Romanick
On 12/09/2013 12:38 AM, Kevin Rogovin wrote: > This patch changes the error reporting behavior for incorrect > function invocation (triggered by match_function_by_name() > unable to find a matching function call) from using the line > number information associated to the function name term > to us

[Mesa-dev] [PATCH] Use line number information from entire function expression

2013-12-09 Thread Kevin Rogovin
This patch changes the error reporting behavior for incorrect function invocation (triggered by match_function_by_name() unable to find a matching function call) from using the line number information associated to the function name term to using the line number information of the entire function