https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120089

mcccs at gmx dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mcccs at gmx dot com

--- Comment #18 from mcccs at gmx dot com ---
The array can be reduced to this to make debugging even easier:

    Vec2 origVertices[]{
        {0, 0}, {0, 0}, {0, 0}, {0, 0},
        {0, 0}, {0, 0}, {0, 0}, {0, 0},
        {0, 0}, {0, 0}, {0, 0}, {0, 0},
        {0, 0}, {0, 0}, {0, 0}, {1, 1},
    };

Reply via email to