[Bug 110656] src/intel/tools/i965_gram.tab.h:202:4: error: expected identifier before numeric constant

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Thu Jun 6 02:24:11 UTC 2019


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

Vinson Lee <vlee at freedesktop.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|NEW                         |RESOLVED

--- Comment #7 from Vinson Lee <vlee at freedesktop.org> ---
commit 20b42fad9b705f59b2467226abac299a7d473920
Author: Vinson Lee <vlee at freedesktop.org>
Date:   Fri May 10 11:24:18 2019 -0700

    intel/tools: Fix build with glibc < 2.27.

    glibc < 2.27 defines OVERFLOW in /usr/include/math.h.

    This patch fixes this build error.

    In file included from ../include/c99_math.h:37:0,
                     from ../src/util/u_math.h:44,
                     from ../src/mesa/main/macros.h:35,
                     from ../src/intel/compiler/brw_reg.h:47,
                     from ../src/intel/tools/i965_asm.h:32,
                     from ../src/intel/tools/i965_gram.y:29:
    src/intel/tools/i965_gram.tab.c:562:5: error: expected identifier before
numeric constant
         OVERFLOW = 412,
         ^

    Fixes: 70308a5a8a80 ("intel/tools: New i965 instruction assembler tool")
    Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=110656
    Signed-off-by: Vinson Lee <vlee at freedesktop.org>
    Acked-by: Eric Engestrom <eric at engestrom.ch>

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/intel-3d-bugs/attachments/20190606/97fec244/attachment-0001.html>


More information about the intel-3d-bugs mailing list