tinycc-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Tinycc-devel] Make test -- trace indicates that there is an error


From: 17764017422
Subject: [Tinycc-devel] Make test -- trace indicates that there is an error
Date: Fri, 18 Sep 2020 01:03:50 +0800 (CST)

➜  tinycc git:(mob) make test -- trace

Makefile:121:更新“test.ref”,因为:tcctest.c

clang -o tcctest.gcc tcctest.c -DTCC_TARGET_X86_64 -DTCC_TARGET_PE -fno-strict-aliasing -fheinous-gnu-extensions -I.. -I..  -w -O0 -std=gnu99 -fno-omit-frame-pointer

tcctest.c:3125:19: error: unsupported inline asm: input with type 'char *' matching output with type 'long'

        : "0" (src),"1" (dest),"2" (0),"3" (0xffffffff), "g" (count)

                         ^~~~

tcctest.c:3146:19: error: unsupported inline asm: input with type 'char *' matching output with type 'long'

        : "0" (src),"1" (dest),"2" (0),"3" (0xffffffff), "g" (count)

                         ^~~~

2 errors generated.

make[2]: *** [Makefile:121:test.ref] 错误 1 error

make[1]: *** [Makefile:95:all] 错误 2 error

make[1]: 离开目录“/home/user/tinycc/tests”

make: *** [Makefile:393:test] 错误 2

➜  tinycc git:(mob)

C compiler clang (10.0)
Target OS MINGW64_NT-10.0-18363
CPU x86_64

clang version 10.0.1 (https://github.com/Alexpux/MINGW-packages.git 94b687508346d10cec7e8c769785f73da18b4e54)
Target: x86_64-w64-windows-gnu
Thread model: posix
gcc version 10.2.0 (Rev1, Built by MSYS2 project)



 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]