tinycc-devel
[Top][All Lists]
Advanced

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

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


From: Michael Matz
Subject: Re: [Tinycc-devel] Bug 63816 fixed (yarpgen_v1). Thanks Michael
Date: Thu, 9 Mar 2023 17:26:04 +0000 (UTC)
User-agent: Alpine 2.20 (LSU 67 2015-01-07)

Hey,

On Wed, 8 Mar 2023, Detlef Riekenberg wrote:

> 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.

Thanks for checking.  Most of them were struct with anon bitfield members.  
When their sizes were full types (i.e. 32bit int fields) they weren't 
ignored in initializers like they should.  Fixed in mob by Herman.

seed 64 was different and a problem with ternary expressions whose 
condition was a ternay-op itself.  Also fixed in mob.  seeds from 1 to 200 
are working fine for me now.  (I haven't checked others)


Ciao,
Michael



reply via email to

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