public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* IA-64 bootstrap failure
@ 2000-05-24  9:06 Andrew Haley
  2000-05-25 10:13 ` Richard Henderson
  0 siblings, 1 reply; 2+ messages in thread
From: Andrew Haley @ 2000-05-24  9:06 UTC (permalink / raw)
  To: gcc

I'm having a problem when compiling with the stage1 compiler.

loop optimization is trying to generate an insn to set a CCmode reg to
CONST_INT 1 like this:

		  start_sequence ();
		  emit_move_insn (m->set_dest, m->set_src);
		  temp = get_insns ();
		  end_sequence ();

and emit_move_insn calls gen_movcc, which fails:

(define_expand "movcc"
  [(set (match_operand:CC 0 "nonimmediate_operand" "")
	(match_operand:CC 1 "move_operand" ""))]
  ""
  "
{
  if (! reload_in_progress && ! reload_completed)
    FAIL;
}")

Any suggestions?

Andrew.

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

* Re: IA-64 bootstrap failure
  2000-05-24  9:06 IA-64 bootstrap failure Andrew Haley
@ 2000-05-25 10:13 ` Richard Henderson
  0 siblings, 0 replies; 2+ messages in thread
From: Richard Henderson @ 2000-05-25 10:13 UTC (permalink / raw)
  To: Andrew Haley; +Cc: gcc

On Wed, May 24, 2000 at 04:06:43PM -0000, Andrew Haley wrote:
> loop optimization is trying to generate an insn to set a CCmode reg to
> CONST_INT 1 like this:

See config/ia64/build.hacks.  Jim has tried at least three
different methods for solving that problem, but does not 
yet have anything he's happy with.


r~

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

end of thread, other threads:[~2000-05-25 10:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-05-24  9:06 IA-64 bootstrap failure Andrew Haley
2000-05-25 10:13 ` Richard Henderson

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).