tinycc-devel
[Top][All Lists]
Advanced

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

[Tinycc-devel] Recent change breaks test3 on RPi


From: Christian Jullien
Subject: [Tinycc-devel] Recent change breaks test3 on RPi
Date: Wed, 5 Feb 2014 06:18:39 +0100

Hi All,

 

This failure is new on RPi

 

------------ test3 ------------

../tcc -B.. -I.. -I.. -I../include -DCONFIG_LDDIR="\"lib\"" -DCONFIG_MULTIARCHDIR="\"arm-linux-gnueabihf\"" -DTCC_TARGET_ARM -DTCC_ARM_EABI -DTCC_ARM_HARDFLOAT -DTCC_ARM_VFP -DONE_SOURCE -run ../tcc.c -B.. -I.. -I.. -I../include -DCONFIG_LDDIR="\"lib\"" -DCONFIG_MULTIARCHDIR="\"arm-linux-gnueabihf\"" -DTCC_TARGET_ARM -DTCC_ARM_EABI -DTCC_ARM_HARDFLOAT -DTCC_ARM_VFP -DONE_SOURCE -run ../tcc.c -B.. -I.. -I.. -I../include -DCONFIG_LDDIR="\"lib\"" -DCONFIG_MULTIARCHDIR="\"arm-linux-gnueabihf\"" -DTCC_TARGET_ARM -DTCC_ARM_EABI -DTCC_ARM_HARDFLOAT -DTCC_ARM_VFP -DONE_SOURCE -run ../tcc.c -B.. -I.. -I.. -I../include -run tcctest.c > test.out3

--- test.ref    2014-02-05 06:05:16.479212462 +0100

+++ test.out3   2014-02-05 06:05:21.009161102 +0100

@@ -568,7 +568,7 @@

__builtin_types_compatible_p(int *, int *) = 1

__builtin_types_compatible_p(int *, void *) = 0

__builtin_types_compatible_p(int *, const int *) = 0

-__builtin_types_compatible_p(char *, unsigned char *) = 0

+__builtin_types_compatible_p(char *, unsigned char *) = 1

__builtin_types_compatible_p(char * *, void *) = 0

res = 1

res = 1

make[1]: *** [test3] Error 1


reply via email to

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