tinycc-devel
[Top][All Lists]
Advanced

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

Re: [Tinycc-devel] Some Stats


From: Christian Jullien
Subject: Re: [Tinycc-devel] Some Stats
Date: Mon, 6 Jul 2020 14:18:29 +0200

Hi, it now fails at least on RPi:
=== Boostrapping with gcc
Binary directory    /usr/local/bin
TinyCC directory    /usr/local/lib/tcc
Library directory   /usr/local/lib
Include directory   /usr/local/include
Manual directory    /usr/local/share/man
Info directory      /usr/local/share/info
Doc directory       /usr/local/share/doc
Source path         /home/jullien/tinycc
C compiler          gcc (8.3)
Target OS           Linux
CPU                 arm
Triplet             arm-linux-gnueabihf
Config              strip arm_eabihf arm_vfp arm_vfp
Creating config.mak and config.h
gcc -o tcc.o -c tcc.c -DCONFIG_TRIPLET="\"arm-linux-gnueabihf\"" 
-DTCC_CPU_VERSI                                                     ON=7 
-DTCC_TARGET_ARM -DTCC_ARM_EABI -DTCC_ARM_HARDFLOAT -DTCC_ARM_VFP       -DO     
                                                NE_SOURCE=0 -Wall -O2 
-Wdeclaration-after-statement -fno-strict-aliasing -Wno-po                      
                               inter-sign -Wno-sign-compare -Wno-unused-result 
-Wno-format-truncation -I.
gcc -o libtcc.o -c libtcc.c -DCONFIG_TRIPLET="\"arm-linux-gnueabihf\"" 
-DTCC_CPU                                                     _VERSION=7 
-DTCC_TARGET_ARM -DTCC_ARM_EABI -DTCC_ARM_HARDFLOAT -DTCC_ARM_VFP               
                                             -DONE_SOURCE=0 -Wall -O2 
-Wdeclaration-after-statement -fno-strict-aliasing -                            
                         Wno-pointer-sign -Wno-sign-compare -Wno-unused-result 
-Wno-format-truncation -I.                                                     
gcc -o tccpp.o -c tccpp.c -DCONFIG_TRIPLET="\"arm-linux-gnueabihf\"" 
-DTCC_CPU_V                                                     ERSION=7 
-DTCC_TARGET_ARM -DTCC_ARM_EABI -DTCC_ARM_HARDFLOAT -DTCC_ARM_VFP               
                                             -DONE_SOURCE=0 -Wall -O2 
-Wdeclaration-after-statement -fno-strict-aliasing -Wn                          
                           o-pointer-sign -Wno-sign-compare -Wno-unused-result 
-Wno-format-truncation -I.
gcc -o tccgen.o -c tccgen.c -DCONFIG_TRIPLET="\"arm-linux-gnueabihf\"" 
-DTCC_CPU                                                     _VERSION=7 
-DTCC_TARGET_ARM -DTCC_ARM_EABI -DTCC_ARM_HARDFLOAT -DTCC_ARM_VFP               
                                             -DONE_SOURCE=0 -Wall -O2 
-Wdeclaration-after-statement -fno-strict-aliasing -                            
                         Wno-pointer-sign -Wno-sign-compare -Wno-unused-result 
-Wno-format-truncation -I.                                                     
tccgen.c: In function ‘gbound_args’:
tccgen.c:1922:18: error: ‘TOK_alloca’ undeclared (first use in this function); 
d                                                     id you mean ‘tok_alloc’?
         if (v == TOK_alloca)
                  ^~~~~~~~~~
                  tok_alloc


-----Original Message-----
From: Tinycc-devel [mailto:tinycc-devel-bounces+eligis=orange.fr@nongnu.org] On 
Behalf Of grischka
Sent: Monday, July 06, 2020 14:09
To: tinycc-devel@nongnu.org
Subject: [Tinycc-devel] Some Stats

 From the last commits:

     __builtin_/__bound_: A 'stay tiny' approach to the matter
     16 files changed, 641 insertions(+), 719 deletions(-)

     rework leading underscores
     23 files changed, 160 insertions(+), 178 deletions(-)

     some cleanups related to recent commits
     16 files changed, 124 insertions(+), 155 deletions(-)

     libtcc: accept tcc_define_symbol(s1, "sym=value", NULL)
     3 files changed, 19 insertions(+), 44 deletions(-)

that is -152 lines total ;)

-- grischka


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




reply via email to

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