[llvm-bugs] [Bug 33903] New: CLANGCOMPILE : fatal error : error in backend: constant value truncated
via llvm-bugs
llvm-bugs at lists.llvm.org
Sun Jul 23 22:57:26 PDT 2017
https://bugs.llvm.org/show_bug.cgi?id=33903
Bug ID: 33903
Summary: CLANGCOMPILE : fatal error : error in backend:
constant value truncated
Product: clang
Version: unspecified
Hardware: PC
OS: Windows NT
Status: NEW
Severity: enhancement
Priority: P
Component: Frontend
Assignee: unassignedclangbugs at nondot.org
Reporter: rrrfff at foxmail.com
CC: llvm-bugs at lists.llvm.org
Created attachment 18838
--> https://bugs.llvm.org/attachment.cgi?id=18838&action=edit
Preprocessed source(s) and associated run script(s)
void __bugs()
{
__asm volatile (
"movt r0, #:upper16:0x222200000" "\t\n"
:
:
:
);
}
1>llvm.cpp
1>CLANGCOMPILE : fatal error : error in backend: constant value truncated
(limited to 32-bit)
1>clang.exe : error : clang frontend command failed with exit code 70 (use -v
to see invocation)
1>Target: armv7-none-linux-android
1>Thread model: posix
1>InstalledDir: E:\android-ndk\r14b\toolchains\llvm\prebuilt\windows-x86_64\bin
1>clang.exe: note: diagnostic msg: PLEASE submit a bug report to
http://llvm.org/bugs/ and include the crash backtrace, preprocessed source, and
associated run script.
1>clang.exe: note: diagnostic msg:
1>********************
1>
1>PLEASE ATTACH THE FOLLOWING FILES TO THE BUG REPORT:
1>Preprocessed source(s) and associated run script(s) are located at:
1>clang.exe: note: diagnostic msg:
C:\Users\rrrfff\AppData\Local\Temp\llvm-4d7577.cpp
1>clang.exe: note: diagnostic msg:
C:\Users\rrrfff\AppData\Local\Temp\llvm-4d7577.sh
1>clang.exe: note: diagnostic msg:
1>
1>********************
--
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/20170724/58f92f19/attachment.html>
More information about the llvm-bugs
mailing list