https://bugs.freedesktop.org/show_bug.cgi?id=76789
Jonathan Gray jsg@openbsd.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED
--- Comment #1 from Jonathan Gray jsg@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@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@amd.com Signed-off-by: Adam Jackson ajax@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(-)