This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: giv combination patch


On Sat, Dec 13, 1997 at 07:52:43PM +0100, Toon Moene wrote:
> Unfortunately, trying this patch against egcs-971207, it doesn't  
> work, over here:
> 
> stage1/xgcc -Bstage1/  -DIN_GCC    -O2 -g  -DHAVE_CONFIG_H   -o  
> genrecog \
>  genrecog.o rtl.o ` case "obstack.o" in ?*) echo obstack.o ;; esac  
> ` ` case "" in ?*) echo  ;; esac ` ` case "" in ?*) echo  ;; esac `
> ./genrecog ./config/m68k/m68k.md > tmp-recog.c

Eek.  Ok, so it's generating wrong code somewhere.  This is for
m68k, right?  At least on Alpha it bootstraps; the annoying fortran
array thing is keeping me from running interesting benchmarks
though. :-P  Gotta fix that soon.

I've got some improvements I want to make this evening; perhaps
I'll find the bug by inspection, or maybe it'll just go away 
with the simplifications.  We'll see.  ;-)

At any rate, we should be able to find the bug via differences in
genrecog.s between egcs & egcs+patch.


r~


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]