Re: gforth and gcc 4.7

2012-04-12 Thread Andrew Haley
On 03/26/2012 05:46 PM, Jakub Jelinek wrote: > On Mon, Mar 26, 2012 at 04:54:05PM +0200, Adrian Reber wrote: >> Trying to build gforth with gcc 4.7 fails currently. The forth engine is >> build but it fails its included tests. The problem is that every newline >> the forth engine writes is replaced

Re: gforth and gcc 4.7

2012-04-11 Thread Andrew Haley
On 03/26/2012 03:54 PM, Adrian Reber wrote: > Trying to build gforth with gcc 4.7 fails currently. The forth engine is > build but it fails its included tests. The problem is that every newline > the forth engine writes is replaced with 0x00 as seen in following diff: > > 010: 6566 696e 6564

Re: gforth and gcc 4.7

2012-03-26 Thread Jakub Jelinek
On Mon, Mar 26, 2012 at 04:54:05PM +0200, Adrian Reber wrote: > Trying to build gforth with gcc 4.7 fails currently. The forth engine is > build but it fails its included tests. The problem is that every newline > the forth engine writes is replaced with 0x00 as seen in following diff: > > 01