<html>
    <head>
      <base href="http://bugzilla.gdcproject.org/" />
    </head>
    <body><span class="vcard"><a class="email" href="mailto:johannespfau@gmail.com" title="Johannes Pfau <johannespfau@gmail.com>"> <span class="fn">Johannes Pfau</span></a>
</span> changed
              <a class="bz_bug_link 
          bz_status_ASSIGNED "
   title="ASSIGNED - Add support for the GCC 'naked' attribute"
   href="http://bugzilla.gdcproject.org/show_bug.cgi?id=114">bug 114</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>NEW
           </td>
           <td>ASSIGNED
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Assignee</td>
           <td>ibuclaw@gdcproject.org
           </td>
           <td>johannespfau@gmail.com
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_ASSIGNED "
   title="ASSIGNED - Add support for the GCC 'naked' attribute"
   href="http://bugzilla.gdcproject.org/show_bug.cgi?id=114#c1">Comment # 1</a>
              on <a class="bz_bug_link 
          bz_status_ASSIGNED "
   title="ASSIGNED - Add support for the GCC 'naked' attribute"
   href="http://bugzilla.gdcproject.org/show_bug.cgi?id=114">bug 114</a>
              from <span class="vcard"><a class="email" href="mailto:johannespfau@gmail.com" title="Johannes Pfau <johannespfau@gmail.com>"> <span class="fn">Johannes Pfau</span></a>
</span></b>
        <pre>Created <span class=""><a href="attachment.cgi?id=64&action=diff" name="attach_64" title="Patch to add @attribute("naked")">attachment 64</a> <a href="attachment.cgi?id=64&action=edit" title="Patch to add @attribute("naked")">[details]</a></span>
Patch to add @attribute("naked")

Can you test this patch please?

(I was kinda surprised it didn't have an effect on x86 till I read that it's
only supported on some architectures and not on x86...)

@Iain
Do you think we should include such system-specific attributes? Naked is also
special in that dmd already has a 'generic' syntax for it, but it's tied to
DMD-style inline asm.
I also had to add a noclone attribute because naked automatically sets noclone.
Do you think we should somehow hide 'noclone' from @attribute / user code?</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are watching all bug changes.</li>
      </ul>
    </body>
</html>