<html>
    <head>
      <base href="https://bugzilla.icculus.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - vm_x86.c inline assembly error on hosts using -fPIC"
   href="https://bugzilla.icculus.org/show_bug.cgi?id=6429#c5">Comment # 5</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - vm_x86.c inline assembly error on hosts using -fPIC"
   href="https://bugzilla.icculus.org/show_bug.cgi?id=6429">bug 6429</a>
              from <span class="vcard"><a class="email" href="mailto:mark@noffle.net" title="Mark <mark@noffle.net>"> <span class="fn">Mark</span></a>
</span></b>
        <pre>With GCC 6.1.0:

code/qcommon/vm_x86.c:1794: Error: bad register name `%opStackOfs'
Makefile:2601: recipe for target 'build/release-linux-x86/ded/vm_x86.o' failed

clang-3.9:
code/qcommon/vm_x86.c:1795:4: error: invalid register name
                "mov %%ebx, %%opStackOfs\n"
                 ^
<inline asm>:4:11: note: instantiated into assembly here
mov %ebx, %opStackOfs


Admittedly, I'm not entirely sure how clang handles inline assembly but I'd
figure I'd post it here for completeness.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the QA Contact for the bug.</li>
      </ul>
    </body>
</html>