[Bug 191452] Re: C standard library functions div() or ldiv() produces incorrect answers when compiled with tcc

2008-11-28 Thread Daniel T Chen
No longer ships in Ubuntu as of intrepid. ** Changed in: tcc (Ubuntu) Status: New = Won't Fix -- C standard library functions div() or ldiv() produces incorrect answers when compiled with tcc https://bugs.launchpad.net/bugs/191452 You received this bug notification because you are a

[Bug 191452] Re: C standard library functions div() or ldiv() produces incorrect answers when compiled with tcc

2008-03-17 Thread Rob Landley
A very brief version of the back story is at the end of the tinycc README: http://landley.net/hg/tinycc/file/tip/README Most of the work that's gone into the upcoming tcc 0.9.24 release consisted of backporting things from my repository that predated the LGPLv2-GPLv2 license change:

[Bug 191452] Re: C standard library functions div() or ldiv() produces incorrect answers when compiled with tcc

2008-02-13 Thread Iain Murray
The fork available at: http://www.landley.net/code/tinycc/ doesn't exhibit this bug. (I don't know anything else about the differences between the versions, or the back-story regarding the fork.) -- C standard library functions div() or ldiv() produces incorrect answers when compiled with