[LLVMbugs] [Bug 18815] New: Assertion failed: isValidGCCRegisterName(Name) && "Invalid register passed in"
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Wed Feb 12 07:27:50 PST 2014
http://llvm.org/bugs/show_bug.cgi?id=18815
Bug ID: 18815
Summary: Assertion failed: isValidGCCRegisterName(Name) &&
"Invalid register passed in"
Product: clang
Version: trunk
Hardware: PC
OS: Windows NT
Status: NEW
Severity: normal
Priority: P
Component: Frontend
Assignee: unassignedclangbugs at nondot.org
Reporter: timurrrr at google.com
CC: llvmbugs at cs.uiuc.edu
Classification: Unclassified
$ cat yyy.c
long int float2int(float f) {
int x;
_asm {
fld f
fistp x
}
return x;
}
$ clang -cc1 -triple i386-pc-win32 -emit-obj -fms-compatibility -x c yyy.c
Assertion failed: isValidGCCRegisterName(Name) && "Invalid register passed in",
file ..\tools\clang\lib\Basic\TargetInfo.cpp, line 354
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20140212/8bd82f7e/attachment.html>
More information about the llvm-bugs
mailing list