tinycc-devel
[Top][All Lists]
Advanced

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

[Tinycc-devel] regression in commit: Delete a = (a > = 0)? A: -a; \ (3d6


From: Austin English
Subject: [Tinycc-devel] regression in commit: Delete a = (a > = 0)? A: -a; \ (3d608d)
Date: Tue, 20 May 2014 11:41:24 -0700

------------ test3 ------------
../tcc -B.. -I.. -I.. -I../include -DCONFIG_LDDIR="\"lib64\"" -DTCC_TARGET_X86_64 -DONE_SOURCE -run ../tcc.c -B.. -I.. -I.. -I../include -DCONFIG_LDDIR="\"lib64\"" -DTCC_TARGET_X86_64 -DONE_SOURCE -run ../tcc.c -B.. -I.. -I.. -I../include -DCONFIG_LDDIR="\"lib64\"" -DTCC_TARGET_X86_64 -DONE_SOURCE -run ../tcc.c -B.. -I.. -I.. -I../include -run tcctest.c > test.out3
unknown ABI type for __va_arg
/bin/sh: line 1: 10578 Aborted                 ../tcc -B.. -I.. -I.. -I../include -DCONFIG_LDDIR="\"lib64\"" -DTCC_TARGET_X86_64 -DONE_SOURCE -run ../tcc.c -B.. -I.. -I.. -I../include -DCONFIG_LDDIR="\"lib64\"" -DTCC_TARGET_X86_64 -DONE_SOURCE -run ../tcc.c -B.. -I.. -I.. -I../include -DCONFIG_LDDIR="\"lib64\"" -DTCC_TARGET_X86_64 -DONE_SOURCE -run ../tcc.c -B.. -I.. -I.. -I../include -run tcctest.c > test.out3
Makefile:125: recipe for target 'test3' failed
make[1]: *** [test3] Error 134
make[1]: Leaving directory '/home/austin/src/tinycc/tests'
Makefile:346: recipe for target 'test' failed
make: *** [test] Error 2

introduced by:
address@hidden ~/src/tinycc $ git bisect good
3d608d4b54edfdd9f394f06d2be0741387ac733a is the first bad commit
commit 3d608d4b54edfdd9f394f06d2be0741387ac733a
Author: jiang <address@hidden>
Date:   Tue May 20 15:23:55 2014 +0800

    Delete a = (a > = 0)? A: -a; \

:040000 040000 e518d7116b885872b994a7c3ffc19929d8618080 e0991ce02b0c2e34ee665d54c8ac70a72c58f6b4 M    lib
:040000 040000 666353dbf1ac4150250f9a21f4c68ce2b844b0fa 1dbcb1715e118aae33fff7f7a0787f914af78949 M    tests

x86_64 Gentoo Linux, gcc-4.8.2 used to compile tcc

--
-Austin

reply via email to

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