https://bugs.freedesktop.org/show_bug.cgi?id=105740

            Bug ID: 105740
           Summary: glsl_types.cpp(524): error: a dynamically-initialized
                    local static variable is not allowed inside of a
                    statement expression
           Product: Mesa
           Version: git
          Hardware: x86-64 (AMD64)
                OS: Linux (All)
            Status: NEW
          Keywords: bisected, regression
          Severity: normal
          Priority: medium
         Component: Mesa core
          Assignee: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]
                CC: [email protected], [email protected]

Intel C++ Compiler build error

glsl_types.cpp(524): error: a dynamically-initialized local static variable is
not allowed inside of a statement expression
     return VECN(components, float, vec);
            ^

commit f407edf3407396379e16b0be74b8d3b85d2ad7f0
Author: Rob Clark <[email protected]>
Date:   Mon Mar 12 14:54:56 2018 -0400

    glsl_types: refactor/prep for vec8/vec16

    Refactor things so there isn't so much typing involved to add new
    things.

    Also drops a pointless conditional (out of bounds rows or columns
    already returns error_type in all paths.. might as well drop it
    rather than make the check more convoluted in the next patch by
    adding the vec8/vec16 case).

    Signed-off-by: Rob Clark <[email protected]>
    Reviewed-by: Timothy Arceri <[email protected]>

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
_______________________________________________
mesa-dev mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to