Open
Description
Bugzilla Link | 14642 |
Version | trunk |
OS | FreeBSD |
Attachments | preprocessed source (boring...), run script (boring...) |
Reporter | LLVM Bugzilla Contributor |
CC | @rengolin |
Extended Description
- source code (file name: f.c):
void f(void)
{
float x;
__asm__ (
""
: "=f" (x)
);
}
- command line:
clang -c f.c
- output:
f.c:5:3: error: illegal "f" output constraint
""
^
fatal error: error in backend: Access past stack top!
clang: error: clang frontend command failed with exit code 70 (use -v to see invocation)
clang version 3.3 (trunk 170425)
Target: i386-unknown-freebsd10.0
Thread model: posix