================
@@ -0,0 +1,10 @@
+// RUN: %clang_cc1 -triple x86_64-unknown-unknown %s -o /dev/null
+// RUN: %clang_cc1 -triple x86_64-unknown-unknown -target-feature +egpr %s -o 
/dev/null
+
+int foo(void) {
+  register int a __asm__("ebx");
+#ifdef __EGPR__
----------------
FreddyLeaf wrote:

which one? I can only found relate one: 
clang/test/CodeGen/2004-03-16-AsmRegisterCrash.c but with a bad location and 
file name.

https://github.com/llvm/llvm-project/pull/91323
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to