Bug 101065 - compiler/test_eu_validate.cpp:121:41: error: ‘devinfo’ was not declared in this scope
Summary: compiler/test_eu_validate.cpp:121:41: error: ‘devinfo’ was not declared in th...
Status: RESOLVED FIXED
Alias: None
Product: Mesa
Classification: Unclassified
Component: Mesa core (show other bugs)
Version: git
Hardware: Other Linux (All)
: medium normal
Assignee: mesa-dev
QA Contact: mesa-dev
URL:
Whiteboard:
Keywords: bisected, regression
Depends on:
Blocks:
 
Reported: 2017-05-16 18:44 UTC by Vinson Lee
Modified: 2019-05-20 00:45 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description Vinson Lee 2017-05-16 18:44:30 UTC
mesa: b5437fc05c7d8fb3899b073b451c7c658c4dc441 (master 17.2.0-devel)

  CXX      compiler/test_eu_validate.o
compiler/test_eu_validate.cpp: In function ‘bool validate(brw_codegen*)’:
compiler/test_eu_validate.cpp:121:41: error: ‘devinfo’ was not declared in this scope
    bool ret = brw_validate_instructions(devinfo, p->store, 0,
                                         ^~~~~~~
Comment 1 Vinson Lee 2017-05-16 20:37:34 UTC
commit 169e1e26ee7fcc6dfad538fe695957cbb2186ebd
Author: Matt Turner <mattst88@gmail.com>
Date:   Tue May 16 11:43:57 2017 -0700

    i965: Fix test_eu_validate.cpp
    
    Broken by commit a7217e909ce6 ("i965: Pass pointer and end of assembly
    to brw_validate_instructions").
    
    Reported-by: Aaron Watry <awatry@gmail.com>


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.