https://bugs.freedesktop.org/show_bug.cgi?id=92052
Vinson Lee <v...@freedesktop.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |RESOLVED Resolution|--- |FIXED --- Comment #3 from Vinson Lee <v...@freedesktop.org> --- commit 46362db4a6bb6db64727d3adcb16ca8f32aa70fb Author: Jason Ekstrand <jason.ekstr...@intel.com> Date: Mon Sep 21 08:22:12 2015 -0700 nir/builder: Don't use designated initializers Designated initializers are not allowed in C++ (not even C++11). Since nir_lower_samplers is now using nir_builder, and nir_lower_samplers is in C++, this breaks the build on some compilers. Aparently, GCC 5 allows it in some limited extent because mesa still builds on my system without this patch. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=92052 Reviewed-by: Kenneth Graunke <kenn...@whitecape.org> -- You are receiving this mail because: You are the QA Contact for the bug. You are the assignee for the bug.
_______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev