public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* MIPS test failures
@ 1999-03-12  7:54 Mark Mitchell
       [not found] ` < 199903121557.HAA07434@adsl-206-170-148-33.dsl.pacbell.net >
  1999-03-31 23:46 ` Mark Mitchell
  0 siblings, 2 replies; 10+ messages in thread
From: Mark Mitchell @ 1999-03-12  7:54 UTC (permalink / raw)
  To: egcs

Folks --

What's the status of the problem that's causing many MIPS C++ tests to
fail at the moment?  For example, g++.brendan/copy3.C reports an error
involving an undefined `.Lxxx' symbol at link-time on
mips-sgi-irix6.5.  Do we know what the problem is?  Do we know how to
fix it?

I need to fix this problem soon, so I'm happy to look at it if nobody
else is going to, but I'd like to avoid duplicating work.

Thanks!

-- 
Mark Mitchell 			mark@markmitchell.com
Mark Mitchell Consulting	http://www.markmitchell.com

^ permalink raw reply	[flat|nested] 10+ messages in thread
* RE: MIPS test failures
@ 1999-03-15 17:51 Billinghurst, David (RTD)
  1999-03-31 23:46 ` Billinghurst, David (RTD)
  0 siblings, 1 reply; 10+ messages in thread
From: Billinghurst, David (RTD) @ 1999-03-15 17:51 UTC (permalink / raw)
  To: 'mark@markmitchell.com'; +Cc: egcs, egcs-patches

Works for me on irix6.2 with patch applied to egcs-19990314

		=== g++ tests ===


Running target unix
FAIL: g++.dg/special/conpr-1.C execution test
FAIL: g++.dg/special/conpr-2.C execution test
FAIL: g++.dg/special/conpr-3.C execution test
FAIL: g++.dg/special/conpr-3.C execution test
XPASS: g++.pt/instantiate6.C (test for excess errors)

		=== g++ Summary ===

# of expected passes		4977
# of unexpected failures	4
# of unexpected successes	1
# of expected failures		84
# of untested testcases		8
/exd4/billingd/obj/egcs-19990314/gcc/testsuite/../xgcc version egcs-2.93.12
19990314 (gcc2 ss-980929 experimental)



> -----Original Message-----
> From:	Mark Mitchell [SMTP:mark@markmitchell.com]
> Sent:	Monday, March 15, 1999 7:34 PM
> To:	leei@ai.sri.com
> Cc:	egcs@egcs.cygnus.com; egcs-patches@egcs.cygnus.com
> Subject:	Re: MIPS test failures
> 
> 
> Here's another patch, a bit more circumspect than Lee's, which also
> fixes the MIPS bootstrap.  I've tested this patch with a 3-stage
> bootstrap on mpis-sgi-irix6.5.
> 
> Jeff?
> 
> -- 
> Mark Mitchell 			mark@markmitchell.com
> Mark Mitchell Consulting	http://www.markmitchell.com
> 
> Mon Mar 15 00:32:30 1999  Mark Mitchell  <mark@markmitchell.com>
> 
> 	* reload.c (find_reloads): Add a REG_LABEL note if we substitute a
> 	LABEL_REF for something else.
> 
> Index: reload.c
> ===================================================================
> RCS file: /egcs/carton/cvsfiles/egcs/gcc/reload.c,v
> retrieving revision 1.68
> diff -c -p -r1.68 reload.c
> *** reload.c	1999/03/05 15:07:56	1.68
> --- reload.c	1999/03/15 08:27:21
> *************** find_reloads (insn, replace, ind_levels,
> *** 3854,3860 ****
>          reload_{in,out}_reg when we do these replacements.  */
>   
>         if (replace)
> ! 	*recog_operand_loc[i] = substed_operand[i];
>         else
>   	retval |= (substed_operand[i] != *recog_operand_loc[i]);
>       }
> --- 3854,3874 ----
>          reload_{in,out}_reg when we do these replacements.  */
>   
>         if (replace)
> ! 	{
> ! 	  rtx substitution = substed_operand[i];
> ! 
> ! 	  *recog_operand_loc[i] = substitution;
> ! 
> ! 	  /* If we're replacing an operand with a LABEL_REF, we need
> ! 	     to make sure that there's a REG_LABEL note attached to
> ! 	     this instruction.  */
> ! 	  if (GET_CODE (insn) != JUMP_INSN
> ! 	      && GET_CODE (substitution) == LABEL_REF
> ! 	      && !find_reg_note (insn, REG_LABEL, XEXP (substitution, 0)))
> ! 	    REG_NOTES (insn) = gen_rtx_EXPR_LIST (REG_LABEL,
> ! 						  XEXP (substitution, 0),
> ! 						  REG_NOTES (insn));
> ! 	}
>         else
>   	retval |= (substed_operand[i] != *recog_operand_loc[i]);
>       }

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~1999-03-31 23:46 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-03-12  7:54 MIPS test failures Mark Mitchell
     [not found] ` < 199903121557.HAA07434@adsl-206-170-148-33.dsl.pacbell.net >
1999-03-12 18:20   ` Lee Iverson
     [not found]     ` < 199903130220.SAA16668@Canada.AI.SRI.COM >
1999-03-15  0:30       ` Mark Mitchell
     [not found]         ` < 199903150833.AAA00261@adsl-206-170-148-33.dsl.pacbell.net >
1999-03-15  9:19           ` Jeffrey A Law
1999-03-31 23:46             ` Jeffrey A Law
1999-03-31 23:46         ` Mark Mitchell
1999-03-31 23:46     ` Lee Iverson
1999-03-31 23:46 ` Mark Mitchell
1999-03-15 17:51 Billinghurst, David (RTD)
1999-03-31 23:46 ` Billinghurst, David (RTD)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).