[Tinycc-devel] [PATCH] tcc: remove buggy nodata_wanted optimization

2018-02-22 Thread Mikulas Patocka
too simple to do that. Mikulas Signed-off-by: Mikulas Patocka --- tccgen.c | 31 --- tests/tests2/96_nodata_wanted.c | 56 --- tests/tests2/96_nodata_wanted.expect | 11 -- 3 files changed, 7 insertion

Re: [Tinycc-devel] [PATCH] tcc: remove buggy nodata_wanted optimization

2018-03-12 Thread Mikulas Patocka
On Fri, 23 Feb 2018, Michael Matz wrote: > Hi, > > On Thu, 22 Feb 2018, Mikulas Patocka wrote: > > > I think that that nodata_wanted misoptimization should be removed at all > > - in the C language, you can jump to any location in the function with > > goto o