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 12:11:07 +0200

Ok, it works, including tests with:

address@hidden:~/tinycc $ git diff
diff --git a/arm-gen.c b/arm-gen.c
index a5dabd1..34e1ef2 100644
--- a/arm-gen.c
+++ b/arm-gen.c
@@ -2150,6 +2150,4 @@ ST_FUNC void gen_vla_alloc(CType *type, int align) {
 #endif
 /*************************************************************/

-#ifndef TCC_IS_NATIVE
 #include "arm-asm.c"
-#endif

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

Christian Jullien wrote:
> alloca-arm.S: error: unrecognized file type

Ok, bottom of arm-gen.c, remove
     #ifndef TCC_IS_NATIVE
thanks.


> 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/44abffe33a10ee2bdc0d66f87ffa5e
> 178182
> d6e6
> 
> Please test.  Thanks,
> 
> --- grischka
> 
> _______________________________________________
> Tinycc-devel mailing list
> address@hidden
> https://lists.nongnu.org/mailman/listinfo/tinycc-devel
> 
> 
> _______________________________________________
> Tinycc-devel mailing list
> address@hidden
> https://lists.nongnu.org/mailman/listinfo/tinycc-devel
> 


_______________________________________________
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]