Re: [Piglit] [PATCH] Add new test to exercise GLSL compiler bug involving unused const arrays

2015-01-02 Thread Chris Forbes
Reviewed-by: Chris Forbes On Jan 3, 2015 8:53 AM, "Brian Paul" wrote: > Currently, this test causes the GLSL compiler to abort in ir_validate.cpp > with the message: > "ir_dereference_variable @ 0x182ee80 specifies undeclared variable > `unused_array' @ 0x182ed80" > --- > .../compiler/unused-co

[Piglit] [PATCH] Add new test to exercise GLSL compiler bug involving unused const arrays

2015-01-02 Thread Brian Paul
Currently, this test causes the GLSL compiler to abort in ir_validate.cpp with the message: "ir_dereference_variable @ 0x182ee80 specifies undeclared variable `unused_array' @ 0x182ed80" --- .../compiler/unused-const-array.shader_test| 26 ++ 1 file changed, 26 insertio