[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Gm2] Build problem on Redhat 9
From: |
Gaius Mulley |
Subject: |
Re: [Gm2] Build problem on Redhat 9 |
Date: |
Tue, 02 Sep 2003 23:13:24 +0100 |
Hi Ben,
I've found a bug in ppg.mod which may explain why ppg is introducing
garbage when generating P3Build.mod
Ben Stuyts <address@hidden> writes:
> Hi Gaius,
>
> On 23 Apr 2003, Gaius Mulley wrote:
>
> > thanks... it seems that there is some garbage at the end of
> > PushAutoOff (the "Bx") should not be there
I wonder whether you'd like to try this patch on Redhat 9.0?
address@hidden:~/GM2/gcc-3.2/gcc/gm2/gm2-compiler$ cvs diff ppg.mod
Index: ppg.mod
===================================================================
RCS file: /usr/src/cvs/gm2/gm2-compiler/ppg.mod,v
retrieving revision 1.5
diff -r1.5 ppg.mod
1051a1052
> p := Add(p, nul, i) ;
1236a1238
> p := Add(p, nul, i) ;
I've been using the `valgrind' tool to track down a number of
malloc/free and uninitialized data bugs (on the *86) it is a great way
home in on problem areas..
thanks Gaius
- Re: [Gm2] Build problem on Redhat 9,
Gaius Mulley <=