Re: [Tinycc-devel] TCC produced wrong code (yarpgen v1)

2023-03-08 Thread Domingo Alvarez Duarte
Using this script: yarpgen --std=c #../c2m driver.c func.c -ei gcc -o ygcc driver.c func.c && ./ygcc tinycc-env tcc -o ytcc driver.c func.c && ./ytcc It gives different result than gcc after 4 trials: check-it.sh /*SEED 2003917550*/ 5782830862525388415 1507557374623343254

Re: [Tinycc-devel] TCC produced wrong code (yarpgen v1)

2023-03-08 Thread Domingo Alvarez Duarte
Sorry ! It was my fault I was testing with a not mob tinycc, using mob the failed example I've showed before doesn't happen. Cheers ! On 8/3/23 12:02, Domingo Alvarez Duarte wrote: Using this script: yarpgen --std=c #../c2m driver.c func.c -ei gcc -o ygcc driver.c func.c && ./ygcc

[Tinycc-devel] Bug 63816 fixed (yarpgen_v1). Thanks Michael

2023-03-08 Thread Detlef Riekenberg
Thanks Michael.Your commit c771cb52 fixes a lot of bugs in the yarpgen v1 generated tests.For seed values from 1 to 99, only 4 result failures left: 26, 56, 64 and 84.For 100 to 200, there are some more result failures (102, 117 and 173)and some compile aborts: 123, 143, 197.-- bye bye ... Detlef

[Tinycc-devel] Another bug in tcc: Wrong array initialization (yarpgen.v1)

2023-03-08 Thread Detlef Riekenberg
I added another tcc bug report, discovered by yarpgen (v1).https://savannah.nongnu.org/bugs/?63895Initialization of an array (of struct tf_3_struct_2) is broken.tf_3_struct_2 contains some structs of type tf_3_struct_1and tf_3_struct_1 contains bitfields and non bitfield member,and tcc always

[Tinycc-devel] 'make install' omitting binaries

2023-03-08 Thread certanan via Tinycc-devel
Binaries do not get built - and are omitted from the installation process, in turn - when running 'make install' before 'make'. Is this a feature, or a bug? Thanks. RT___ Tinycc-devel mailing list Tinycc-devel@nongnu.org