https://bugs.freedesktop.org/show_bug.cgi?id=76789
Jonathan Gray <jsg at openbsd.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #1 from Jonathan Gray <jsg at openbsd.org> --- This appears to have been fixed a while ago, though I note the fix is not currently on the 10.2 branch. commit 74388dd24bc7fdb9e62ec18096163f5426e03fbf Author: Adam Jackson <ajax at redhat.com> Date: Tue Apr 22 12:46:08 2014 -0400 radeonsi: Don't use anonymous struct trick in atom tracking I'm somewhat impressed that current gccs will let you do this, but sufficiently old ones (including 4.4.7 in RHEL6) won't. Reviewed-by: Marek Ol????k <marek.olsak at amd.com> Signed-off-by: Adam Jackson <ajax at redhat.com> src/gallium/drivers/radeonsi/si_descriptors.c | 6 +++--- src/gallium/drivers/radeonsi/si_hw_context.c | 2 +- src/gallium/drivers/radeonsi/si_pipe.c | 6 +++--- src/gallium/drivers/radeonsi/si_pipe.h | 2 +- src/gallium/drivers/radeonsi/si_state.c | 2 +- src/gallium/drivers/radeonsi/si_state_draw.c | 2 +- 6 files changed, 10 insertions(+), 10 deletions(-) -- You are receiving this mail because: You are the assignee for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140831/a59aed4c/attachment.html>