GCC 4.4 build error. gs-max-output.cpp:98: error: expected primary-expression before ‘.’ token gs-max-output.cpp:99: error: expected primary-expression before ‘.’ token gs-max-output.cpp:100: error: expected primary-expression before ‘.’ token gs-max-output.cpp:101: error: expected primary-expression before ‘.’ token gs-max-output.cpp:102: error: expected primary-expression before ‘.’ token commit 565da325f2de83ef9c7f613d33481957e63a3cc0 Author: Nicolai Hähnle <nicolai.haehnle@amd.com> Date: Mon Jun 18 13:22:05 2018 +0200 glsl-1.50/gs-max-output: new test for geometry shader amplification Test the extremes of # of GS output vertices / components per GS input primitive. Existing tests only cover cases of high # of components per vertex, but not cases of low # of components per vertex and high # of output vertices. Acked-by: Marek Olšák <marek.olsak@amd.com>
Why do we care about a gcc version that old?
I agree with Nicolai. The last version of GCC 4.4 was released in 2012, I don't think we need to keep it working. https://www.gnu.org/software/gcc/gcc-4.4/
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.