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: Results for egcs-2.91.34 19980605 (gcc2 ss-980502 experimental) testsuite on powerpc-unknown-linux-gnu


>>>>> Franz Sirl writes:

Franz> the testsuite results after David's checkin, the only regressions are the
Franz> 921017-1.c FAILs.

	Yeah, I hadn't gotten around to that failure yet.  I bet that is
do to the restore_stack_block pattern change.  I'll have to think about
the best way to get around this change.

	"rs6000" was lucky enough to be one of the few ports that needed
that pattern because the calling convention maintains both the stack
pointer and the backchain.  The pattern previously made assumptions about
the size of the pointer which I had to remove for 64-bit support, but now
it doesn't know the mode of the MEM.

David



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