tinycc-devel
[Top][All Lists]
Advanced

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

Re: [Tinycc-devel] Annoying new warning


From: Christian Jullien
Subject: Re: [Tinycc-devel] Annoying new warning
Date: Sun, 7 May 2017 11:54:42 +0200

Thank grischka,

Be use I annoyed you with this warning because, to me, it exhibits a
potential issue on arm.

Your fix gives:

make[1]: Entering directory '/home/jullien/tinycc/lib'
../tcc -c libtcc1.c -o libtcc1.o -DCONFIG_TRIPLET="arm-linux-gnueabihf"
-DTCC_TARGET_ARM -DTCC_ARM_EABI -DTCC_ARM_HARDFLOAT -DTCC_ARM_VFP -B..
../tcc -c armeabi.c -o armeabi.o -DCONFIG_TRIPLET="arm-linux-gnueabihf"
-DTCC_TARGET_ARM -DTCC_ARM_EABI -DTCC_ARM_HARDFLOAT -DTCC_ARM_VFP -B..
../tcc -c alloca-arm.S -o alloca-arm.o
-DCONFIG_TRIPLET="arm-linux-gnueabihf" -DTCC_TARGET_ARM -DTCC_ARM_EABI
-DTCC_ARM_HARDFLOAT -DTCC_ARM_VFP -B..
alloca-arm.S: error: unrecognized file type
Makefile:67: recipe for target 'alloca-arm.o' failed

-----Original Message-----
From: Tinycc-devel [mailto:address@hidden
On Behalf Of grischka
Sent: dimanche 7 mai 2017 12:45
To: address@hidden
Subject: Re: [Tinycc-devel] Annoying new warning

Christian Jullien wrote:
> So, gentlemen, it seems that at least one ARM configuration/option 
> requires the offending code having test on an uninitialized value.
> 
> Commenting using #if will fail if "arm-fpa-ld" is used.
> 
> Can you please take a moment to investigate and propose the right fix.

Nope.  We will not waste more of anyone's time with this.

http://repo.or.cz/tinycc.git/commitdiff/44abffe33a10ee2bdc0d66f87ffa5e178182
d6e6

Please test.  Thanks,

--- grischka

_______________________________________________
Tinycc-devel mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/tinycc-devel




reply via email to

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