<html>
    <head>
      <base href="http://bugzilla.gdcproject.org/" />
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - gcc/d/dfrontend/outbuffer.c needs alloca.h on Solarish systems"
   href="http://bugzilla.gdcproject.org/show_bug.cgi?id=134">134</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>gcc/d/dfrontend/outbuffer.c needs alloca.h on Solarish systems
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>GDC
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>4.8.x
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>x86_64
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Solaris
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>Normal
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>gdc
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>ibuclaw@gdcproject.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>jason.brian.king@gmail.com
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Created <span class=""><a href="attachment.cgi?id=68&action=diff" name="attach_68" title="alloca patch">attachment 68</a> <a href="attachment.cgi?id=68&action=edit" title="alloca patch">[details]</a></span>
alloca patch

While trying to build GDC on OmniOS (an Illumos distro) as the first step in
(hopefully) getting D working on Illumos distros, the build fails compiling
gcc/d/dfrontend/outbuffer.c because alloca() is not defined.

The fix is simply to add #include <alloca.h> for such platforms.  I've attached
a potential diff.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are watching all bug changes.</li>
      </ul>
    </body>
</html>