Bug 78888 - test_eu_compact.c:54:3: error: implicit declaration of function ‘brw_disasm’ [-Werror=implicit-function-declaration]
Summary: test_eu_compact.c:54:3: error: implicit declaration of function ‘brw_disasm’ ...
Status: RESOLVED FIXED
Alias: None
Product: Mesa
Classification: Unclassified
Component: Mesa core (show other bugs)
Version: git
Hardware: x86-64 (AMD64) Linux (All)
: medium blocker
Assignee: mesa-dev
QA Contact:
URL:
Whiteboard:
Keywords: regression
Depends on:
Blocks:
 
Reported: 2014-05-19 07:14 UTC by Vinson Lee
Modified: 2014-05-19 07:44 UTC (History)
1 user (show)

See Also:
i915 platform:
i915 features:


Attachments

Description Vinson Lee 2014-05-19 07:14:41 UTC
mesa: 13edd5f6160fce73369afbbf937b5e7ef646a4cc (master 10.3.0-devel)

$ make check
[...]
  CC       test_eu_compact.o
test_eu_compact.c: In function ‘test_compact_instruction’:
test_eu_compact.c:54:3: error: implicit declaration of function ‘brw_disasm’ [-Werror=implicit-function-declaration]
   brw_disasm(stderr, &src, brw->gen, false);
   ^
Comment 1 Vinson Lee 2014-05-19 07:44:37 UTC
commit 9e74de884a0595e577ebdfb7c7c13f4fd4d4dff5
Author: Vinson Lee <vlee@freedesktop.org>
Date:   Mon May 19 00:39:12 2014 -0700

    i965: Rename brw_disasm to brw_disassemble_inst.
    
    Fixes build error introduced with commit
    4b04152db055babb8b06929a0c9ebea5c7f4fb92.
    
      CC       test_eu_compact.o
    test_eu_compact.c: In function ‘test_compact_instruction’:
    test_eu_compact.c:54:3: error: implicit declaration of function ‘brw_disasm’ [-Werror=implicit-function-declaration]
       brw_disasm(stderr, &src, brw->gen, false);
       ^
    
    Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=78888
    Signed-off-by: Vinson Lee <vlee@freedesktop.org>


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.