Bug 59842 - mesa-9.0.2 compile failure with gcc-4.7.2
Summary: mesa-9.0.2 compile failure with gcc-4.7.2
Status: RESOLVED MOVED
Alias: None
Product: Mesa
Classification: Unclassified
Component: Drivers/Gallium/r600 (show other bugs)
Version: 9.0
Hardware: x86-64 (AMD64) Linux (All)
: medium major
Assignee: Default DRI bug account
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-25 11:07 UTC by treeve
Modified: 2019-09-18 19:01 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description treeve 2013-01-25 11:07:10 UTC
on AMD x86_64 
llvm-3.2
gcc-4.7.2
libdrm-2.4.40

llvm-config --cxxflags
-I/usr/include -march=native -mtune=native -m64 -pipe -ffast-math -funroll-loops -O3  -fPIC -fvisibility-inlines-hidden -O3 -DNDEBUG  -D_GNU_SOURCE -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS



CFLAGS+=" -w" &&
OPTS='llvm=yes build=release' &&
scons $OPTS


scons: Reading SConscript files ...
Mkdir("build/linux-x86_64")
scons: Found LLVM version 3.2svn
Checking for X11 (x11 xext xdamage xfixes)... yes
Checking for XCB (x11-xcb xcb-glx >= 1.8.1)... yes
Checking for XF86VIDMODE (xxf86vm)... yes
Checking for DRM (libdrm >= 2.4.24)... yes
Checking for DRM_INTEL (libdrm_intel >= 2.4.30)... no
Checking for DRM_RADEON (libdrm_radeon >= 2.4.31)... yes
Checking for XORG (xorg-server >= 1.6.0)... yes
Checking for KMS (libkms >= 1.0.0)... yes
Checking for UDEV (libudev > 150)... yes
Checking for C header file X11/extensions/dpmsconst.h... yes
scons: done reading SConscript files.
scons: Building targets ...


  Compiling src/gallium/drivers/r600/r600_translate.c ...
src/gallium/drivers/r600/r600_shader.c:210:44: error: array size missing in 'r600_shader_tgsi_instruction'
src/gallium/drivers/r600/r600_shader.c:210:76: error: array size missing in 'eg_shader_tgsi_instruction'
src/gallium/drivers/r600/r600_shader.c:210:106: error: array size missing in 'cm_shader_tgsi_instruction'
scons: *** [build/linux-x86_64/gallium/drivers/r600/r600_shader.os] Error 1
scons: building terminated because of errors.
Comment 1 GitLab Migration User 2019-09-18 19:01:51 UTC
-- GitLab Migration Automatic Message --

This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity.

You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/mesa/mesa/issues/428.


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.