<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body><span class="vcard"><a class="email" href="mailto:vlee@freedesktop.org" title="Vinson Lee <vlee@freedesktop.org>"> <span class="fn">Vinson Lee</span></a>
</span> changed
              <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - nir/nir_builder.h:79: error: expected primary-expression before ‘.’ token"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=92052">bug 92052</a>
          <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">Status</td>
           <td>NEEDINFO
           </td>
           <td>RESOLVED
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Resolution</td>
           <td>---
           </td>
           <td>FIXED
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - nir/nir_builder.h:79: error: expected primary-expression before ‘.’ token"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=92052#c3">Comment # 3</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - nir/nir_builder.h:79: error: expected primary-expression before ‘.’ token"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=92052">bug 92052</a>
              from <span class="vcard"><a class="email" href="mailto:vlee@freedesktop.org" title="Vinson Lee <vlee@freedesktop.org>"> <span class="fn">Vinson Lee</span></a>
</span></b>
        <pre>commit 46362db4a6bb6db64727d3adcb16ca8f32aa70fb
Author: Jason Ekstrand <<a href="mailto:jason.ekstrand@intel.com">jason.ekstrand@intel.com</a>>
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: <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - nir/nir_builder.h:79: error: expected primary-expression before ‘.’ token"
   href="show_bug.cgi?id=92052">https://bugs.freedesktop.org/show_bug.cgi?id=92052</a>
    Reviewed-by: Kenneth Graunke <<a href="mailto:kenneth@whitecape.org">kenneth@whitecape.org</a>></pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the QA Contact for the bug.</li>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>