Bug 108846

Summary: gs-max-output.cpp:98: error: expected primary-expression before ‘.’ token
Product: piglit Reporter: Vinson Lee <vlee>
Component: testsAssignee: Piglit Mailing List <piglit>
Status: RESOLVED WONTFIX QA Contact: Piglit Mailing List <piglit>
Severity: normal    
Priority: medium CC: maraeo, nhaehnle
Version: unspecifiedKeywords: bisected, regression
Hardware: x86-64 (AMD64)   
OS: All   
Whiteboard:
i915 platform: i915 features:

Description Vinson Lee 2018-11-23 06:12:25 UTC
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>
Comment 1 Nicolai Hähnle 2019-02-04 08:57:06 UTC
Why do we care about a gcc version that old?
Comment 2 Dylan Baker 2019-02-26 00:45:18 UTC
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.