https://bugs.freedesktop.org/show_bug.cgi?id=106807
Bug ID: 106807
Summary: Failed to parser macor "#line"
Product: Mesa
Version: 17.1
Hardware: ARM
OS: Linux (All)
Status: NEW
Severity: normal
Priority: medium
Component: glsl-compiler
Assignee: mesa-dev@lists.freedesktop.org
Reporter: zhaowei.y...@samsung.com
QA Contact: intel-3d-b...@lists.freedesktop.org
GLES CTS test case:
dEQP-GLES2.functional.shaders.preprocessor.builtin.line_expression_vertex
checks if GLSL compiler can parse macro "#line" successfully, following is the
shader code:
precision mediump float;
attribute highp vec4 dEQP_Position;
varying float out0;
void main()
{
#line +20
out0 = float(__LINE__);
gl_Position = dEQP_Position;
}
yyerror() will be called while parsing #line which casue the case fails
--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev