http://llvm.org/bugs/show_bug.cgi?id=18593

Reid Kleckner <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #1 from Reid Kleckner <[email protected]> ---
This test case works, this got fixed:

int main(int argc, char **argv) {
  unsigned char __result;
  __asm__ ("mov %%fs:(%1), %0" : "=r,r" (__result) : "I,r" (argc));
  return __result;
}

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to