[Mesa-dev] [PATCH] Fix line number on no matching function call

2013-12-06 Thread Kevin Rogovin
This (very tiny) patch fixes the bug (#72264) where when no matching function call was found the error message gave the line and column number as 0. --- src/glsl/ast_function.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/glsl/ast_function.cpp

Re: [Mesa-dev] [PATCH] Fix line number on no matching function call

2013-12-06 Thread Ian Romanick
On 12/06/2013 12:34 AM, Kevin Rogovin wrote: This (very tiny) patch fixes the bug (#72264) where when no matching function call was found the error message gave the line and column number as 0. The commit message should describe why the change was made. This just reiterates the problem. The